Table of Contents

Class PropertyValueAxisPie2D

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

2D pie value axis definition providing value expression, explosion percentage and coordinate labels on slices.

public class PropertyValueAxisPie2D : DomItem
Inheritance
PropertyValueAxisPie2D
Derived
Inherited Members

Properties

AggregateType

Gets or sets aggregation type for the value expression.

public string AggregateType { get; set; }

Property Value

string

CoordinateLabelOnObject

Gets the coordinate label displayed on slices when enabled.

[JsonInclude]
public PropertyChartLabelCoordinateOnObjectPie CoordinateLabelOnObject { get; }

Property Value

PropertyChartLabelCoordinateOnObjectPie

Gets the drill-down links collection.

[JsonInclude]
public CollectionDrillDownLinks? DrillDownLinks { get; }

Property Value

CollectionDrillDownLinks

ExplosionPercentage

Gets or sets the slice explosion (offset) percentage.

public string ExplosionPercentage { get; set; }

Property Value

string

Value

Gets or sets the value expression.

public string Value { get; set; }

Property Value

string