Back to Devexpress

TdxChartDiagramAppearance Class

vcl-dxchartcore-73d1339b.md

latest2.7 KB
Original Source

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. These members allow you to customize diagram appearance.

Appearance Settings

BorderSpecifies if the diagram border is visible.BorderThickness | BorderColorChange diagram border thickness and color.FillOptionsProvides access to background fill settings.MarginsSpecifies diagram margins.

General-Purpose API Members

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.

Direct TdxChartDiagramAppearance Class Reference

The TdxChartCustomDiagram.Appearance property references a TdxChartDiagramAppearance object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartDiagramAppearance

See Also

TdxChartAppearance Class

TdxChartLegendAppearance Class

TdxChartSeriesValueLabelAppearance Class

TdxChartDiagramAppearance Members

dxChartCore Unit