Table of Contents

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

PixelRect[]

LegendItems

public required LegendItem[] LegendItems { get; init; }

Property Value

LegendItem[]

LegendRect

public required PixelRect LegendRect { get; init; }

Property Value

PixelRect

NoLegend

public static LegendLayout NoLegend { get; }

Property Value

LegendLayout

SymbolRects

public required PixelRect[] SymbolRects { get; init; }

Property Value

PixelRect[]