Class SeriesLayoutProperties
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Represents the properties of series layout.
public class SeriesLayoutProperties
Inheritance
object ← SeriesLayoutProperties
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
MapChartProjectionType
Gets and sets the projection type of the map.
public MapChartProjectionType MapChartProjectionType { get; set; }
Property Value
MapChartRegionType
Gets and sets the region type of the map.
public MapChartRegionType MapChartRegionType { get; set; }
Property Value
MapLabelLayout
Gets and sets the layout of map labels.
public MapChartLabelLayout MapLabelLayout { get; set; }
Property Value
QuartileCalculation
Represents the statistical properties for the series.
public QuartileCalculationType QuartileCalculation { get; set; }
Property Value
ShowConnectorLines
Indicates whether showing connector lines between data points.
public bool ShowConnectorLines { get; set; }
Property Value
ShowInnerPoints
Indicates whether showing non-outlier data points.
public bool ShowInnerPoints { get; set; }
Property Value
ShowMeanLine
Indicates whether showing the line connecting all mean points.
public bool ShowMeanLine { get; set; }
Property Value
ShowMeanMarker
Indicates whether showing markers denoting the mean.
public bool ShowMeanMarker { get; set; }
Property Value
ShowOutlierPoints
Indicates whether showing outlier data points.
public bool ShowOutlierPoints { get; set; }
Property Value
Subtotals
Represents the index of a subtotal data point.
public int[] Subtotals { get; set; }
Property Value
int[]