Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also