Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartDiagramAppearance Class

Stores general diagram appearance options.

#Declaration

Delphi
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