vcl-dxchartcore-54870a31.md
Stores general appearance settings of Chart and diagram legend panes.
TdxChartLegendAppearance = class(
TdxChartVisualElementAppearance
)
General appearance settings allow you to customize the layout of legend panes, and modify background and font settings.
The list below outlines key members of the TdxChartLegendAppearance class. These members allow you to customize legend pane appearance.
BorderHides or displays a border around the legend pane.BorderThickness | BorderColorSpecify border thickness and color.CaptionOffset | ImageOffsetAdjust gaps between legend item elements.ImageSizeResizes the area allocated to legend item glyphs.FillOptionsProvides access to background fill options.FontOptions | TextColorChange font appearance.ItemIndentSpecifies horizontal and vertical distances (in pixels) between legend items.ItemBoxPaddingSpecifies pixel paddings of the area occupied by legend items.
AssignCopies compatible general appearance settings between series and visual diagram elements.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive redraw operations during batch appearance setting changes.
The TdxChartCustomLegend.Appearance property references a TdxChartLegendAppearance object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartLegendAppearance
See Also
TdxChartCrosshairLabelAppearance Class