-
Essential Studio for iOS is a collection of stunning data visualization components that can be used to build line-of-business mobile applications.
- #133150, #135602 – Support for zooming and panning the Chart to get the clear view of large number of data points has been implemented.
- #132508 – Support for selecting a data point in the series has been provided.
- #131880 – Support for positioning data marker labels has been provided.
- #132270 – Now Chart will automatically scroll to display a fixed range of data points at the end during live update. You can also pan to view previous data points.
- New Bubble series has been implemented
- formattedDataMarkerLabelForLabel:dataPointAtIndex: and formattedAxisLabelForLabel:forValue:axis: delegate method have been renamed to chart:formattedDataMarkerLabelForLabel:dataPointAtIndex: and chart:formattedAxisLabelForLabel:forValue:axis: respectively.
- All enum names related to chart have been prefixed with "SFChart". For example, SFLabelContent has been renamed to SFChartLabelContent
- #117975 – Issue with MaximumLabels property value as 0 has been fixed.
- #134753 – Issue with Millisecond data is not working properly for DateTime axis has been fixed.
- #136853 – Issue with "Legend is not refreshed properly, while dynamically add or remove the series in chart" has been fixed.
- #135286 – Issue with "Chart crash, while applying all y values as zero" has been fixed.
- Gauge Types feature has been implemented for Semi-circular and quarter-circular Gauges.
- Gauge Header Positioning will be based on factor values instead of pixel value in Circular Gauge.
- In SfLinearGauge thinkness API has been renamed as Thickness.
SfChart:
- Features
- Changes
- Fixes
SfGauge:
- Features
- Changes
- GroupColorMapping API has been implemented.
SfBusyIndicator:
- A new BusyIndicator component has been added. It includes 10 predefined Animation types.
SfBarcode:
- A new barcode component has been added. It consist of 12 types of barcode which includes one dimensional as well as two dimensional barcodes.
SfRangeSlider:
- A new RangeSlider component has been added. It allows the user to select the range of value within the specified minimum and maximum limit.