FunnelSeries<T, D> class
Renders Funnel series.
The FunnelSeries is the SfFunnelChart Type series. To render a funnel chart, create an instance of FunnelSeries, and add it to the series property of SfFunnelChart.
Provides options to customize the opacity
, borderWidth
, borderColor
and pointColorMapper
of the funnel segments.
- Inheritance
-
- Object
- ChartSeries<
T, D> - FunnelSeries
- Implemented types
Constructors
-
FunnelSeries({ValueKey<
String> ? key, ChartSeriesRendererFactory<T, D> ? onCreateRenderer, FunnelSeriesRendererCreatedCallback? onRendererCreated, List<T> ? dataSource, ChartValueMapper<T, D> ? xValueMapper, ChartValueMapper<T, num> ? yValueMapper, ChartValueMapper<T, Color> ? pointColorMapper, ChartValueMapper<T, String> ? textFieldMapper, String? name, String? neckWidth, String? neckHeight, String? height, String? width, double? gapRatio, LegendIconType? legendIconType, EmptyPointSettings? emptyPointSettings, DataLabelSettings? dataLabelSettings, double? animationDuration, double? opacity, Color? borderColor, double? borderWidth, bool? explode, ActivationMode? explodeGesture, String? explodeOffset, SelectionSettings? selectionSettings, SelectionBehavior? selectionBehavior, num? explodeIndex, List<int> ? initialSelectedDataIndexes}) - Creating an argument constructor of FunnelSeries class.
Properties
- animationDuration → double
-
Defaults to 1500
finalinherited
- borderColor → Color
-
Border color of the data points in the series.
finalinherited
- borderWidth → double
-
Border width of the data points in the series.
finalinherited
-
dataLabelMapper
→ ChartIndexedValueMapper<
String> ? -
Field in the data source, which is considered as text for the data points.
finalinherited
- dataLabelSettings → DataLabelSettings
-
Enables the datalabel of the series
finalinherited
-
dataSource
→ List<
T> ? -
A collection of data required for rendering the series.
finalinherited
- emptyPointSettings → EmptyPointSettings
-
Customizes the empty data points in the series
finalinherited
- enableTooltip → bool
-
Enables or disables the tooltip for this series. Tooltip will display more details
about data points when tapping the data point region.
finalinherited
- explode → bool
-
Enables or disables the explode of slices on tap.
finalinherited
- explodeGesture → ActivationMode
-
Gesture for activating the explode.
finalinherited
- explodeIndex → num?
-
Index of the slice to explode it at the initial rendering.
finalinherited
- explodeOffset → String
-
Offset of exploded slice.
finalinherited
- gapRatio → double
-
Gap ratio between the segments of pyramid.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → String
-
Height of the series.
finalinherited
-
initialSelectedDataIndexes
↔ List<
int> -
List of data indexes initially selected
getter/setter pairinherited
- isVisible → bool?
-
Visibility of the series
finalinherited
-
key
→ ValueKey<
String> ? -
Key to identify a series in a collection.
finalinherited
- legendIconType → LegendIconType
-
Shape of the legend icon.
finalinherited
- legendItemText → String?
-
Text to be displayed in legend. By default, the series name will be displayed
in the legend. You can change this by setting values to this property.
finalinherited
- name → String?
-
Name of the series.
finalinherited
- neckHeight → String
-
Neck height of funnel.
finalinherited
- neckWidth → String
-
Neck width of funnel.
finalinherited
-
onCreateRenderer
→ ChartSeriesRendererFactory<
T, D> ? -
Used to create the renderer for custom series.
finalinherited
- onRendererCreated → FunnelSeriesRendererCreatedCallback?
-
Triggers when the series renderer is created.
finalinherited
- opacity → double
-
Opacity of the series.
finalinherited
-
pointColorMapper
→ ChartIndexedValueMapper<
Color> ? -
Maps the field name, which will be considered as data point color.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionBehavior → SelectionBehavior
-
Customizes the selection of series.
finalinherited
- selectionSettings → SelectionSettings
-
Customizes the selection of series.
finalinherited
- sortFieldValueMapper → ChartIndexedValueMapper?
-
Field in the data source, which is considered for sorting the data points.
finalinherited
- sortingOrder → SortingOrder?
-
The data points in the series can be sorted in ascending or descending order.
The data points will be rendered in the specified order if it is set to none.
finalinherited
-
textFieldMapper
→ ChartIndexedValueMapper<
String> ? -
Maps the field name, which will be considered as text for data label.
finalinherited
- width → String
-
Width of the series.
finalinherited
-
xValueMapper
→ ChartIndexedValueMapper<
D> ? -
Maps the field name, which will be considered as x-values.
finalinherited
-
yValueMapper
→ ChartIndexedValueMapper<
num> ? -
Maps the field name, which will be considered as y-values.
finalinherited
Methods
-
calculateEmptyPointValue(
int pointIndex, dynamic currentPoint, dynamic seriesRenderer) → void -
To calculate empty point values if null values are provided
inherited
-
createRenderer(
FunnelSeries< T, D> series) → FunnelSeriesRenderer - Create the pie series renderer.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited