Class PropertyCategoryAxisFunnel
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the category axis definition for funnel charts (and pyramid style variants). Provides label placement, filtering and source mode configuration specialized for funnel charts.
public class PropertyCategoryAxisFunnel : DomItem
- Inheritance
-
PropertyCategoryAxisFunnel
- Inherited Members
Properties
CoordinateLabelPie
Gets the coordinate label configuration specific to the funnel (pie style) labeling.
[JsonInclude]
public PropertyChartLabelCoordinate CoordinateLabelPie { get; }
Property Value
CoordinateLabelPlacement
Gets the placement settings for funnel coordinate labels.
[JsonInclude]
public CoordinateLabelPlacementFunnel CoordinateLabelPlacement { get; }
Property Value
Filter
Gets or sets the filter expression restricting funnel categories.
[JsonInclude]
public string Filter { get; set; }
Property Value
Label
Gets the category axis label styling (text formatting, visibility, etc.).
[JsonInclude]
public PropertyChartLabel Label { get; }
Property Value
SourceMode
Gets or sets the source mode determining how category values are sourced. Notifies engine on change similar to other axis types.
[JsonInclude]
public string SourceMode { get; set; }
Property Value
Value
Gets or sets the category value expression.
public string Value { get; set; }