SeriesLayoutProperties
SeriesLayoutProperties class
public class SeriesLayoutProperties
Constructors
Properties
Name |
Description |
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