Skip to main content

TdxChartLegendAppearance Class

Stores general appearance settings of Chart and diagram legend panes.

Declaration

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 that allow you to customize legend pane appearance.

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.
BeginUpdate | EndUpdate | CancelUpdate
Allow you to avoid excessive redraw operations during batch appearance setting changes.
Assign
Copies compatible general appearance settings between legend panes.

Direct TdxChartLegendAppearance Class References

The Appearance property of Chart and diagram legend panes references a TdxChartLegendAppearance object.

See Also