Class PyramidMode
Specifies the mode of the pyramid.
Inheritance
System.Object
PyramidMode
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PyramidMode : Enum
Fields
Linear
Defines height of the pyramid segments reflects the values.
Declaration
public const PyramidMode Linear
Field Value
Type |
---|
PyramidMode |
Surface
Defines surface or Area of the pyramid segments reflects the values.
Declaration
public const PyramidMode Surface
Field Value
Type |
---|
PyramidMode |