SeriesLayoutProperties
SeriesLayoutProperties class
Represents the properties of series layout.
Constructors
| Name | Description |
|---|---|
| SeriesLayoutProperties |
Properties
| Name | Type | Description |
|---|---|---|
| ShowConnectorLines | boolean | Indicates whether showing connector lines between data points. |
| ShowMeanLine | boolean | Indicates whether showing the line connecting all mean points. |
| ShowOutlierPoints | boolean | Indicates whether showing outlier data points. |
| ShowMeanMarker | boolean | Indicates whether showing markers denoting the mean. |
| ShowInnerPoints | boolean | Indicates whether showing non-outlier data points. |
| Subtotals | int[] | Represents the index of a subtotal data point. |
| QuartileCalculation | Number | Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer const |
| MapLabelLayout | Number | Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant. |
| IsIntervalLeftClosed | boolean | Indicates whether the interval is closed on the left side. |
| MapChartRegionType | Number | Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant. |
| MapChartProjectionType | Number | Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant. |
SeriesLayoutProperties()
SeriesLayoutProperties.ShowConnectorLines property
Indicates whether showing connector lines between data points.
Type: boolean
SeriesLayoutProperties.ShowMeanLine property
Indicates whether showing the line connecting all mean points.
Type: boolean
SeriesLayoutProperties.ShowOutlierPoints property
Indicates whether showing outlier data points.
Type: boolean
SeriesLayoutProperties.ShowMeanMarker property
Indicates whether showing markers denoting the mean.
Type: boolean
SeriesLayoutProperties.ShowInnerPoints property
Indicates whether showing non-outlier data points.
Type: boolean
SeriesLayoutProperties.Subtotals property
Represents the index of a subtotal data point.
Type: int[]
SeriesLayoutProperties.QuartileCalculation property
Represents the statistical properties for the series. The value of the property is QuartileCalculationType integer constant.
Type: Number
SeriesLayoutProperties.MapLabelLayout property
Gets and sets the layout of map labels. The value of the property is MapChartLabelLayout integer constant.
Type: Number
SeriesLayoutProperties.IsIntervalLeftClosed property
Indicates whether the interval is closed on the left side.
Type: boolean
SeriesLayoutProperties.MapChartRegionType property
Gets and sets the region type of the map. The value of the property is MapChartRegionType integer constant.
Type: Number
SeriesLayoutProperties.MapChartProjectionType property
Gets and sets the projection type of the map. The value of the property is MapChartProjectionType integer constant.
Type: Number