Back to Devexpress

TdxChartAppearance Class

vcl-dxchartcore-a98f18d2.md

latest2.7 KB
Original Source

TdxChartAppearance Class

Stores general Chart control appearance settings.

Declaration

delphi
TdxChartAppearance = class(
    TdxChartVisualElementAppearance
)

Remarks

General appearance settings allow you to adjust paddings, display and customize a border, and modify font settings.

Main API Members

The list below outlines key members of the TdxChartAppearance class. These members allow you to customize chart appearance.

Appearance Settings

BorderSpecifies if the chart border is visible.BorderThickness | BorderColorAllow you to modify border thickness and color.FillOptionsProvides access to background fill settings.FontOptions | TextColorAllow you to customize font appearance.PaddingAllows you to adjust paddings.

General-Purpose API Members

BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch appearance setting changes.AssignCopies general appearance between Chart controls.

Direct TcxChartAppearance Class Reference

The TdxCustomChartControl.Appearance property references a TdxChartAppearance object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartAppearance

See Also

TdxChartDiagramAppearance Class

TdxChartLegendAppearance Class

TdxChartSeriesValueLabelAppearance Class

TdxChartAppearance Members

dxChartCore Unit