TdxChartSeriesCustomView.ValueLabels Property
Provides access to series value label settings.
Declaration
property ValueLabels: TdxChartSeriesValueLabels read; write;
Property Value
Type | Description |
---|---|
TdxChartSeriesValueLabels | Stores series value label settings. |
Remarks
Set the ValueLabels
.Visible property to True
to display series value labels. You can use ValueLabels
.TextFormat and ValueLabels
.Appearance properties to apply a formatting pattern to all series value labels and customize their general appearance settings.
Refer to the TdxChartSeriesValueLabels class description for detailed information on all available options.
Tip
You can handle the OnGetValueLabelDrawParameters event of an XY or simple diagram to customize individual series value labels.
See Also