Table of Contents

Class PropertyChartEnginePie3D

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

3D pie chart engine configuration.

public class PropertyChartEnginePie3D : PropertyChartEnginePieDonutBase
Inheritance
PropertyChartEnginePie3D
Inherited Members

Constructors

PropertyChartEnginePie3D(PropertyChartEngineBase)

Wraps an existing pie engine DOM item (3D) and initializes defaults if required.

public PropertyChartEnginePie3D(PropertyChartEngineBase item)

Parameters

item PropertyChartEngineBase

Properties

Gradient

Gets the gradient appearance settings.

[JsonInclude]
public PropertyGradient Gradient { get; }

Property Value

PropertyGradient

Perspective

Gets or sets the perspective value.

public string Perspective { get; set; }

Property Value

string

XRotation

Gets or sets the X rotation angle.

public string XRotation { get; set; }

Property Value

string

YAxis

Gets the 3D pie value axis.

[JsonInclude]
public PropertyValueAxisPie3D YAxis { get; }

Property Value

PropertyValueAxisPie3D