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
Height of pyramid segments reflects the values.
Declaration
public const PyramidMode Linear
Field Value
Type |
---|
PyramidMode |
Surface
Surface area of pyramid segments reflects the values.
Declaration
public const PyramidMode Surface
Field Value
Type |
---|
PyramidMode |