Class SeriesLayoutProperties

Class SeriesLayoutProperties

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

Seri düzeninin özelliklerini temsil eder.

public class SeriesLayoutProperties

Miras

objectSeriesLayoutProperties

Miras Alınan Üyeler

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

Yapıcılar

SeriesLayoutProperties()

public SeriesLayoutProperties()

Özellikler

IsIntervalLeftClosed

Aralığın sol tarafının kapalı olup olmadığını belirtir.

public bool IsIntervalLeftClosed { get; set; }

Özellik Değeri

bool

MapChartProjectionType

Haritanın projeksiyon türünü alır ve ayarlar.

public MapChartProjectionType MapChartProjectionType { get; set; }

Özellik Değeri

MapChartProjectionType

MapChartRegionType

Haritanın bölge türünü alır ve ayarlar.

public MapChartRegionType MapChartRegionType { get; set; }

Özellik Değeri

MapChartRegionType

MapLabelLayout

Harita etiketlerinin düzenini alır ve ayarlar.

public MapChartLabelLayout MapLabelLayout { get; set; }

Özellik Değeri

MapChartLabelLayout

QuartileCalculation

Serinin istatistiksel özelliklerini temsil eder.

public QuartileCalculationType QuartileCalculation { get; set; }

Özellik Değeri

QuartileCalculationType

ShowConnectorLines

Veri noktaları arasında bağlantı çizgilerinin gösterilip gösterilmeyeceğini belirtir.

public bool ShowConnectorLines { get; set; }

Özellik Değeri

bool

ShowInnerPoints

Aykırı olmayan veri noktalarının gösterilip gösterilmeyeceğini belirtir.

public bool ShowInnerPoints { get; set; }

Özellik Değeri

bool

ShowMeanLine

Tüm ortalama noktalarını birleştiren çizginin gösterilip gösterilmeyeceğini belirtir.

public bool ShowMeanLine { get; set; }

Özellik Değeri

bool

ShowMeanMarker

Ortalama noktalarını belirten işaretçilerin gösterilip gösterilmeyeceğini belirtir.

public bool ShowMeanMarker { get; set; }

Özellik Değeri

bool

ShowOutlierPoints

Aykırı veri noktalarının gösterilip gösterilmeyeceğini belirtir.

public bool ShowOutlierPoints { get; set; }

Özellik Değeri

bool

Subtotals

Bir ara toplam veri noktasının indeksini temsil eder.

public int[] Subtotals { get; set; }

Özellik Değeri

int[]

 Türkçe