TdxChartCustomLegend.Appearance Property
Provides access to general legend pane appearance settings.
Declaration
property Appearance: TdxChartLegendAppearance read; write;
Property Value
Type | Description |
---|---|
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