Skip to main content

Class ChartPaneDefinition

Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll

Represents a logical chart pane.

public sealed class ChartPaneDefinition

Inheritance

objectChartPaneDefinition

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

double

Id

public string Id { get; }

Property Value

string

NormalizedRatio

Gets the normalized ratio derived during composition build.

public double NormalizedRatio { get; }

Property Value

double

SeriesIds

Gets the series identifiers assigned to this pane.

public List<uint> SeriesIds { get; }

Property Value

List<uint>

ShareXAxisWithPrimary

Gets or sets whether this pane reuses the primary pane's X axis.

public bool ShareXAxisWithPrimary { get; set; }

Property Value

bool