Back to Devexpress

TdxChartLegendAppearance Class

vcl-dxchartcore-54870a31.md

latest3.1 KB
Original Source

TdxChartLegendAppearance Class

Stores general appearance settings of Chart and diagram legend panes.

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

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.

General-Purpose API Members

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.

Direct TdxChartLegendAppearance Class References

The TdxChartCustomLegend.Appearance property references a TdxChartLegendAppearance object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TcxLockablePersistent TdxChartVisualElementAppearance TdxChartLegendAppearance

See Also

TdxChartCrosshairLabelAppearance Class

TdxChartLegendAppearance Members

dxChartCore Unit