Nevron Vision for SharePoint Documentation
Chart / Chart Panels / Charting Types / Series Types / Line Series
In This Topic
    Line Series
    In This Topic

    Line series are created for values data groupings displayed in combo charts, the Series Type of which is set to Line.

     Options

    Group Mode - defines the way in which the line series groups with the previous line series in the chart. Possible values are:

    Series - the line series is displayed in a separate depth space (starts a new series).
    Stacked - the line series is stacked on top of the previous Series or Stacked Percent line series.
    Stacked Percent - the line series is stacked on top of the previous Series or Stacked line series. The stack is scaled to 100%.

    Shape - defines the shape of the line segments. Possible values are: Line, Tape, Tube and Ellipsoid.

    Depth Percent - controls the size of the Tape shape. 

    Size - controls the size of Tube and Ellipsoid shapes.

    Sampling Mode - controls whether the line uses sampling. When using sampling the line will filter very close individual line segments and display a single line segment instead. This reduces the number of visual line segments and therefore leads to improved performance. When using sampling the line series will not regard settings for markers and data labels, individual appearance styles and shadow. Possible value are:

    Auto - The line series uses sampling only when the number of data points is large.
    Enabled - The line series always uses sampling.
    Disabled - The line series does not use sampling. This is the default.

    Sample Distance - controls the precision of the line series when it aggregates adjacent line segments. The precision is specified in points.

     Data Requirements

    Line series always support the Value and Label data point values. If the Combo Chart Subtype is set to XY Scatter, the first line series with Group Mode set to Series will accept a X data point value.

    See Also