Class SeriesLayoutProperties
Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)
Rappresenta le proprietà del layout delle serie.
public class SeriesLayoutProperties
Ereditarietà
object ← SeriesLayoutProperties
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à
MapChartProjectionType
Ottiene e imposta il tipo di proiezione della mappa.
public MapChartProjectionType MapChartProjectionType { get; set; }
Valore della Proprietà
MapChartRegionType
Ottiene e imposta il tipo di regione della mappa.
public MapChartRegionType MapChartRegionType { get; set; }
Valore della Proprietà
MapLabelLayout
Ottiene e imposta il layout delle etichette della mappa.
public MapChartLabelLayout MapLabelLayout { get; set; }
Valore della Proprietà
QuartileCalculation
Rappresenta le proprietà statistiche per le serie.
public QuartileCalculationType QuartileCalculation { get; set; }
Valore della Proprietà
ShowConnectorLines
Indica se mostrare le linee di collegamento tra i punti dati.
public bool ShowConnectorLines { get; set; }
Valore della Proprietà
ShowInnerPoints
Indica se mostrare i punti dati non outlier.
public bool ShowInnerPoints { get; set; }
Valore della Proprietà
ShowMeanLine
Indica se mostrare la linea che collega tutti i punti medi.
public bool ShowMeanLine { get; set; }
Valore della Proprietà
ShowMeanMarker
Indica se mostrare i marcatori che denotano la media.
public bool ShowMeanMarker { get; set; }
Valore della Proprietà
ShowOutlierPoints
Indica se mostrare i punti dati outlier.
public bool ShowOutlierPoints { get; set; }
Valore della Proprietà
Subtotals
Rappresenta l’indice di un punto dati subtotal.
public int[] Subtotals { get; set; }
Valore della Proprietà
int[]