The biggest changes introduced in version 2.4 are support for drill-downs directly in the chart and the support for High/Med/Low formatting.
1) New property Chart->MinLabelsFontSize controls the minimum font size for axis labels at run-time
2) New property Chart->MaxDataPoints controls the maximum number of data points displayed for situations where only one data serial is available
3) New property Chart->LegendPosition ={Auto (default),Right, Beneath}
4) New properties that control the high/med/low formatting:
ConditionalFormatting->ConditionalFormattingEnabled (default false)
HighValuesColor
HighValuesFont
HighValuesThreshold
InbetweenValuesColor
InbetweenValuesFont
LowValuesColor
LowValuesFont
LowValuesThreshold
5) New chart type labeled "Combo". Combo chart always display 2 data series, no matter of real number of data series in input data.
New properties (applicable when Combo chart type is selected):
- Chart->ComboChartBarSeries (default 1)
- Chart->ComboChartLineSeries (default 2)
6) Support for drilling on all graphs where appropriate by clicking directly on the graph
Support provided for all types of column (2D, 3D, stacked) , bar (2D, 3D, stacked), pie (2D, 3D) and area stacked. When there’s more then one dimension in data series, click on marker "zoom" into first drillable member from data serial.
Click on categories labels still drills into category member.
7) New property Chart->LegendCaption force display of the measure name in the graph legend
New property Chart->LegendAutoCaption (default false) for automatic setting; if true, has precedence on manual setting.
|
|