AzureMapsMapImagery was renamed to IgbAzureMapsImagery.
AzureMapsImageryStyle.Imagery was renamed to AzureMapsImageryStyle.Satellite.
The following AzureMapsImageryStyle enum values were renamed to include the Overlay suffix:
TerraOverlay.
LabelsRoadOverlay.
LabelsDarkGreyOverlay.
HybridRoadOverlay.
HybridDarkGreyOverlay.
WeatherRadarOverlay.
WeatherInfraredOverlay.
TrafficAbsoluteOverlay.
TrafficRelativeOverlay.
TrafficRelativeDarkOverlay.
TrafficDelayOverlay.
TrafficReducedOverlay.
Charts - New Axis Label Events (preview)
The following events have been added to the DataChart to allow you to detect different operations on the axis labels:
LabelMouseDown.
LabelMouseUp.
LabelMouseEnter.
LabelMouseLeave.
LabelMouseMove.
LabelMouseClick.
Charts - Companion Axis (preview)
Added CompanionAxis properties to the X and Y axis that allow you to quickly create a clone of an existing axis. When enabled using the CompanionAxisEnabled property, this will default the cloned axis to the opposite position of the chart and you can then configure that axes' properties.
Charts - RadialPieSeries Inset Outlines (preview)
There is a new property called UseInsetOutlines to control how outlines on the IgrRadialPieSeries are rendered. Setting this value to true will inset the outlines within the slice shape, whereas a false (default) value will place the outlines half-in half-out along the edge of the slice shape.
Grids - Cell Suffix Content (preview)
Added support for suffix content within the cells that allows you to add additional text or icons to the end of the cell value and style it. The full list of added properties for the cell suffix content is listed below and is available on the IgrDataGridColumn and CellInfo class:
suffixText.
suffixTextColor.
suffixTextFont.
suffixIconName.
suffixIconCollectionName.
suffixIconStroke.
suffixIconFill.
suffixIconViewBoxLeft.
suffixIconViewBoxTop.
suffixIconViewBoxWidth.
suffixIconViewBoxHeight.
textDecoration.
不具合の修正
Breaking Changes
A fix was made due to an issue where the PlotAreaPosition and ChartPosition properties on IgrChartMouseEventArgs class were reversed. This will change the values that plotAreaPosition and chartPosition return.
IgrDataChart
Zoom rectangle is not positioned the same as the background rectangle.
Data Annotation Overlay Text Color not working.
IgrDoughnutChart
No textStyle property for either the chart or series (pie chart has this).
IgrCategoryChart
Resizing the containing window of the IgrCategoryChart causes the chart to fail to render the series.
Excel Library
Adding line chart corrupts excel File for German culture.
IgbCheckBox
JS Heap, Nodes, and Listeners leakage on IgbCheckBox.
IgrGrid
Unpinned column does not return to the original position if hidden columns exist.