Skip to main content

Class LegendVisual

Namespace: VelloSharp.Charting.Legend
Assembly: VelloSharp.Charting.dll

public sealed class LegendVisual

Inheritance

objectLegendVisual

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

LegendVisual(LegendDefinition, LayoutRect, LegendStyle, IReadOnlyList<LegendItemVisual>)

public LegendVisual(LegendDefinition definition, LayoutRect bounds, LegendStyle style, IReadOnlyList<LegendItemVisual> items)

Parameters

definition LegendDefinition

bounds LayoutRect

style LegendStyle

items IReadOnlyList<LegendItemVisual>

Properties

Bounds

public LayoutRect Bounds { get; }

Property Value

LayoutRect

Definition

public LegendDefinition Definition { get; }

Property Value

LegendDefinition

Items

public IReadOnlyList<LegendItemVisual> Items { get; }

Property Value

IReadOnlyList<LegendItemVisual>

Style

public LegendStyle Style { get; }

Property Value

LegendStyle