Back to Devexpress

TdxChartSeriesViewAppearance Class

vcl-dxchartcore-7b04ae52.md

latest2.0 KB
Original Source

TdxChartSeriesViewAppearance Class

The base class for all classes that implement general series View appearance settings.

Declaration

delphi
TdxChartSeriesViewAppearance = class(
    TdxChartVisualElementAppearance
)

Remarks

The TdxChartSeriesViewAppearance class does not introduce new public API members.

Terminal TdxChartSeriesViewAppearance Class Descendants

Do not use the TdxChartSeriesViewAppearance class directly. Use the following descendants instead:

TdxChartSimpleSeriesViewAppearanceStores Simple View appearance settings.TdxChartXYSeriesBarAppearanceStores Bar View appearance settings.TdxChartXYSeriesLineAppearanceStores general line appearance settings for Line and Area series Views.TdxChartXYSeriesAreaAppearanceStores Area View appearance settings.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartSeriesViewAppearance

See Also

TdxChartSeriesViewAppearance Members

dxChartCore Unit