Table of Contents

Class PropertyCategoryAxisPie

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

Pie chart category axis configuration providing coordinate label settings, filtering and arc limiting options.

public class PropertyCategoryAxisPie : DomItem
Inheritance
PropertyCategoryAxisPie
Inherited Members

Properties

CoordinateLabelOthers

Gets the coordinate label configuration for the aggregated 'others' slice.

[JsonInclude]
public PropertyChartLabelCoordinateOthers CoordinateLabelOthers { get; }

Property Value

PropertyChartLabelCoordinateOthers

CoordinateLabelPie

Gets pie coordinate label configuration.

[JsonInclude]
public PropertyChartLabelPie CoordinateLabelPie { get; }

Property Value

PropertyChartLabelPie

CoordinateLabelPlacement

Gets coordinate label placement configuration (legend text placement etc.).

[JsonInclude]
public CoordinateLabelPlacement CoordinateLabelPlacement { get; }

Property Value

CoordinateLabelPlacement

Filter

Filter formula limiting included categories.

public string Filter { get; set; }

Property Value

string

Label

Gets general pie label configuration.

[JsonInclude]
public PropertyChartLabel Label { get; }

Property Value

PropertyChartLabel

MaxEntriesForArcs

Maximum entries rendered before aggregating (0 = unlimited).

public string MaxEntriesForArcs { get; set; }

Property Value

string

MinimumPercentage

Minimum percentage threshold (others below aggregated).

public string MinimumPercentage { get; set; }

Property Value

string

SamplesForDesigner

Sampling size for designer preview.

public string SamplesForDesigner { get; set; }

Property Value

string

Sorted

Sorting mode expression.

public string Sorted { get; set; }

Property Value

string

Value

Category value expression.

public string Value { get; set; }

Property Value

string