Skip to main content

Class HeatmapSeriesDefinition

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

public sealed record HeatmapSeriesDefinition : ChartSeriesDefinition, IEquatable<ChartSeriesDefinition>, IEquatable<HeatmapSeriesDefinition>

Inheritance

objectChartSeriesDefinitionHeatmapSeriesDefinition

Implements

IEquatable<ChartSeriesDefinition>, IEquatable<HeatmapSeriesDefinition>

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

HeatmapSeriesDefinition(uint)

public HeatmapSeriesDefinition(uint SeriesId)

Parameters

SeriesId uint

Properties

BucketCount

public uint BucketCount { get; init; }

Property Value

uint

BucketIndex

public uint BucketIndex { get; init; }

Property Value

uint