Back to Devexpress

TdxChartSimpleSeriesViewAppearance Class

vcl-dxchartsimplediagram-56f8802e.md

latest2.1 KB
Original Source

TdxChartSimpleSeriesViewAppearance Class

Stores Simple View appearance settings.

Declaration

delphi
TdxChartSimpleSeriesViewAppearance = class(
    TdxChartSeriesViewAppearance
)

Remarks

Use these settings to adjust margins for simple series.

Main API Members

The list below outlines key members of the TdxChartSimpleSeriesViewAppearance class. These members allow you to customize Simple series appearance.

MarginsAllows you to adjust simple series 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 TdxChartSimpleSeriesViewAppearance Class Reference

The TdxChartSimpleSeriesCustomView.Appearance property references a TdxChartSimpleSeriesViewAppearance object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartSeriesViewAppearance TdxChartSimpleSeriesViewAppearance

See Also

TdxChartSimpleSeriesViewAppearance Members

dxChartSimpleDiagram Unit