Class ChartLegendTitlePosition
Specifies the legend title position.
Inheritance
System.Object
ChartLegendTitlePosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class ChartLegendTitlePosition : Enum
Fields
Bottom
The title is positioned at the bottom.
Declaration
public const ChartLegendTitlePosition Bottom
Field Value
ChartLegendTitlePosition
|
Top
The title is positioned at the top.
Declaration
public const ChartLegendTitlePosition Top
Field Value
ChartLegendTitlePosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|