[]
Represents chart data label.
public class ChartDataLabel : DataLabelBase, IDependencyObject, IChartDataLabel, IStyleProvider
Name | Description |
---|---|
ChartDataLabel() |
Name | Description |
---|---|
AngleProperty | Identifies the Angle dependency property. |
ContentOptionsProperty | Identifies the ContentOptions dependency property. |
MaxAutoLabelsProperty | Identifies the MaxAutoLabels dependency property. |
MaxLinesProperty | Identifies the MaxLines dependency property. |
MaxWidthProperty | Identifies the Overlapping dependency property. |
OverlappingOptionsProperty | Identifies the OverlappingOptions dependency property. |
OverlappingProperty | Identifies the Overlapping dependency property. |
PositionProperty | Identifies the ChartPositionType dependency property. |
Name | Description |
---|---|
Angle | Gets or sets the value which indicates how to rotate angle of data labels. |
ContentOptions | Gets or sets the value which indicates how to set content options of data labels. |
MaxAutoLabels | Gets or sets the value which indicates how to handle max value of auto labels. |
MaxLines | Gets or sets the value which indicates how to set max lines value of data labels . |
MaxWidth | Gets or sets the value which indicates how to set max width value of data labels. |
Overlapping | Gets or sets the value which indicates how to handle overlapping data labels. |
OverlappingOptions | Gets or sets the value which indicates how to handle overlapped options. |
Position | Gets or sets the position of data labels. |
Name | Description |
---|---|
OnDataLabelPropertyChanged(object, object) | Fires when data label property changes. |