Articles in this section
Category / Section

Release v24.1.41 - Nullability Enhancements

2 mins read

Description:

The v24.1.41 release brings substantial improvements to nullability handling, offering enhanced support and flexibility for working with nullable values across the system.

SfCartesianCharts:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 title ChartTitle? ChartTitle() Nullable Non-Nullable Null ChartTitle()
2 axes List<ChartAxis>? List<ChartAxis> Nullable Non-Nullable Null <ChartAxis>[]
3 primaryXAxis ChartAxis? ChartAxis() Nullable Non-Nullable Null NumericAxis()
4 primaryYAxis ChartAxis? ChartAxis() Nullable Non-Nullable Null NumericAxis()
5 margin EdgeInsets? EdgeInsets Nullable Non-Nullable Null EdgeInsets.all(10)
6 legend Legend? Legend() Nullable Non-Nullable Null Legend()
7 selectionType SelectionType? SelectionType Nullable Non-Nullable Null SelectionType.point
8 selectionGesture ActivationMode? ActivationMode Nullable Non-Nullable Null ActivationMode.singleTap
9 enableMultiSelection bool? bool Nullable Non-Nullable Null false
10 series dynamic List<CartesianSeries<dynamic, dynamic>> Non-Nullable Non-Nullable Null <CartesianSeries>[]
11 indicators List<TechnicalIndicators<dynamic, dynamic>>? List<TechnicalIndicator<dynamic, dynamic>> Nullable Non-Nullable Null <TechnicalIndicator>[]

AreaSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
11 borderWidth double? double Nullable Non-Nullable Null 2
12 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
13 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0

BarSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
5 width double? double Nullable Non-Nullable Null 0.7
6 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
7 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
8 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
9 enableTooltip bool? bool Nullable Non-Nullable Null true
10 animationDuration double? double Nullable Non-Nullable Null 1500
11 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
12 borderWidth double? double Nullable Non-Nullable Null 2
13 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0
16 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

BubbleSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
5 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
6 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
7 enableTooltip bool? bool Nullable Non-Nullable Null true
8 animationDuration double? double Nullable Non-Nullable Null 1500
9 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
10 borderWidth double? double Nullable Non-Nullable Null 2
11 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
12 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
13 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0
16 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

CandleSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 bearColor Color? Color Nullable Non-Nullable Null Colors.red
4 bullColor Color? Color Nullable Non-Nullable Null Colors.green
5 enableSolidCandles bool? bool Nullable Non-Nullable Null false
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 borderWidth double? double Nullable Non-Nullable Null 2
11 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
12 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
13 opacity double? double Nullable Non-Nullable Null 1
14 animationDelay double? double Nullable Non-Nullable Null 0
15 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
16 showIndicationForSameValues bool? bool Nullable Non-Nullable Null false
17 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
18 highValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
19 lowValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
20 openValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
21 closeValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

ColumnSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
5 width double? double Nullable Non-Nullable Null 0.7
6 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
7 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
8 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
9 enableTooltip bool? bool Nullable Non-Nullable Null true
10 animationDuration double? double Nullable Non-Nullable Null 1500
11 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
12 borderWidth double? double Nullable Non-Nullable Null 2
13 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
14 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
15 opacity double? double Nullable Non-Nullable Null 1
16 animationDelay double? double Nullable Non-Nullable Null 0

ErrorBarSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 width double? double Nullable Non-Nullable Null 2
4 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
5 animationDuration double? double Nullable Non-Nullable Null 1500
6 opacity double? double Nullable Non-Nullable Null 1
7 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
8 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
9 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

FastLineSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 width double? double Nullable Non-Nullable Null 2
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
11 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
12 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
13 opacity double? double Nullable Non-Nullable Null 1
14 animationDelay double? double Nullable Non-Nullable Null 0

HiloOpenCloseSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 bearColor Color? Color Nullable Non-Nullable Null Colors.red
4 bullColor Color? Color Nullable Non-Nullable Null Colors.green
5 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
6 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
7 enableTooltip bool? bool Nullable Non-Nullable Null true
8 animationDuration double? double Nullable Non-Nullable Null 1500
9 borderWidth double? double Nullable Non-Nullable Null 2
10 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
11 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
12 opacity double? double Nullable Non-Nullable Null 1
13 animationDelay double? double Nullable Non-Nullable Null 0
14 spacing double? double Nullable Non-Nullable Null 0
15 showIndicationForSameValues bool? bool Nullable Non-Nullable Null false
16 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
17 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
18 highValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
19 lowValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
20 openValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
21 closeValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

HiloSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
4 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
5 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
6 enableTooltip bool? bool Nullable Non-Nullable Null true
7 animationDuration double? double Nullable Non-Nullable Null 1500
8 borderWidth double? double Nullable Non-Nullable Null 2
9 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
10 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
11 opacity double? double Nullable Non-Nullable Null 1
12 animationDelay double? double Nullable Non-Nullable Null 0
13 spacing double? double Nullable Non-Nullable Null 0
14 showIndicationForSameValues bool? bool Nullable Non-Nullable Null false
15 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
16 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
17 highValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
18 lowValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

HistogramSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
3 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
4 width double? double Nullable Non-Nullable Null 0.95
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
11 borderWidth double? double Nullable Non-Nullable Null 2
12 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
13 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0
16 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

LineSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 width double? double Nullable Non-Nullable Null 2
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
11 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
12 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
13 opacity double? double Nullable Non-Nullable Null 1
14 animationDelay double? double Nullable Non-Nullable Null 0
15 onRenderCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

RangeAreaSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 highValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 lowValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
5 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
6 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
7 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
8 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
9 enableTooltip bool? bool Nullable Non-Nullable Null true
10 animationDuration double? double Nullable Non-Nullable Null 1500
11 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
12 borderWidth double? double Nullable Non-Nullable Null 2
13 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
14 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
15 opacity double? double Nullable Non-Nullable Null 1
16 animationDelay double? double Nullable Non-Nullable Null 0
17 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

RangeColumnSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 highValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 lowValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
5 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
6 width double? double Nullable Non-Nullable Null 0.7
7 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
8 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
9 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
10 enableTooltip bool? bool Nullable Non-Nullable Null true
11 animationDuration double? double Nullable Non-Nullable Null 1500
12 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
13 borderWidth double? double Nullable Non-Nullable Null 2
14 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
15 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
16 opacity double? double Nullable Non-Nullable Null 1
17 animationDelay double? double Nullable Non-Nullable Null 0
18 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

ScatterSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
5 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
6 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
7 enableTooltip bool? bool Nullable Non-Nullable Null true
8 animationDuration double? double Nullable Non-Nullable Null 1500
9 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
10 borderWidth double? double Nullable Non-Nullable Null 2
11 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
12 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
13 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0
16 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

SplineAreaSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
5 markerSettings MarkerSettings? MarkerSettings Nullable Nullable Null MarkerSettings()
6 splineType SplineType? SplineType Nullable Non-Nullable Null SplineType.natural
7 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
8 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
9 enableTooltip bool? bool Nullable Non-Nullable Null true
10 animationDuration double? double Nullable Non-Nullable Null 1500
11 borderColor Color? Color Non-Nullable Non-Nullable Null Colors.transparent
12 borderWidth double? double Nullable Non-Nullable Null 2
13 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
14 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
15 opacity double? double Nullable Non-Nullable Null 1
16 animationDelay double? double Nullable Non-Nullable Null 0
17 onRenderCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

SplineRangeAreaSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 highValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 lowValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
5 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
6 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
7 splineType SplineType? SplineType Nullable Non-Nullable Null SplineType.natural
8 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
9 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
10 enableTooltip bool? bool Nullable Non-Nullable Null true
11 animationDuration double? double Nullable Non-Nullable Null 1500
12 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
13 borderWidth double? double Nullable Non-Nullable Null 2
14 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
15 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
16 opacity double? double Nullable Non-Nullable Null 1
17 animationDelay double? double Nullable Non-Nullable Null 0
18 onRenderCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

SplineSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 width double? double Nullable Non-Nullable Null 2
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
11 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
12 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
13 opacity double? double Nullable Non-Nullable Null 1
14 animationDelay double? double Nullable Non-Nullable Null 0
15 onRenderCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
16 splineType SplineType? SplineType Nullable Non-Nullable Null SplineType.natural

StackedArea100Series:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 groupName String? String Nullable Non-Nullable Null ‘’ [Empty String]
4 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
5 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
6 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
7 enableTooltip bool? bool Nullable Non-Nullable Null true
8 animationDuration double? double Nullable Non-Nullable Null 1500
9 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
10 borderWidth double? double Nullable Non-Nullable Null 2
11 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
12 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
13 opacity double? double Nullable Non-Nullable Null 1
14 animationDelay double? double Nullable Non-Nullable Null 0
15 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
16 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
17 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

StackedAreaSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 groupName String? String Nullable Non-Nullable Null ‘’ [Empty String]
4 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
5 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
6 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
7 enableTooltip bool? bool Nullable Non-Nullable Null true
8 animationDuration double? double Nullable Non-Nullable Null 1500
9 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
10 borderWidth double? double Nullable Non-Nullable Null 2
11 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
12 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
13 opacity double? double Nullable Non-Nullable Null 1
14 animationDelay double? double Nullable Non-Nullable Null 0
15 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
16 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
17 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

StackedBar100Series:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 groupName String? String Nullable Non-Nullable Null ‘’ [Empty String]
4 width double? double Nullable Non-Nullable Null 0.7
5 spacing double? double Nullable Non-Nullable Null 0
6 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
7 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
8 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
9 borderRadius BorderRadius? BorderRadius Nullable Non-Nullable Null BorderRadius.zero
10 enableTooltip bool? bool Nullable Non-Nullable Null true
11 animationDuration double? double Nullable Non-Nullable Null 1500
12 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
13 borderWidth double? double Nullable Non-Nullable Null 2
14 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
15 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
16 opacity double? double Nullable Non-Nullable Null 1
17 animationDelay double? double Nullable Non-Nullable Null 0
18 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
19 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
20 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

StackedBarSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 isTrackViisble bool? bool Nullable Non-Nullable Null false
4 groupName String? String Nullable Non-Nullable Null ‘’ [Empty String]
5 width double? double Nullable Non-Nullable Null 0.7
6 spacing double? double Nullable Non-Nullable Null 0
7 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
8 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
9 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
10 borderRadius BorderRadius? BorderRadius Nullable Non-Nullable Null BorderRadius.zero
11 enableTooltip bool? bool Nullable Non-Nullable Null true
12 animationDuration double? double Nullable Non-Nullable Null 1500
13 trackColor Color? Color Nullable Non-Nullable Null Colors.grey
14 trackBorderColor Color? Color Nullable Non-Nullable Null Colors.transparent
15 trackBorderWidth double? double Nullable Non-Nullable Null 1
16 trackPadding double? double Nullable Non-Nullable Null 0
17 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
18 borderWidth double? double Nullable Non-Nullable Null 2
19 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
20 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
21 opacity double? double Nullable Non-Nullable Null 1
22 animationDelay double? double Nullable Non-Nullable Null 0
23 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
24 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
25 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

StackedColumn100Series:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 groupName String? String Nullable Non-Nullable Null ‘’ [Empty String]
4 width double? double Nullable Non-Nullable Null 0.7
5 spacing double? double Nullable Non-Nullable Null 0
6 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
7 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
8 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
9 borderRadius BorderRadius? BorderRadius Nullable Non-Nullable Null BorderRadius.zero
10 enableTooltip bool? bool Nullable Non-Nullable Null true
11 animationDuration double? double Nullable Non-Nullable Null 1500
12 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
13 borderWidth double? double Nullable Non-Nullable Null 2
14 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
15 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
16 opacity double? double Nullable Non-Nullable Null 1
17 animationDelay double? double Nullable Non-Nullable Null 0
18 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
19 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
20 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

StackedColumnSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 isTrackVisible bool? bool Nullable Non-Nullable Null false
4 groupName String? String Nullable Non-Nullable Null ‘’ [Empty String]
5 width double? double Nullable Non-Nullable Null 0.7
6 spacing double? double Nullable Non-Nullable Null 0
7 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
8 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
9 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
10 borderRadius BorderRadius? BorderRadius Nullable Non-Nullable Null BorderRadius.zero
11 enableTooltip bool? bool Nullable Non-Nullable Null true
12 animationDuration double? double Nullable Non-Nullable Null 1500
13 trackColor Color? Color Nullable Non-Nullable Null Colors.grey
14 trackBorderColor Color? Color Nullable Non-Nullable Null Colors.transparent
15 trackBorderWidth double? double Nullable Non-Nullable Null 1
16 trackPadding double? double Nullable Non-Nullable Null 0
17 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
18 borderWidth double? double Nullable Non-Nullable Null 2
19 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
20 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
21 opacity double? double Nullable Non-Nullable Null 1
22 animationDelay double? double Nullable Non-Nullable Null 0
23 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
24 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
25 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

StackedLine100Series:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 width double? double Nullable Non-Nullable Null 2
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 groupName String? String Nullable Non-Nullable Null ‘’ [Empty String]
11 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
12 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
13 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0
16 onRenderCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

StackedLineSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 width double? double Nullable Non-Nullable Null 2
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 groupName String? String Nullable Non-Nullable Null ‘’ [Empty String]
11 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
12 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
13 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0
16 onRenderCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

StepAreaSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
11 borderWidth double? double Nullable Non-Nullable Null 2
12 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
13 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0
16 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

StepLineSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
4 width double? double Nullable Non-Nullable Null 2
5 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
6 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
7 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
11 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
12 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
13 opacity double? double Nullable Non-Nullable Null 1
14 animationDelay double? double Nullable Non-Nullable Null 0
15 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

WaterfallSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
3 width double? double Nullable Non-Nullable Null 0.7
4 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
5 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
6 enableTooltip bool? bool Nullable Non-Nullable Null true
7 animationDuration double? double Nullable Non-Nullable Null 1500
8 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
9 borderWidth double? double Nullable Non-Nullable Null 2
10 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
11 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
12 opacity double? double Nullable Non-Nullable Null 1
13 animationDelay double? double Nullable Non-Nullable Null 0
14 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
15 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
16 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null

BoxAndWhiskerSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 dataSource List<T> List<T>? Non-Nullable Nullable Null Null
2 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
3 yValueMapper ChartValueMapper<T, dynamic> ChartValueMapper<T, List<num?>>? Non-Nullable Nullable Null Null
4 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
5 width double? double Nullable Non-Nullable Null 0.7
6 markerSettings MarkerSettings? MarkerSettings Nullable Non-Nullable Null MarkerSettings()
7 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
8 enableTooltip bool? bool Nullable Non-Nullable Null true
9 animationDuration double? double Nullable Non-Nullable Null 1500
10 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
11 borderWidth double? double Nullable Non-Nullable Null 2
12 isVisibleInLegend bool? bool Nullable Non-Nullable Null true
13 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
14 opacity double? double Nullable Non-Nullable Null 1
15 animationDelay double? double Nullable Non-Nullable Null 0
16 onRendererCreated SeriesRendererCreatedCallback? SeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null

