SeriesLayoutProperties Class
Contents
[
Hide
]SeriesLayoutProperties class
Represents the properties of series layout.
type SeriesLayoutProperties struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewSeriesLayoutProperties | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetShowConnectorLines | Indicates whether showing connector lines between data points. |
SetShowConnectorLines | Indicates whether showing connector lines between data points. |
GetShowMeanLine | Indicates whether showing the line connecting all mean points. |
SetShowMeanLine | Indicates whether showing the line connecting all mean points. |
GetShowOutlierPoints | Indicates whether showing outlier data points. |
SetShowOutlierPoints | Indicates whether showing outlier data points. |
GetShowMeanMarker | Indicates whether showing markers denoting the mean. |
SetShowMeanMarker | Indicates whether showing markers denoting the mean. |
GetShowInnerPoints | Indicates whether showing non-outlier data points. |
SetShowInnerPoints | Indicates whether showing non-outlier data points. |
GetQuartileCalculation | Represents the statistical properties for the series. |
SetQuartileCalculation | Represents the statistical properties for the series. |
GetMapLabelLayout | Gets and sets the layout of map labels. |
SetMapLabelLayout | Gets and sets the layout of map labels. |
IsIntervalLeftClosed | Indicates whether the interval is closed on the left side. |
SetIsIntervalLeftClosed | Indicates whether the interval is closed on the left side. |
GetMapChartRegionType | Gets and sets the region type of the map. |
SetMapChartRegionType | Gets and sets the region type of the map. |
GetMapChartProjectionType | Gets and sets the projection type of the map. |
SetMapChartProjectionType | Gets and sets the projection type of the map. |