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
PieCoverage
Gets or sets the pie coverage in degrees.
public string PieCoverage { get; set; }
Property Value
PieRotateClockwise
Gets or sets whether pie slices are rotated clockwise.
public string PieRotateClockwise { get; set; }
Property Value
ShowSeparatorLines
Gets or sets whether separator lines are shown.
public string ShowSeparatorLines { get; set; }
Property Value
XAxis
Gets the category axis configuration.
[JsonInclude]
public PropertyCategoryAxisPie XAxis { get; }
Property Value
ZRotation
Gets or sets the Z axis rotation.
public string ZRotation { get; set; }
Property Value
Methods
GetNameAliasForVirtualProperty(string)
protected override string GetNameAliasForVirtualProperty(string propertyName)
Parameters
propertyNamestring