CategoryAxis:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 title AxisTitle? AxisTitle Nullable Non-Nullable Null AxisTitle()
3 axisLine AxisLine? AxisLine Nullable Non-Nullable Null AxisLine()
4 rangePadding ChartRangePadding? ChartRangePadding Nullable Non-Nullable Null ChartRangePadding.auto
5 edgeLabelPlacement EdgeLabelPlacement? EdgeLabelPlacement Nullable Non-Nullable Null EdgeLabelPlacement.none
6 labelPosition ChartDataLabelPosition? ChartDataLabelPosition Nullable Non-Nullable Null ChartDataLabelPosition.outside
7 tickPosition TickPosition? TickPosition Nullable Non-Nullable Null TickPosition.outside
8 labelRotation int? int Nullable Non-Nullable Null 0
9 labelIntersectAction AxisLabelIntersectAction? AxisLabelIntersectAction Nullable Non-Nullable Null AxisLabelIntersectAction.hide
10 labelAlignment LabelAlignment? LabelAlignment Nullable Non-Nullable Null LabelAlignment.center
11 isInversed bool? bool Nullable Non-Nullable Null false
12 opposedPosition bool? bool Nullable Non-Nullable Null false
13 maximumLabels int? int Nullable Non-Nullable Null 3
14 majorTickLines MajorTickLines? MajorTickLines Nullable Non-Nullable Null MajorTickLines()
15 majorGridLines MajorGridLines? MajorGridLines Nullable Non-Nullable Null MajorGridLines()
16 plotOffset double? double Nullable Non-Nullable Null 0
17 interactiveTooltip InteractiveTooltip? InteractiveTooltip Nullable Non-Nullable Null InteractiveTooltip()
18 placeLabelsNearAxisLine bool? bool Nullable Non-Nullable Null true
19 plotBands List<PlotBand>? List<PlotBand> Nullable Non-Nullable Null <PlotBand>[]
20 borderWidth double? double Nullable Non-Nullable Null 0
21 axisBorderType AxisBorderType? AxisBorderType Nullable Non-Nullable Null AxisBorderType.rectangle
22 multiLevelLabelStyle MultiLevelLabelStyle? MultiLevelLabelStyle Nullable Non-Nullable Null MultiLevelLabelStyle()
23 autoScrollingMode AutoScrollingMode? AutoScrollingMode Nullable Non-Nullable Null AutoScrollingMode.end

DateTimeAxis:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 title AxisTitle? AxisTitle Nullable Non-Nullable Null AxisTitle()
3 axisLine AxisLine? AxisLine Nullable Non-Nullable Null AxisLine()
4 rangePadding ChartRangePadding? ChartRangePadding Nullable Non-Nullable Null ChartRangePadding.auto
5 labelIntersectAction AxisLabelIntersectAction? AxisLabelIntersectAction Nullable Non-Nullable Null AxisLabelIntersectAction.hide
6 labelPosition ChartDataLabelPosition? ChartDataLabelPosition Nullable Non-Nullable Null ChartDataLabelPosition.outside
7 tickPosition TickPosition? TickPosition Nullable Non-Nullable Null TickPosition.outside
8 edgeLabelPlacement EdgeLabelPlacement? EdgeLabelPlacement Nullable Non-Nullable Null EdgeLabelPlacement.none
9 enableAutoIntervalOnZooming bool? bool Nullable Non-Nullable Null true
10 labelRotation int? int Nullable Non-Nullable Null 0
11 isInversed bool? bool Nullable Non-Nullable Null false
12 opposedPosition bool? bool Nullable Non-Nullable Null false
13 minorTicksPerInterval int? int Nullable Non-Nullable Null 0
14 maximumLabels int? int Nullable Non-Nullable Null 3
15 plotOffset double? double Nullable Non-Nullable Null 0
16 majorTickLines MajorTickLines? MajorTickLines Nullable Non-Nullable Null MajorTickLines()
17 minorTickLines MinorTickLines? MinorTickLines Nullable Non-Nullable Null MinorTickLines()
18 majorGridLines MajorGridLines? MajorGridLines Nullable Non-Nullable Null MajorGridLines()
19 minorGridLines MinorGridLines? MinorGridLines Nullable Non-Nullable Null MinorGridLines()
20 interactiveTooltip InteractiveTooltip? InteractiveTooltip Nullable Non-Nullable Null InteractiveTooltip()
21 labelAlignment LabelAlignment? LabelAlignment Nullable Non-Nullable Null LabelAlignment.center
22 placeLabelsNearAxisLine bool? bool Nullable Non-Nullable Null true
23 plotBands List<PlotBand>? List<PlotBand> Nullable Non-Nullable Null <PlotBand>[]
24 borderWidth double? double Nullable Non-Nullable Null 0
25 axisBorderType AxisBorderType? AxisBorderType Nullable Non-Nullable Null AxisBorderType.rectangle
26 multiLevelLabelStyle MultiLevelLabelStyle? MultiLevelLabelStyle Nullable Non-Nullable Null MultiLevelLabelStyle()
27 autoScrollingMode AutoScrollingMode? AutoScrollingMode Nullable Non-Nullable Null AutoScrollingMode.end

