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