Class ChartPyramidMode
Specifies the mode in which the Y values should be interpreted in the Pyramid chart.
Inheritance
System.Object
ChartPyramidMode
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class ChartPyramidMode : Enum
Fields
Linear
The Y values are proportional to the length of the sides of the pyramid.
Declaration
public const ChartPyramidMode Linear
Field Value
Type |
---|
ChartPyramidMode |
Surface
The Y values are proportional to the surface area of the corresponding blocks.
Declaration
public const ChartPyramidMode Surface
Field Value
Type |
---|
ChartPyramidMode |