DateTimeCategoryAxis:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 title AxisTitle? AxisTitle Nullable Non-Nullable Null AxisTitle()
3 axisLine AxisLine? AxisLine Nullable Non-Nullable Null AxisLine()
4 rangePadding ChartRangePadding? ChartRangePadding Nullable Non-Nullable Null ChartRangePadding.auto
5 edgeLabelPlacement EdgeLabelPlacement? EdgeLabelPlacement Nullable Non-Nullable Null EdgeLabelPlacement.none
6 labelPosition ChartDataLabelPosition? ChartDataLabelPosition Nullable Non-Nullable Null ChartDataLabelPosition.outside
7 tickPosition TickPosition? TickPosition Nullable Non-Nullable Null TickPosition.outside
8 labelRotation int? int Nullable Non-Nullable Null 0
9 labelIntersectAction AxisLabelIntersectAction? AxisLabelIntersectAction Nullable Non-Nullable Null AxisLabelIntersectAction.hide
10 labelAlignment LabelAlignment? LabelAlignment Nullable Non-Nullable Null LabelAlignment.center
11 isInversed bool? bool Nullable Non-Nullable Null false
12 opposedPosition bool? bool Nullable Non-Nullable Null false
13 maximumLabels int? int Nullable Non-Nullable Null 3
14 majorTickLines MajorTickLines? MajorTickLines Nullable Non-Nullable Null MajorTickLines()
15 majorGridLines MajorGridLines? MajorGridLines Nullable Non-Nullable Null MajorGridLines()
16 plotOffset double? double Nullable Non-Nullable Null 0
17 interactiveTooltip InteractiveTooltip? InteractiveTooltip Nullable Non-Nullable Null InteractiveTooltip()
18 placeLabelsNearAxisLine bool? bool Nullable Non-Nullable Null true
19 plotBands List<PlotBand>? List<PlotBand> Nullable Non-Nullable Null <PlotBand>[]
20 borderWidth double? double Nullable Non-Nullable Null 0
21 axisBorderType AxisBorderType? AxisBorderType Nullable Non-Nullable Null AxisBorderType.rectangle
22 multiLevelLabelStyle MultiLevelLabelStyle? MultiLevelLabelStyle Nullable Non-Nullable Null MultiLevelLabelStyle()
23 autoScrollingMode AutoScrollingMode? AutoScrollingMode Nullable Non-Nullable Null AutoScrollingMode.end

NumericAxis:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 anchorRangeToVisiblePoints bool? bool Nullable Non-Nullable Null true
3 title AxisTitle? AxisTitle Nullable Non-Nullable Null AxisTitle()
4 axisLine AxisLine? AxisLine Nullable Non-Nullable Null AxisLine()
5 rangePadding ChartRangePadding? ChartRangePadding Nullable Non-Nullable Null ChartRangePadding.auto
6 labelIntersectAction AxisLabelIntersectAction? AxisLabelIntersectAction Nullable Non-Nullable Null AxisLabelIntersectAction.hide
7 labelRotation int? int Nullable Non-Nullable Null 0
8 labelAlignment LabelAlignment? LabelAlignment Nullable Non-Nullable Null LabelAlignment.center
9 labelPosition ChartDataLabelPosition? ChartDataLabelPosition Nullable Non-Nullable Null ChartDataLabelPosition.outside
10 tickPosition TickPosition? TickPosition Nullable Non-Nullable Null TickPosition.outside
11 isInversed bool? bool Nullable Non-Nullable Null false
12 opposedPosition bool? bool Nullable Non-Nullable Null false
13 minorTicksPerInterval int? int Nullable Non-Nullable Null 0
14 maximumLabels int? int Nullable Non-Nullable Null 3
15 majorTickLines MajorTickLines? MajorTickLines Nullable Non-Nullable Null MajorTickLines()
16 minorTickLines MinorTickLines? MinorTickLines Nullable Non-Nullable Null MinorTickLines()
17 majorGridLines MajorGridLines? MajorGridLines Nullable Non-Nullable Null MajorGridLines()
18 minorGridLines MinorGridLines? MinorGridLines Nullable Non-Nullable Null MinorGridLines()
19 edgeLabelPlacement EdgeLabelPlacement? EdgeLabelPlacement Nullable Non-Nullable Null EdgeLabelPlacement.none
20 plotOffset double? double Nullable Non-Nullable Null 0
21 enableAutoIntervalOnZooming bool? bool Nullable Non-Nullable Null true
22 interactiveTooltip InteractiveTooltip? InteractiveTooltip Nullable Non-Nullable Null InteractiveTooltip()
23 placeLabelsNearAxisLine bool? bool Nullable Non-Nullable Null true
24 plotBands List<PlotBand>? List<PlotBand> Nullable Non-Nullable Null <PlotBand>[]
25 borderWidth double? double Nullable Non-Nullable Null 0
26 axisBorderType AxisBorderType? AxisBorderType Nullable Non-Nullable Null AxisBorderType.rectangle
27 multiLevelLabelStyle MultiLevelLabelStyle? MultiLevelLabelStyle Nullable Non-Nullable Null MultiLevelLabelStyle()
28 autoScrollingMode AutoScrollingMode? AutoScrollingMode Nullable Non-Nullable Null AutoScrollingMode.end

