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

TdxChartSimpleSeriesViewAppearance Class

Stores Simple View appearance settings.

#Declaration

Delphi
TdxChartSimpleSeriesViewAppearance = class(
    TdxChartSeriesViewAppearance
)

#Remarks

Use these settings to customize outlines and filled areas in all Simple Views.

#Main API Members

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

StrokeOptions | FillOptions
Change outline and area fill settings.
Padding
Adjusts diagram paddings.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.
Assign
Copies general appearance settings between simple series.

#Direct TdxChartSimpleSeriesViewAppearance Class References

The Appearance property of all Simple Views references a TdxChartSimpleSeriesViewAppearance object.

See Also