Struct LegendLayout
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
public readonly struct LegendLayout
- Inherited Members
- Extension Methods
Properties
LabelRects
public required PixelRect[] LabelRects { get; init; }
Property Value
LegendItems
public required LegendItem[] LegendItems { get; init; }
Property Value
LegendRect
public required PixelRect LegendRect { get; init; }
Property Value
NoLegend
public static LegendLayout NoLegend { get; }
Property Value
SymbolRects
public required PixelRect[] SymbolRects { get; init; }