Class SeriesLayoutProperties

SeriesLayoutProperties class

Represents the properties of series layout.

public class SeriesLayoutProperties

Constructors

NameDescription
SeriesLayoutProperties()The default constructor.

Properties

NameDescription
IsIntervalLeftClosed { get; set; }Indicates whether the interval is closed on the left side.
MapChartProjectionType { get; set; }Gets and sets the projection type of the map.
MapChartRegionType { get; set; }Gets and sets the region type of the map.
MapLabelLayout { get; set; }Gets and sets the layout of map labels.
QuartileCalculation { get; set; }Represents the statistical properties for the series.
ShowConnectorLines { get; set; }Indicates whether showing connector lines between data points.
ShowInnerPoints { get; set; }Indicates whether showing non-outlier data points.
ShowMeanLine { get; set; }Indicates whether showing the line connecting all mean points.
ShowMeanMarker { get; set; }Indicates whether showing markers denoting the mean.
ShowOutlierPoints { get; set; }Indicates whether showing outlier data points.
Subtotals { get; set; }Represents the index of a subtotal data point.

See Also