Class ChartPaneBuilder
Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll
Builder that configures a pane within the composition.
public sealed class ChartPaneBuilder
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Done()
public ChartCompositionBuilder Done()
Returns
ShareXAxisWithPrimary(bool)
public ChartPaneBuilder ShareXAxisWithPrimary(bool share = true)
Parameters
share
bool
Returns
WithHeightRatio(double)
public ChartPaneBuilder WithHeightRatio(double ratio)
Parameters
ratio
double
Returns
WithSeries(params uint[])
public ChartPaneBuilder WithSeries(params uint[] seriesIds)
Parameters
seriesIds
uint[]