Skip to main content

TcxGridChartViewStyles.Legend Property

Specifies the style of a chart legend.

Declaration

property Legend: TcxStyle index vsLegend read; write;

Property Value

Type
TcxStyle

Remarks

The Legend property allows you to define the style (font settings and background color or bitmap) of the chart legend’s elements (the border of a chart legend’s area, the border of a legend key and its description) within the chart diagram.

Note

The style options specified by the chart diagram’s Legend property override the style settings which were set via the Chart View’s Legend property.

See Also