Client-Side API Reference > FlexChart > wijmo.chart > SeriesRenderingEventArgs Class |
constructor(engine: IRenderEngine, index: number, count: number): SeriesRenderingEventArgs
Initializes a new instance of the SeriesRenderingEventArgs class.
(IRenderEngine) The rendering engine to use.
The index of the series to render.
Total number of the series to render.
Gets or sets a value that indicates whether the event should be canceled.
Provides a value to use with events that do not have event data.
Gets the IRenderEngine object to use for rendering the chart elements.
Provides arguments for Series rendering event.