Back to Devexpress

TdxChartCustomLegend.Appearance Property

vcl-dxchartcore-dot-tdxchartcustomlegend.md

latest1.4 KB
Original Source

TdxChartCustomLegend.Appearance Property

Provides access to general legend pane appearance settings.

Declaration

delphi
property Appearance: TdxChartLegendAppearance read; write;

Property Value

TypeDescription
TdxChartLegendAppearance

Stores legend pane appearance settings.

|

Remarks

Use Appearance.CaptionOffset, Appearance.ImageOffset, Appearance.ImageSize, and Appearance.ItemIndent properties to change the legend pane layout at the level of individual legend pane items.

Refer to the TdxChartLegendAppearance class description for detailed information on all available options.

See Also

TdxChartCustomLegend.Direction Property

TdxChartCustomLegend.MaxHeightPercent Property

TdxChartCustomLegend.MaxWidthPercent Property

TdxChartCustomLegend Class

TdxChartCustomLegend Members

dxChartCore Unit