Aspose::Cells::Charts::SeriesLayoutProperties class

SeriesLayoutProperties class

Represents the properties of series layout.

class SeriesLayoutProperties

Methods

MethodDescription
GetMapChartProjectionType()Gets and sets the projection type of the map.
GetMapChartRegionType()Gets and sets the region type of the map.
GetMapLabelLayout()Gets and sets the layout of map labels.
GetQuartileCalculation()Represents the statistical properties for the series.
GetShowConnectorLines()Indicates whether connector lines are shown between data points.
GetShowInnerPoints()Indicates whether to show non-outlier data points.
GetShowMeanLine()Indicates whether to show the line connecting all mean points.
GetShowMeanMarker()Indicates whether markers denoting the mean are shown.
GetShowOutlierPoints()Indicates whether outlier data points are shown.
GetSubtotals()Represents the index of a subtotal data point.
IsIntervalLeftClosed()Indicates whether the interval is closed on the left side.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SeriesLayoutProperties& src)operator=
SeriesLayoutProperties()Default constructor.
SeriesLayoutProperties(SeriesLayoutProperties_Impl* impl)Constructs from an implementation object.
SeriesLayoutProperties(const SeriesLayoutProperties& src)Copy constructor.
SetIsIntervalLeftClosed(bool value)Indicates whether the interval is closed on the left side.
SetMapChartProjectionType(MapChartProjectionType value)Gets and sets the projection type of the map.
SetMapChartRegionType(MapChartRegionType value)Gets and sets the region type of the map.
SetMapLabelLayout(MapChartLabelLayout value)Gets and sets the layout of map labels.
SetQuartileCalculation(QuartileCalculationType value)Represents the statistical properties for the series.
SetShowConnectorLines(bool value)Indicates whether connector lines are shown between data points.
SetShowInnerPoints(bool value)Indicates whether to show non-outlier data points.
SetShowMeanLine(bool value)Indicates whether to show the line connecting all mean points.
SetShowMeanMarker(bool value)Indicates whether markers denoting the mean are shown.
SetShowOutlierPoints(bool value)Indicates whether outlier data points are shown.
SetSubtotals(const Vector <int32_t>& value)Represents the index of a subtotal data point.
~SeriesLayoutProperties()Destructor.

Fields

FieldDescription
_implThe implementation object.

Remarks

Only applicable to BoxWhisker,Funnel,ParetoLine,Sunburst,Treemap,Waterfall and Histogram chart.

See Also