Table of Contents

Class PropertyChartEnginePieDonutBase

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

Base class for pie and donut chart engines providing axis, color mode indirection and rotation / coverage settings.

public abstract class PropertyChartEnginePieDonutBase : PropertyChartEngineBase
Inheritance
PropertyChartEnginePieDonutBase
Derived
Inherited Members

Properties

ColorMode

Gets or sets the color mode (maps to internal ColorModePie).

public string ColorMode { get; set; }

Property Value

string

PieCoverage

Gets or sets the pie coverage in degrees.

public string PieCoverage { get; set; }

Property Value

string

PieRotateClockwise

Gets or sets whether pie slices are rotated clockwise.

public string PieRotateClockwise { get; set; }

Property Value

string

ShowSeparatorLines

Gets or sets whether separator lines are shown.

public string ShowSeparatorLines { get; set; }

Property Value

string

XAxis

Gets the category axis configuration.

[JsonInclude]
public PropertyCategoryAxisPie XAxis { get; }

Property Value

PropertyCategoryAxisPie

ZRotation

Gets or sets the Z axis rotation.

public string ZRotation { get; set; }

Property Value

string

Methods

GetNameAliasForVirtualProperty(string)

protected override string GetNameAliasForVirtualProperty(string propertyName)

Parameters

propertyName string

Returns

string