Class Chart3DLegendMode
Specifies the mode for the legend rendering items for the SfChart3D.
Inheritance
System.Object
Chart3DLegendMode
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Chart3DLegendMode : Enum
Fields
Point
Render legend items based on points
Declaration
public const Chart3DLegendMode Point
Field Value
Type |
---|
Chart3DLegendMode |
Series
Render legend items based on visible series.
Declaration
public const Chart3DLegendMode Series
Field Value
Type |
---|
Chart3DLegendMode |