TdxChartGetValueLabelDrawParametersEventArgs.Appearance Property
Provides access to the currently processed value label’s appearance settings.
Declaration
property Appearance: TdxChartSeriesValueLabelAppearance read;
Property Value
Type | Description |
---|---|
TdxChartSeriesValueLabelAppearance | Stores series value label appearance settings. |
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