TdxChartLegendAppearance Class
#Declaration
Delphi
TdxChartLegendAppearance = class(
TdxChartVisualElementAppearance
)
#Remarks
General appearance settings allow you to customize the layout of legend panes, and modify background and font settings.
#Main API Members
The list below outlines key members of the TdxChartLegendAppearance
class. These members allow you to customize legend pane appearance.
#Appearance Settings
- Border
- Hides or displays a border around the legend pane.
- BorderThickness | BorderColor
- Specify border thickness and color.
- CaptionOffset | ImageOffset
- Adjust gaps between legend item elements.
- ImageSize
- Resizes the area allocated to legend item glyphs.
- FillOptions
- Provides access to background fill options.
- FontOptions | TextColor
- Change font appearance.
- ItemIndent
- Specifies horizontal and vertical distances (in pixels) between legend items.
- ItemBoxPadding
- Specifies pixel paddings of the area occupied by legend items.
#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 TdxChartLegendAppearance Class References
The TdxChartCustomLegend.Appearance property references a TdxChartLegendAppearance
object.
#Inheritance
See Also