LogarithmicAxis:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 anchorRangeToVisiblePoints bool? bool Nullable Non-Nullable Null true
3 title AxisTitle? AxisTitle Nullable Non-Nullable Null AxisTitle()
4 axisLine AxisLine? AxisLine Nullable Non-Nullable Null AxisLine()
5 labelIntersectAction AxisLabelIntersectAction? AxisLabelIntersectAction Nullable Non-Nullable Null AxisLabelIntersectAction.hide
6 labelRotation int? int Nullable Non-Nullable Null 0
7 labelPosition ChartDataLabelPosition? ChartDataLabelPosition Nullable Non-Nullable Null ChartDataLabelPosition.outside
8 tickPosition TickPosition? TickPosition Nullable Non-Nullable Null TickPosition.outside
9 isInversed bool? bool Nullable Non-Nullable Null false
10 opposedPosition bool? bool Nullable Non-Nullable Null false
11 minorTicksPerInterval int? int Nullable Non-Nullable Null 0
12 maximumLabels int? int Nullable Non-Nullable Null 3
13 majorTickLines MajorTickLines? MajorTickLines Nullable Non-Nullable Null MajorTickLines()
14 minorTickLines MinorTickLines? MinorTickLines Nullable Non-Nullable Null MinorTickLines()
15 majorGridLines MajorGridLines? MajorGridLines Nullable Non-Nullable Null MajorGridLines()
16 minorGridLines MinorGridLines? MinorGridLines Nullable Non-Nullable Null MinorGridLines()
17 edgeLabelPlacement EdgeLabelPlacement? EdgeLabelPlacement Nullable Non-Nullable Null EdgeLabelPlacement.none
18 plotOffset double? double Nullable Non-Nullable Null 0
19 enableAutoIntervalOnZooming bool? bool Nullable Non-Nullable Null true
20 interactiveTooltip InteractiveTooltip? InteractiveTooltip Nullable Non-Nullable Null InteractiveTooltip()
21 labelAlignment LabelAlignment? LabelAlignment Nullable Non-Nullable Null LabelAlignment.center
22 placeLabelsNearAxisLine bool? bool Nullable Non-Nullable Null true
23 plotBands List<PlotBand>? List<PlotBand> Nullable Non-Nullable Null <PlotBand>[]
24 borderWidth double? double Nullable Non-Nullable Null 0
25 axisBorderType AxisBorderType? AxisBorderType Nullable Non-Nullable Null AxisBorderType.rectangle
26 multiLevelLabelStyle MultiLevelLabelStyle? MultiLevelLabelStyle Nullable Non-Nullable Null MultiLevelLabelStyle()
27 autoScrollingMode AutoScrollingMode? AutoScrollingMode Nullable Non-Nullable Null AutoScrollingMode.end

SfCircularChart:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 title ChartTitle? ChartTitle Nullable Non-Nullable Null ChartTitle()
2 margin EdgeInsets? EdgeInsets Nullable Non-Nullable Null EdgeInsets.fromLTRB(10, 10, 10, 10)
3 series List<CircularSeries<dynamic, dynamic>>? List< CircularSeries > Nullable Non-Nullable Null < CircularSeries >[]
4 legend Legend? Legend Nullable Non-Nullable Null Legend()
5 centerX String? String Nullable Non-Nullable Null ‘50%’
6 centerY String? String Nullable Non-Nullable Null ‘50%’
8 selectionGesture ActivationMode? ActivationMode Nullable Non-Nullable Null ActivationMode.singleTap
9 enableMultiSelection bool? bool Nullable Non-Nullable Null false

DoughnutSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 onRendererCreated CircularSeriesRendererCreatedCallback? CircularSeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
2 pointShaderMapper ChartValueMapper<T>? ChartShaderMapper? Nullable Nullable Null Null
3 sortFieldValueMapper ChartValueMapper<T, String>? ChartValueMapper<T, dynamic>? Nullable Nullable Null Null
4 startAngle int? int Nullable Non-Nullable Null 0
5 endAngle int? int Nullable Non-Nullable Null 360
6 radius String? String Nullable Non-Nullable Null ‘80%’
7 innerRadius String? String Nullable Non-Nullable Null ‘50%’
8 explode bool? bool Nullable Non-Nullable Null false
9 explodeAll bool? bool Nullable Non-Nullable Null false
10 explodeGesture ActivationMode? ActivationMode Nullable Non-Nullable Null ActivationMode.singleTap
11 explodeOffset String? String Nullable Non-Nullable Null ‘10%’
12 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
13 strokeColor Color? Color Nullable Non-Nullable Null Colors.transparent
14 strokeWidth double? double Nullable Non-Nullable Null 2
15 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
16 enableTooltip bool? bool Nullable Non-Nullable Null true
17 opacity double? double Nullable Non-Nullable Null 1
18 animationDuration double? double Nullable Non-Nullable Null 1500
19 animationDelay double? double Nullable Non-Nullable Null 0
20 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
21 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
22 cornerStyle CornerStyle? CornerStyle Nullable Non-Nullable Null CornerStyle.bothFlat

PieSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 onRendererCreated CircularSeriesRendererCreatedCallback? CircularSeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
2 pointShaderMapper ChartValueMapper<T>? ChartShaderMapper? Nullable Nullable Null Null
3 sortFieldValueMapper ChartValueMapper<T, String>? ChartValueMapper<T, dynamic>? Nullable Nullable Null Null
4 startAngle int? int Nullable Non-Nullable Null 0
5 endAngle int? int Nullable Non-Nullable Null 360
6 radius String? String Nullable Non-Nullable Null ‘80%’
7 explode bool? bool Nullable Non-Nullable Null false
8 explodeAll bool? bool Nullable Non-Nullable False false
9 explodeGesture ActivationMode? ActivationMode Nullable Non-Nullable Null ActivationMode.singleTap
10 explodeOffset String? String Nullable Non-Nullable Null ‘10%’
11 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null EmptyPointSettings()
12 strokeColor Color? Color Nullable Non-Nullable Null Colors.transparent
13 strokeWidth double? double Nullable Non-Nullable Null 2
14 opacity double? double Nullable Non-Nullable Null 1
15 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
16 enableTooltip bool? bool Nullable Non-Nullable Null true
17 animationDuration double? double Nullable Non-Nullable Null 1500
18 animationDelay double? double Nullable Non-Nullable Null 0
19 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
20 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType

RadialBarSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 onRendererCreated CircularSeriesRendererCreatedCallback? CircularSeriesRendererCreatedCallback<T, D>? Nullable Nullable Null Null
2 pointShaderMapper ChartValueMapper<T>? ChartShaderMapper? Nullable Nullable Null Null
3 sortFieldValueMapper ChartValueMapper<T, String>? ChartValueMapper<T, dynamic>? Nullable Nullable Null Null
4 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null DataLabelSettings()
5 radius String? String Nullable Non-Nullable Null ‘80%’
6 innerRadius String? String Nullable Non-Nullable Null ‘50%’
7 gap String? String Nullable Non-Nullable Null ‘1%’
8 strokeColor Color? Color Nullable Non-Nullable Null Colors.transparent
9 opacity double? double Nullable Non-Nullable Null 1
10 strokeWidth double? double Nullable Non-Nullable Null 2
11 enableTooltip bool? bool Nullable Non-Nullable Null true
12 animationDuration double? double Nullable Non-Nullable Null 1500
13 animationDelay double? double Nullable Non-Nullable Null 0
14 sortingOrder SortingOrder? SortingOrder Nullable Non-Nullable Null SortingOrder.none
15 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
16 cornerStyle CornerStyle? CornerStyle Nullable Non-Nullable Null CornerStyle.bothFlat

SfPyramidChart:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 title ChartTitle? ChartTitle Nullable Non-Nullable Null ChartTitle()
2 margin EdgeInsets? EdgeInsets Nullable Non-Nullable Null EdgeInsets.fromLTRB(10, 10, 10, 10)
3 series PyramidSeries<dynamic, dynamic>? PyramidSeries Nullable Non-Nullable Null PyramidSeries()
4 legend Legend? Legend Nullable Non-Nullable Null Legend()
5 selectionGesture ActivationMode? ActivationMode Nullable Non-Nullable Null ActivationMode.singleTap
6 enableMultiSelection bool? bool Nullable Non-Nullable Null false

PyramidSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
2 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null Const EmptyPointSettings()
3 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null Const DataLabelSettings()
4 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
5 height String? String Nullable Non-Nullable Null ‘80%’
6 width String? String Nullable Non-Nullable Null ‘80%’
7 pyramidMode PyramidMode? PyramidMode Nullable Non-Nullable Null PyramidMode.linear
8 gapRatio double? double Nullable Non-Nullable Null 0
9 explodeOffset String? String Nullable Non-Nullable Null ‘10%’
10 explode bool? bool Nullable Non-Nullable Null false
11 explodeGesture ActivationMode? ActivationMode Nullable Non-Nullable Null ActivationMode.singleTap
12 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
13 borderWidth double? double Nullable Non-Nullable Null 2
14 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
15 animationDuration double? double Nullable Non-Nullable Null 1500
16 animationDelay double? double Nullable Non-Nullable Null 0
17 opacity double? double Nullable Non-Nullable Null 1

SfFunnelChart:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 title ChartTitle? ChartTitle Nullable Non-Nullable Null ChartTitle()
2 margin EdgeInsets? EdgeInsets Nullable Non-Nullable Null EdgeInsets.fromLTRB(10, 10, 10, 10)
3 series FunnelSeries<dynamic, dynamic>? FunnelSeries Nullable Non-Nullable Null FunnelSeries()
4 legend Legend? Legend Nullable Non-Nullable Null Legend()
5 selectionGesture ActivationMode? ActivationMode Nullable Non-Nullable Null ActivationMode.singleTap
6 enableMultiSelection bool? bool Nullable Non-Nullable Null false

