Class PolylineBandSeriesDefinition
Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll
public sealed record PolylineBandSeriesDefinition : ChartSeriesDefinition, IEquatable<ChartSeriesDefinition>, IEquatable<PolylineBandSeriesDefinition>
Inheritance
object ← ChartSeriesDefinition ← PolylineBandSeriesDefinition
Implements
IEquatable<ChartSeriesDefinition>, IEquatable<PolylineBandSeriesDefinition>
Inherited Members
ChartSeriesDefinition.SeriesId, ChartSeriesDefinition.Baseline, ChartSeriesDefinition.StrokeWidth, ChartSeriesDefinition.FillOpacity, ChartSeriesDefinition.MarkerSize, ChartSeriesDefinition.BarWidthSeconds, object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
PolylineBandSeriesDefinition(uint, uint)
public PolylineBandSeriesDefinition(uint SeriesId, uint LowerSeriesId)
Parameters
SeriesId
uint
LowerSeriesId
uint
Properties
LowerSeriesId
public uint LowerSeriesId { get; init; }