Skip to main content

TcxGridChartAreaDiagramStyles Class

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

Declaration

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.

See Also