Skip to main content

TdxChartAppearance Class

Stores general Chart control appearance settings.

Declaration

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

Border
Specifies if the chart border is visible.
BorderThickness | BorderColor
Allow you to modify border thickness and color.
FillOptions
Provides access to background fill settings.
FontOptions | TextColor
Allow you to customize font appearance.
Padding
Allows you to adjust paddings.

General-Purpose API Members

BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.
Assign
Copies general appearance between Chart controls.

Direct TcxChartAppearance Class Reference

The TdxCustomChartControl.Appearance property references a TdxChartAppearance object.

See Also