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.
Gets the IRenderEngine object to use for rendering the chart elements.
Provides arguments for Series rendering event.