Skip to main content

TdxChartDiagramAppearance Class

Stores general diagram appearance options.

Declaration

TdxChartDiagramAppearance = class(
    TdxChartVisualElementAppearance
)

Remarks

General appearance settings allow you to change background fill, adjust paddings, and customize outlines of an XY or simple diagram in the Chart control.

Main API Members

The list below outlines key members of the TdxChartDiagramAppearance class that allow you to customize diagram appearance.

Border
Specifies if the diagram border is visible.
BorderThickness | BorderColor
Change diagram border thickness and color.
Padding
Adjusts diagram paddings.
FillOptions
Provides access to background fill settings.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.
Assign
Copies general appearance settings between diagrams.

Direct TdxChartDiagramAppearance Class References

The Appearance property of an XY or simple diagram references a TdxChartDiagramAppearance object.

See Also