Class PropertyValueAxisFunnel
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Funnel value axis definition providing value expression, explosion percentage and coordinate labels on segments.
public class PropertyValueAxisFunnel : DomItem
- Inheritance
-
PropertyValueAxisFunnel
- Inherited Members
Properties
CoordinateLabelOnObject
Gets the coordinate label displayed on funnel segments when enabled.
[JsonInclude]
public PropertyChartLabelCoordinateOnObjectPie CoordinateLabelOnObject { get; }
Property Value
ExplosionPercentage
Gets or sets the segment explosion (offset) percentage.
public string ExplosionPercentage { get; set; }
Property Value
Value
Gets or sets the value expression.
public string Value { get; set; }