Class ChartDataLabel
Represents a data label in RadzenChart.
public class ChartDataLabel
- Inheritance
-
ChartDataLabel
- Inherited Members
Constructors
ChartDataLabel()
public ChartDataLabel()
Properties
Position
The position of the label.
public Point Position { get; set; }
Property Value
Text
The text of the label.
public string Text { get; set; }
Property Value
TextAnchor
The text anchor of the label.
public string TextAnchor { get; set; }