FunnelSeries:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 xValueMapper ChartValueMapper<T, D> ChartValueMapper<T, D>? Non-Nullable Nullable Null Null
2 emptyPointSettings EmptyPointSettings? EmptyPointSettings Nullable Non-Nullable Null Const EmptyPointSettings()
3 dataLabelSettings DataLabelSettings? DataLabelSettings Nullable Non-Nullable Null Const DataLabelSettings()
4 yValueMapper ChartValueMapper<T, num> ChartValueMapper<T, num>? Non-Nullable Nullable Null Null
5 neckWidth String? String Nullable Non-Nullable Null ‘20%’
6 neckHeight String? String Nullable Non-Nullable Null ‘20%’
7 height String? String Nullable Non-Nullable Null ‘80%’
8 width String? String Nullable Non-Nullable Null ‘80%’
9 gapRatio double? double Nullable Non-Nullable Null 0
10 explodeOffset String? String Nullable Non-Nullable Null ‘10%’
11 explode bool? bool Nullable Non-Nullable Null false
12 explodeGesture ActivationMode? ActivationMode Nullable Non-Nullable Null ActivationMode.singleTap
13 borderColor Color? Color Nullable Non-Nullable Null Colors.transparent
14 borderWidth double? double Nullable Non-Nullable Null 2
15 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
16 animationDuration double? double Nullable Non-Nullable Null 1500
17 animationDelay double? double Nullable Non-Nullable Null 0
18 opacity double? double Nullable Non-Nullable Null 1

Data Label:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 offset Offset? Offset Nullable Non-Nullable Null Offset.zero
2 margin EdgeInsets EdgeInsets Non-Nullable Non-Nullable EdgeInsets.fromLTRB(5,5,5,5) EdgeInsets.all(5)
3 builder ChartWidgetBuilder<dynamic>? ChartWidgetBuilder? Nullable Nullable Null Null
4 borderWidth double double Non-Nullable Non-Nullable 0 1

Legend:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null false
2 position LegendPosition? LegendPosition Nullable Non-Nullable Null LegendPosition.auto
3 alignment ChartAlignment? ChartAlignment Nullable Non-Nullable Null ChartAlignment.center
4 borderWidth double? double Nullable Non-Nullable Null 1
5 opacity double? double Nullable Non-Nullable Null 1
6 padding double? double Nullable Non-Nullable Null 10
7 iconHeight double? double Nullable Non-Nullable Null 12
8 iconWidth double? double Nullable Non-Nullable Null 12
9 shouldAlwaysShowScrollbar bool? bool Nullable Non-Nullable Null false
10 toggleSeriesVisibility bool? bool Nullable Non-Nullable Null true
11 isResponsive bool? bool Nullable Non-Nullable Null false
12 orientation LegendItemOrientation? LegendItemOrientation Nullable Non-Nullable Null LegendItemOrientation.auto
13 overflowMode LegendItemOverflowMode? LegendItemOverflowMode Nullable Non-Nullable Null LegendItemOverflowMode.scroll
14 itemPadding double? double Nullable Non-Nullable Null 15

Selection:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 enable bool? bool Nullable Non-Nullable Null false
2 selectedOpacity double? double Nullable Non-Nullable Null 1
3 unselectedOpacity double? double Nullable Non-Nullable Null 0.5
4 toggleSelection bool? bool Nullable Non-Nullable Null true

Tooltip:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 activationMode ActivationMode? ActivationMode Nullable Non-Nullable Null singleTap
2 animationDuration int? int Nullable Non-Nullable Null 350
3 enable bool? bool Nullable Non-Nullable Null false
4 opacity double? double Nullable Non-Nullable Null 1
5 borderColor Color? Color Nullable Non-Nullable Null transparent
6 borderWidth double? double Nullable Non-Nullable Null 1
7 duration double? double Nullable Non-Nullable Null 3000
8 shouldAlwaysShow bool? bool Nullable Non-Nullable Null false
9 elevation double? double Nullable Non-Nullable Null 2.5
10 canShowMarker bool? bool Nullable Non-Nullable Null true
11 textAlignment ChartAlignment? ChartAlignment Nullable Non-Nullable Null center
12 decimalPlaces int? int Nullable Non-Nullable Null 3
13 tooltipPosition TooltipPosition? TooltipPosition Nullable Non-Nullable Null auto
14 shared bool? bool Nullable Non-Nullable Null false
15 builder ChartWidgetBuilder<dynamic>? ChartWidgetBuilder? Nullable Nullable Null Null

Trackball:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 builder ChartTrackballBuilder<dynamic>? ChartTrackballBuilder? Nullable Nullable Null Null

AccumulationDistributionIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0, 0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2

ATRIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0, 0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14

BollingerBandIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0,0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14

EMAIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0,0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14
10 valueField String? String Nullable Non-Nullable Null ‘close’

MACDIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0,0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14

MomentumIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0,0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14

RSIIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0,0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14

SMAIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0,0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14
10 valueField String? String Nullable Non-Nullable Null ‘close’

StochasticIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0,0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14

TMAIndicator:

S.No
API Name
Type (previous)
Type (current)
Nullable (previous)
Nullable (current)
Default Value (previous)
Default Value (current)
1 isVisible bool? bool Nullable Non-Nullable Null true
2 dashArray List<double>? List<double> Nullable Non-Nullable Null <double>[0,0]
3 animationDuration double? double Nullable Non-Nullable Null 1500
4 animationDelay double? double Nullable Non-Nullable Null 0
5 isVisibleInLegend boo? bool Nullable Non-Nullable Null true
6 legendIconType LegendIconType? LegendIconType Nullable Non-Nullable Null LegendIconType.seriesType
7 signalLineColor Color? Color Nullable Non-Nullable Null Colors.blue
8 signalLineWidth double? double Nullable Non-Nullable Null 2
9 period int? int Nullable Non-Nullable Null 14
10 valueField String? String Nullable Non-Nullable Null ‘close’
Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied