Table of Contents

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

PropertyChartLabelCoordinate

CoordinateLabelPlacement

Gets the placement settings for funnel coordinate labels.

[JsonInclude]
public CoordinateLabelPlacementFunnel CoordinateLabelPlacement { get; }

Property Value

CoordinateLabelPlacementFunnel

Filter

Gets or sets the filter expression restricting funnel categories.

[JsonInclude]
public string Filter { get; set; }

Property Value

string

Label

Gets the category axis label styling (text formatting, visibility, etc.).

[JsonInclude]
public PropertyChartLabel Label { get; }

Property Value

PropertyChartLabel

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

string

Value

Gets or sets the category value expression.

public string Value { get; set; }

Property Value

string