TcxGridChartLineDiagramValues.OnGetLineStyle Event
Occurs when line style that connects value points is about to be determined.
Declaration
property OnGetLineStyle: TcxGridChartLineDiagramGetLineStyleEvent read; write;
Remarks
The line style for this series is accessible through the AStyle
parameter within an OnGetLineStyle
event handler.
See Also