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

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

     Options

    Shape - defines the shape of the points. Possible values are: Bar, Cylinder, Cone, Inverted Cone, Pyramid, Inverted Pyramid, Sphere, Ellipse, Cross, Diagonal Cross, Line Cross, Line Diagonal Cross and Star.

    Size - controls the size of the point shape.

    Cluster Mode - controls whether the point series uses clustering. Clustering works by identifying densely populated regions of data, which are later visualized by a single point. This reduces the number of visual points on the screen and therefore improves performance. When you use clustering the point series will not regard settings for markers, data points, individual fill styles and shadow. Possible values are:

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

    Cluster Distance Factor - controls the maximum distance between two data points if they are to be merged in a cluster. Higher values for this property will diminish the number of visual points, but will decrease the precision of the cluster and vice versa.

    Drop Lines (X/Y/Z)

    Show - controls whether the dropline is visible

    Origin Mode - controls the dropline origin mode. Possible values are:

    Scale Min- dropline extends from the point value to the scale min value.

    Scale Max - dropline extends from the point value to the scale max value.

    Custom Value - dropline extends from the point value to the specified custom value.

    Origin - controls the second point of the dropline in case Origin Mode is set to Custom Value.

    Stroke Style - controls the stroke style of the droplines.

     

     Data Requirements

    Point series always support the Value and Label data point values. If the Combo Chart Subtype is set to XY Scatter, the point series will accept a X data point value.

    See Also