Class ChartPaneDefinition
Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll
Represents a logical chart pane.
public sealed class ChartPaneDefinition
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
HeightRatio
Gets or sets the relative pane height ratio.
public double HeightRatio { get; set; }
Property Value
Id
public string Id { get; }
Property Value
NormalizedRatio
Gets the normalized ratio derived during composition build.
public double NormalizedRatio { get; }
Property Value
SeriesIds
Gets the series identifiers assigned to this pane.
public List<uint> SeriesIds { get; }
Property Value
ShareXAxisWithPrimary
Gets or sets whether this pane reuses the primary pane's X axis.
public bool ShareXAxisWithPrimary { get; set; }