ASP.NET MVC Controls | ComponentOne
In This Topic
    SeriesRenderingEventArgs Class
    In This Topic
    File
    wijmo.chart.js
    Module
    wijmo.chart
    Base Class
    RenderEventArgs

    Provides arguments for Series rendering event.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(engine: IRenderEngine, index: number, count: number): SeriesRenderingEventArgs
    

    Initializes a new instance of the SeriesRenderingEventArgs class.

    Parameters
    Returns
    SeriesRenderingEventArgs

    Properties

    cancel

    Gets or sets a value that indicates whether the event should be canceled.

    Inherited From
    CancelEventArgs
    Type
    boolean

    count

    Gets the total number of series to render.

    Type
    number

    engine

    Gets the IRenderEngine object to use for rendering the chart elements.

    Inherited From
    RenderEventArgs
    Type
    IRenderEngine

    index

    Gets the index of the series to render.

    Type
    number

    Events

     

    Static empty

    Provides a value to use with events that do not have event data.

    Inherited From
    EventArgs
    Arguments
    EventArgs