Back to Devexpress

TcxGridChartViewStyles Class

vcl-cxgridchartview-33322dc3.md

latest2.1 KB
Original Source

TcxGridChartViewStyles Class

Stores styles that define the appearance of Chart View elements.

Declaration

delphi
TcxGridChartViewStyles = class(
    TcxCustomGridViewStyles
)

Remarks

These styles define the appearance of Chart View elements, 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 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.

Direct TcxGridChartViewStyles Class Reference

The TcxGridChartView.Styles property references a TcxGridChartViewStyles object.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxCustomGridViewStyles TcxGridChartViewStyles

See Also

TcxGridChartViewStyles Members

cxGridChartView Unit