Class LegendDefinition
Namespace: VelloSharp.Charting.Legend
Assembly: VelloSharp.Charting.dll
Describes legend configuration and entries.
public sealed class LegendDefinition
Inheritance
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
Items
public IReadOnlyList<LegendItem> Items { get; }
Property Value
Orientation
public LegendOrientation Orientation { get; }
Property Value
Position
public LegendPosition Position { get; }