Class LabelsControl
System.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class LabelsControl : ItemsControl
Constructors
LabelsControl()
Properties
LabelLayersData
Gets a collection of Label
Declaration
public LabelLayersDataCollection LabelLayersData { get; }
Property Value
Methods
Update()
Updates this instance.
Declaration
public void Update()
UpdateLabelData()
Updates the label data whenever a transformation change is detected e.g. when rotating the chart in the 3D space.
Declaration
protected void UpdateLabelData()
UpdateLabelsText()
Notifies the container to refresh the text of its labels.
Declaration
public void UpdateLabelsText()