Table of Contents

Class PropertyChartEngineFunnelBase

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

Base class for funnel (and pyramid style) chart engines providing shared axis objects, color mode indirection and geometry parameters (start radius, parallel part radius, separator lines). Specialized horizontal / vertical engines inherit from this class.

public abstract class PropertyChartEngineFunnelBase : PropertyChartEngineBase
Inheritance
PropertyChartEngineFunnelBase
Derived
Inherited Members

Properties

ColorMode

Gets or sets the color mode (maps to internal ColorModeFunnel).

public string ColorMode { get; set; }

Property Value

string

RelativeRadiusOfParallelPart

Gets the relative radius definition for the parallel (constant width) section.

[JsonInclude]
public PropertyRelativeRadiusOfParallelPart RelativeRadiusOfParallelPart { get; }

Property Value

PropertyRelativeRadiusOfParallelPart

RelativeRadiusOfStart

Gets or sets the relative radius at the funnel start (percent).

public string RelativeRadiusOfStart { get; set; }

Property Value

string

ShowSeparatorLines

Gets or sets whether separator lines between segments are shown.

public string ShowSeparatorLines { get; set; }

Property Value

string

XAxis

Gets the category axis configuration.

[JsonInclude]
public PropertyCategoryAxisFunnel XAxis { get; }

Property Value

PropertyCategoryAxisFunnel

YAxis

Gets the numeric (value) axis configuration.

[JsonInclude]
public PropertyValueAxisFunnel YAxis { get; }

Property Value

PropertyValueAxisFunnel

Methods

GetNameAliasForVirtualProperty(string)

protected override string GetNameAliasForVirtualProperty(string propertyName)

Parameters

propertyName string

Returns

string