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
RelativeRadiusOfParallelPart
Gets the relative radius definition for the parallel (constant width) section.
[JsonInclude]
public PropertyRelativeRadiusOfParallelPart RelativeRadiusOfParallelPart { get; }
Property Value
RelativeRadiusOfStart
Gets or sets the relative radius at the funnel start (percent).
public string RelativeRadiusOfStart { get; set; }
Property Value
ShowSeparatorLines
Gets or sets whether separator lines between segments are shown.
public string ShowSeparatorLines { get; set; }
Property Value
XAxis
Gets the category axis configuration.
[JsonInclude]
public PropertyCategoryAxisFunnel XAxis { get; }
Property Value
YAxis
Gets the numeric (value) axis configuration.
[JsonInclude]
public PropertyValueAxisFunnel YAxis { get; }
Property Value
Methods
GetNameAliasForVirtualProperty(string)
protected override string GetNameAliasForVirtualProperty(string propertyName)
Parameters
propertyNamestring