Skip to main content

Class LegendDefinition

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

Describes legend configuration and entries.

public sealed class LegendDefinition

Inheritance

objectLegendDefinition

Inherited Members

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

Constructors

LegendDefinition(string, LegendOrientation, LegendPosition, IReadOnlyList<LegendItem>)

public LegendDefinition(string id, LegendOrientation orientation, LegendPosition position, IReadOnlyList<LegendItem> items)

Parameters

id string

orientation LegendOrientation

position LegendPosition

items IReadOnlyList<LegendItem>

Properties

Id

public string Id { get; }

Property Value

string

Items

public IReadOnlyList<LegendItem> Items { get; }

Property Value

IReadOnlyList<LegendItem>

Orientation

public LegendOrientation Orientation { get; }

Property Value

LegendOrientation

Position

public LegendPosition Position { get; }

Property Value

LegendPosition