Class LabelsControl
System.Windows.Controls.ItemsControl used to display the 3D RadChart's labels.
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 LabelData collections, one per LabelLayer.
Declaration
public LabelLayersDataCollection LabelLayersData { get; }
Property Value
LabelLayersDataCollection
|
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()