Class Chart3DLegendTitlePosition
Specifies the position of the legend title for the SfChart3D.
Inheritance
System.Object
Chart3DLegendTitlePosition
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Chart3DLegendTitlePosition : Enum
Fields
Bottom
Define the bottom position for the legend title.
Declaration
public const Chart3DLegendTitlePosition Bottom
Field Value
Left
Define the left position for the legend title.
Declaration
public const Chart3DLegendTitlePosition Left
Field Value
Right
Define the right position for the legend title.
Declaration
public const Chart3DLegendTitlePosition Right
Field Value
Top
Define the top position for the legend title.
Declaration
public const Chart3DLegendTitlePosition Top