Skip to main content

TcxGridChartView.Styles Property

Specifies a set of styles which manage the appearance aspects of the View’s elements.

Declaration

property Styles: TcxGridChartViewStyles read; write;

Property Value

Type
TcxGridChartViewStyles

Remarks

Use the Styles property to specify a set of styles which manage the appearance aspects of the elements of the View such as the chart legend and chart title and, the area of the Chart View which excludes the chart’s plot area. Use the Legend, Title and Background properties to access the corresponding styles, respectively.

Note

The style options specified for the chart legend within a diagram via the diagram’s Styles.Legend property override the style settings which were set via the View’s Styles.Legend property.

See Also