ASP.NET Core MVC Controls | ComponentOne
In This Topic
    ISparkLineOptions Interface
    In This Topic
    File
    wijmo.grid.cellmaker.js
    Module
    wijmo.grid.cellmaker
    Implements
    ICellMakerOptions

    Specifies parameters used to create Sparkline cells with the makeSparkline method.

    Properties

    Properties

    baseValue

    Base value (position of the Y-axis) on a sparkline.

    Setting this value to null causes the chart to calculate the base value automatically so the chart fills the vertical extent of the cell. This is a good option to highlight relative changes, and is used by default for Sparklines of type Line.

    Setting this value to an absolute number (like zero) is a better option to show absolute changes, and is used by default for Sparklines of type Column.

    Type
    number

    markers

    Markers to add to Sparkline points.

    Type
    SparklineMarkers

    maxPoints

    Maximum number of points to use in the sparkline or sparkbar.

    Setting this value to null causes the cell to show all points.

    Type
    number

    type

    Type of Sparkline to create.

    The default type is Line.

    Type
    SparklineType