vcl-dxchartcore-73d1339b.md
Stores general diagram appearance options.
TdxChartDiagramAppearance = class(
TdxChartVisualElementAppearance
)
General appearance settings allow you to change background fill, adjust paddings, and customize outlines of an XY or simple diagram in the Chart control.
The list below outlines key members of the TdxChartDiagramAppearance class. These members allow you to customize diagram appearance.
BorderSpecifies if the diagram border is visible.BorderThickness | BorderColorChange diagram border thickness and color.FillOptionsProvides access to background fill settings.MarginsSpecifies diagram margins.
AssignCopies compatible general appearance settings between series and visual diagram elements.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch appearance setting changes.
The TdxChartCustomDiagram.Appearance property references a TdxChartDiagramAppearance object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartDiagramAppearance
See Also
TdxChartLegendAppearance Class
TdxChartSeriesValueLabelAppearance Class