TcxGridChartLineDiagramValues.OnGetMarkerStyle Event
Occurs when value marker style is about to be determined.
Declaration
property OnGetMarkerStyle: TcxGridChartLineDiagramGetMarkerStyleEvent read; write;
Remarks
The value marker style is accessible through the AStyle parameter within an OnGetMarkerStyle event handler.
See Also