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
CoordinateLabelPie
Gets pie coordinate label configuration.
[JsonInclude]
public PropertyChartLabelPie CoordinateLabelPie { get; }
Property Value
CoordinateLabelPlacement
Gets coordinate label placement configuration (legend text placement etc.).
[JsonInclude]
public CoordinateLabelPlacement CoordinateLabelPlacement { get; }
Property Value
Filter
Filter formula limiting included categories.
public string Filter { get; set; }
Property Value
Label
Gets general pie label configuration.
[JsonInclude]
public PropertyChartLabel Label { get; }
Property Value
MaxEntriesForArcs
Maximum entries rendered before aggregating (0 = unlimited).
public string MaxEntriesForArcs { get; set; }
Property Value
MinimumPercentage
Minimum percentage threshold (others below aggregated).
public string MinimumPercentage { get; set; }
Property Value
SamplesForDesigner
Sampling size for designer preview.
public string SamplesForDesigner { get; set; }
Property Value
Sorted
Sorting mode expression.
public string Sorted { get; set; }
Property Value
Value
Category value expression.
public string Value { get; set; }