TdxChartSeriesValueLabels.Appearance Property
Provides access to general appearance settings of series value labels.
Declaration
property Appearance: TdxChartSeriesValueLabelAppearance read; write;
Property Value
Type | Description |
---|---|
TdxChartSeriesValueLabelAppearance | Stores appearance settings of series value labels. |
Remarks
You can use Appearance
.FontOptions and Appearance
.TextColor properties to change the appearance of value label inscriptions.
Refer to the TdxChartSeriesValueLabelAppearance class description for detailed information on all available options.
See Also