TcxGridChartLineDiagramStyles Class
Contains a set of styles that manage the appearance of line diagram elements.
Declaration
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
See Also