TcxGridChartLineDiagramStyles.ValueMarkers Property
In This Article
Specifies the color for value markers and their borders.
#Declaration
Delphi
property ValueMarkers: TcxStyle index dsValueMarkers read; write;
#Property Value
Type | Description |
---|---|
Tcx |
A style. |
#Remarks
Borderlines within line diagrams are not painted unless their color is explicitly specified via the ValueMarkers
.TextColor property.
See Also