TcxGridChartView.OnSeriesPosChanged Event
Occurs when an end-user modifies the visible position of a series in categories.
Declaration
property OnSeriesPosChanged: TcxGridChartSeriesEvent read; write;
Remarks
End-users are able to modify the visible position of series in categories via a checklist in the ‘Series’ tab of the Customization Form. The OnSeriesPosChanged event is fired if:
the display order of series is changed via drag and drop in the checklist. The ASeries parameter specifies the series being dragged;
the visible state of a series is modified using the corresponding check box in the checklist. The ASeries parameter specifies the series whose visible state is changed.
Note
Use the View’s OptionsCustomize.SeriesCustomization property to switch the ‘Series’ tab’s visibility.
You can modify the visible position and state of a series in code via its Index and Visible properties, respectively. Note that this doesn’t fire the OnSeriesPosChanged event.