Back to Devexpress

TcxGridChartAreaDiagramStyles Class

vcl-cxgridchartview-fe1406ee.md

latest1.6 KB
Original Source

TcxGridChartAreaDiagramStyles Class

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

Declaration

delphi
TcxGridChartAreaDiagramStyles = class(
    TcxGridChartLineDiagramStyles
)

Remarks

This class does not introduce any new functionality but enables area diagrams to draw borderlines for value markers by default.

Use the ValueMarkers property to customize the color of value markers and their borderlines.

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

Inheritance

Show 11 items

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxGridChartDiagramStyles TcxGridChartHistogramStyles TcxGridChartLineDiagramStyles TcxGridChartAreaDiagramStyles

See Also

TcxGridChartAreaDiagramStyles Members

cxGridChartView Unit