TcxGridChartDiagramStyles.Legend Property
Specifies the style of a chart legend.
Declaration
property Legend: TcxStyle index dsLegend read; write;
Property Value
Type | Description |
---|---|
TcxStyle | The chart legend style. |
Remarks
The Legend
property allows you to define the style (font settings and background color) 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