TdxChartSimpleSeriesViewAppearance Class
Stores Simple View appearance settings.
Declaration
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.
Inheritance
See Also