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
- Border
- Specifies if the diagram border is visible.
- BorderThickness | BorderColor
- Change diagram border thickness and color.
- FillOptions
- Provides access to background fill settings.
- Margins
- Specifies diagram margins.
#General-Purpose API Members
- Assign
- Copies compatible general appearance settings between series and visual diagram elements.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch appearance setting changes.
#Direct TdxChartDiagramAppearance Class Reference
The TdxChartCustomDiagram.Appearance property references a TdxChartDiagramAppearance
object.
#Inheritance
See Also