Back to Devexpress

TdxChartSeriesValueLabelAppearance Class

vcl-dxchartcore-ec0132f8.md

latest3.3 KB
Original Source

TdxChartSeriesValueLabelAppearance Class

Stores series value label appearance settings.

Declaration

delphi
TdxChartSeriesValueLabelAppearance = class(
    TdxChartCustomLabelsAppearance
)

Remarks

Value labels mark individual values in an XY or simple series. Use value label appearance settings to change font appearance, hide or display label borders, and fill label areas.

Main API Members

The list below outlines key members of the TdxChartSeriesValueLabelAppearance class. These members allow you to customize value label appearance.

Appearance Settings

BorderHides or displays a border around value labels.BorderThickness | BorderColorChange label border thickness and color.FillOptionsProvides access to background fill settings.FontOptions | TextColorChange font appearance.LineOptionsProvides access to connection line appearance settings.PaddingAllows you to adjust label paddings.

General-Purpose API Members

AssignCopies general value label appearance settings between series.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch appearance setting changes.

Direct TdxChartSeriesValueLabelAppearance Class References

The following public API members reference a TdxChartSeriesValueLabelAppearance object:

TdxChartSeriesValueLabels.AppearanceProvides access to general appearance settings of series value labels.TdxChartGetValueLabelDrawParametersEventArgs.AppearanceProvides access to the currently processed value label’s appearance settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartCustomLabelsAppearance TdxChartSeriesValueLabelAppearance

See Also

TdxChartAxisValueLabelsAppearance Class

TdxChartSeriesValueLabelAppearance Members

dxChartCore Unit