Class SeriesLayoutProperties

Class SeriesLayoutProperties

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

Represents the properties of series layout.

public class SeriesLayoutProperties

Inheritance

objectSeriesLayoutProperties

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

SeriesLayoutProperties()

public SeriesLayoutProperties()

Properties

IsIntervalLeftClosed

Indicates whether the interval is closed on the left side.

public bool IsIntervalLeftClosed { get; set; }

Property Value

bool

MapChartProjectionType

Gets and sets the projection type of the map.

public MapChartProjectionType MapChartProjectionType { get; set; }

Property Value

MapChartProjectionType

MapChartRegionType

Gets and sets the region type of the map.

public MapChartRegionType MapChartRegionType { get; set; }

Property Value

MapChartRegionType

MapLabelLayout

Gets and sets the layout of map labels.

public MapChartLabelLayout MapLabelLayout { get; set; }

Property Value

MapChartLabelLayout

QuartileCalculation

Represents the statistical properties for the series.

public QuartileCalculationType QuartileCalculation { get; set; }

Property Value

QuartileCalculationType

ShowConnectorLines

Indicates whether showing connector lines between data points.

public bool ShowConnectorLines { get; set; }

Property Value

bool

ShowInnerPoints

Indicates whether showing non-outlier data points.

public bool ShowInnerPoints { get; set; }

Property Value

bool

ShowMeanLine

Indicates whether showing the line connecting all mean points.

public bool ShowMeanLine { get; set; }

Property Value

bool

ShowMeanMarker

Indicates whether showing markers denoting the mean.

public bool ShowMeanMarker { get; set; }

Property Value

bool

ShowOutlierPoints

Indicates whether showing outlier data points.

public bool ShowOutlierPoints { get; set; }

Property Value

bool

Subtotals

Represents the index of a subtotal data point.

public int[] Subtotals { get; set; }

Property Value

int[]