Back to Devexpress

TcxGridChartLineDiagramStyles Class

vcl-cxgridchartview-efb4e70f.md

latest1.6 KB
Original Source

TcxGridChartLineDiagramStyles Class

Contains a set of styles that manage the appearance of line diagram elements.

Declaration

delphi
TcxGridChartLineDiagramStyles = class(
    TcxGridChartHistogramStyles
)

Remarks

In addition to the settings inherited from the base TcxGridChartHistogramStyles class, the TcxGridChartLineDiagramStyles class introduces the ValueMarkers property that allows you to customize the color of value markers and their borderlines in a line diagram.

To apply this set of styles to a line diagram, use the diagram’s Styles property.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxGridChartDiagramStyles TcxGridChartHistogramStyles TcxGridChartLineDiagramStyles

See Also

TcxGridChartLineDiagramStyles Members

cxGridChartView Unit