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

    Provides arguments for Series events.

    Constructor

    Properties

    Events

    Constructor

    constructor

    constructor(series: SeriesBase): SeriesEventArgs
    

    Initializes a new instance of the SeriesEventArgs class.

    Parameters
    Returns
    SeriesEventArgs

    Properties

    series

    Gets the Series object affected by this event.

    Type
    SeriesBase

    Events

     

    Static empty

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

    Inherited From
    EventArgs
    Arguments
    EventArgs