Struct LegendItemVisual
Namespace: VelloSharp.Charting.Legend
Assembly: VelloSharp.Charting.dll
public readonly record struct LegendItemVisual : IEquatable<LegendItemVisual>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
LegendItemVisual(string, RgbaColor, ChartSeriesKind, double, double, double, double, double, double, double, ChartTypography)
public LegendItemVisual(string Label, RgbaColor Color, ChartSeriesKind Kind, double StrokeWidth, double FillOpacity, double MarkerX, double MarkerY, double MarkerSize, double TextX, double TextY, ChartTypography Typography)
Parameters
Label
string
Color
RgbaColor
Kind
ChartSeriesKind
StrokeWidth
double
FillOpacity
double
MarkerX
double
MarkerY
double
MarkerSize
double
TextX
double
TextY
double
Typography
ChartTypography
Properties
Color
public RgbaColor Color { get; init; }
Property Value
FillOpacity
public double FillOpacity { get; init; }
Property Value
Kind
public ChartSeriesKind Kind { get; init; }
Property Value
Label
public string Label { get; init; }
Property Value
MarkerSize
public double MarkerSize { get; init; }
Property Value
MarkerX
public double MarkerX { get; init; }
Property Value
MarkerY
public double MarkerY { get; init; }
Property Value
StrokeWidth
public double StrokeWidth { get; init; }
Property Value
TextX
public double TextX { get; init; }
Property Value
TextY
public double TextY { get; init; }
Property Value
Typography
public ChartTypography Typography { get; init; }