Struct ChartFrameMetadata.AxisTickMetadata
Namespace: VelloSharp.ChartEngine
Assembly: VelloSharp.ChartEngine.dll
public readonly record struct ChartFrameMetadata.AxisTickMetadata : IEquatable<ChartFrameMetadata.AxisTickMetadata>
Implements
IEquatable<ChartFrameMetadata.AxisTickMetadata>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
AxisTickMetadata(double, string)
public AxisTickMetadata(double Position, string Label)
Parameters
Position
double
Label
string
Properties
Label
public string Label { get; init; }
Property Value
Position
public double Position { get; init; }