Skip to main content

TcxGridChartViewStyles Class

Contains a set of styles that manage the appearance aspects of the elements of a Chart View.

Declaration

TcxGridChartViewStyles = class(
    TcxCustomGridViewStyles
)

Remarks

These styles manage the appearance aspects of the elements of a Chart View such as a chart toolbox and its customization tools, chart legend, chart title, and the area of the Chart View which excludes the chart’s plot area. Use the ToolBox, DataLevelsInfo, DiagramSelector, 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.

The functionality of the TcxGridChartViewStyles class can be accessed via the View’s Styles property.

See Also