Interface ILabelSource
This interface should be implemented by all chart elements that are associated with a set of label text values.
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public interface ILabelSource
Properties
LabelItems
Gets the labels for the respective axis items.
Declaration
IList<LabelData> LabelItems { get; }
Property Value
System.Collections.Generic.IList<LabelData>
|
LabelOffset
Gets or sets the label alignment relative to the calculated position.
Declaration
Point LabelOffset { get; set; }
Property Value
System.Windows.Point
|