SeriesLayoutProperties Class

SeriesLayoutProperties class

Represents the properties of series layout.


type SeriesLayoutProperties struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewSeriesLayoutPropertiesDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetShowConnectorLinesIndicates whether connector lines are shown between data points.
SetShowConnectorLinesIndicates whether connector lines are shown between data points.
GetShowMeanLineIndicates whether to show the line connecting all mean points.
SetShowMeanLineIndicates whether to show the line connecting all mean points.
GetShowOutlierPointsIndicates whether outlier data points are shown.
SetShowOutlierPointsIndicates whether outlier data points are shown.
GetShowMeanMarkerIndicates whether markers denoting the mean are shown.
SetShowMeanMarkerIndicates whether markers denoting the mean are shown.
GetShowInnerPointsIndicates whether to show non-outlier data points.
SetShowInnerPointsIndicates whether to show non-outlier data points.
GetSubtotalsRepresents the index of a subtotal data point.
SetSubtotalsRepresents the index of a subtotal data point.
GetQuartileCalculationRepresents the statistical properties for the series.
SetQuartileCalculationRepresents the statistical properties for the series.
GetMapLabelLayoutGets and sets the layout of map labels.
SetMapLabelLayoutGets and sets the layout of map labels.
IsIntervalLeftClosedIndicates whether the interval is closed on the left side.
SetIsIntervalLeftClosedIndicates whether the interval is closed on the left side.
GetMapChartRegionTypeGets and sets the region type of the map.
SetMapChartRegionTypeGets and sets the region type of the map.
GetMapChartProjectionTypeGets and sets the projection type of the map.
SetMapChartProjectionTypeGets and sets the projection type of the map.