Class SeriesLayoutProperties

Class SeriesLayoutProperties

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

Rappresenta le proprietà del layout delle serie.

public class SeriesLayoutProperties

Ereditarietà

objectSeriesLayoutProperties

Membri Ereditati

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

Costruttori

SeriesLayoutProperties()

public SeriesLayoutProperties()

Proprietà

IsIntervalLeftClosed

Indica se l’intervallo è chiuso sul lato sinistro.

public bool IsIntervalLeftClosed { get; set; }

Valore della Proprietà

bool

MapChartProjectionType

Ottiene e imposta il tipo di proiezione della mappa.

public MapChartProjectionType MapChartProjectionType { get; set; }

Valore della Proprietà

MapChartProjectionType

MapChartRegionType

Ottiene e imposta il tipo di regione della mappa.

public MapChartRegionType MapChartRegionType { get; set; }

Valore della Proprietà

MapChartRegionType

MapLabelLayout

Ottiene e imposta il layout delle etichette della mappa.

public MapChartLabelLayout MapLabelLayout { get; set; }

Valore della Proprietà

MapChartLabelLayout

QuartileCalculation

Rappresenta le proprietà statistiche per le serie.

public QuartileCalculationType QuartileCalculation { get; set; }

Valore della Proprietà

QuartileCalculationType

ShowConnectorLines

Indica se mostrare le linee di collegamento tra i punti dati.

public bool ShowConnectorLines { get; set; }

Valore della Proprietà

bool

ShowInnerPoints

Indica se mostrare i punti dati non outlier.

public bool ShowInnerPoints { get; set; }

Valore della Proprietà

bool

ShowMeanLine

Indica se mostrare la linea che collega tutti i punti medi.

public bool ShowMeanLine { get; set; }

Valore della Proprietà

bool

ShowMeanMarker

Indica se mostrare i marcatori che denotano la media.

public bool ShowMeanMarker { get; set; }

Valore della Proprietà

bool

ShowOutlierPoints

Indica se mostrare i punti dati outlier.

public bool ShowOutlierPoints { get; set; }

Valore della Proprietà

bool

Subtotals

Rappresenta l’indice di un punto dati subtotal.

public int[] Subtotals { get; set; }

Valore della Proprietà

int[]

 Italiano