Quantcast
Viewing all articles
Browse latest Browse all 53

ComponentArt Data Visualization for .NET 2011 SP2 (build 2011.1.2220)

The following fixes and updates have been introduced since the last public build (2011.1.2001):

Demos
  • Fix: Tutorial links in WPF demos now point to the WPF (not Silverlight) tutorials.
  • Feature: Re-designed Sales dashboard to add drill-down functionality.
Documentation
  • Added 4 new tutorials.
Common
  • Fix: fixed MD library issue where hierarchies could not be added to axes after having all been cleared.
  • Fix: fixed MD library issue where measure not belonging to measure-group caused exception.
  • Feature: now include styles for basic UI elements in standard themes.
Charting
  • Feature: Added AnimateOnDataSourceChange property to control animation on data source reassignment.
  • Fix: markers now use same compression algorithm as LineSeries.
  • Fix: first and last marker no longer cut in half in case of numeric x-axis.
  • Fix: XCoordinatePopup no longer raises error on stacked, then merged, series if Series are not all given IDs.
  • Fix: Calc error inside a Chart template no longer results in browser crash in some situations.
  • Fix: PieChart control now properly animates 3D donuts and pies.
  • Fix: charts now properly handle data sources with INotifyPropertyChanged members.
  • Fix: lines now appear "on top" of bars in both 2D and 3D charts.
  • Fix: default x-axis labels no longer appear broken when there are only 3 or fewer DateTime data points.
  • Fix: XYChart no longer needs to wait until either Height or Width is defined before it can render.
  • Fix: XYChart BarSeries now takes into account custom DataPointRectangleTemplate definitions, fills.
  • Fix: Popups now appear when X-axis data is numeric.
  • Fix: EnableShadows property on Charts no longer raises an error if it's set using a Binding expression.
  • Fix: Changing Color of DataPoint now updates color used in popup.
  • Fix: Changing a property that was a bind-target to a removed dataseries no longer raises an exception.
  • Fix: AreaSeries/BarSeries Texture property adds the textures, rather than replace them.
  • Fix: BeginUpdate/EndUpdate now prevent series from appearing before animation.
  • Fix: Radar area series now respects the line type.
  • Fix: YAxis AxisLabels no longer appear in reverse order.
  • Fix: Changing the DataSeries collection now triggers a chart re-render.
  • Fix: Shadows are now shown in pie/doughnut charts.
  • Fix: Now able to remove or style the border of LineSeries, MarkerSeries.
  • Fix: Setting GlareCoverVisible now works correctly.
  • Fix: MarkerSeries is now correctly rendered with Stacked or Stacked100 composition.
  • Fix: Legend Color in Bar Series now properly updates.
  • Fix: Now able to specify non-relative position of templated DataPointAnnotations.
  • Fix: Popup and hover detection for bubble/circle Charts is now consistent.
  • Fix: AxisCoordinates.FormattingString, Axis.AnnotationFormattingString now work properly.
  • Fix: AllowFractionalPointXRange no longer omits the last DateTime X-axis point in some situations.
  • Fix: Title can now be added on Yaxis and Xaxis in XYChart.
  • Fix: Custom AxisLabels.Template no longer causes chart to disappear on time navigation.
  • Fix: XYChart no longer fails if no series uses "YAxis" but independent axes.
DataGrids
  • Fix: PivotTree MeasureGroup filter now filters measure groups in addition to dimensions.
  • Fix: PivotTree now displays measures which do not belong to any measure group.
  • Fix: PivotTree now updates to show everything when the MeasureGroup filter is removed.
  • Fix: HorizontalAlignment and VerticalAlignment in GridView cell Style are now respected.
  • Fix: GridView.ScrollTo(item) is now able to find items in groups.
  • Feature: Added PivotGrid.TotalText property for localizing "Total".
  • Feature: PivotTree now indicates which nodes are draggable by changing the cursor style.
Gauges
  • Fix: Changes to custom annotations now trigger visual update immediately.
  • Feature: Added new annotation placement scheme: AnnotationPlacement.AtZeroMinAndMaxValues.
Mapping
  • Fix: Map's DataContext now propagates to MapLayers.
  • Feature: added MapLayer.BubbleFillBrushes property for specifying a selection of bubble brushes.
  • Feature: added MapLayerFillRule.MaxColor property for auto-interpolating fill color from observed values.
  • Feature: added MapLayerSizeRule.MaxSize property for automatically scaling to observed values.
  • Feature: added MapLayerSizeRule.MinSize property for specifying sizes too small to display.
  • Feature: added MapLayer.ItemCenterPosition property for specifying how an item's center is determined.
TimeNavigator
  • Feature: ItemAnnotationSchemas, GroupAnnotationSchemas can now be specified by the developer.
  • Fix: Fixed DateTime stability issue that caused Visual Studio designer to crash.
  • Fix: Decade annotations now show correct from-to range.

Viewing all articles
Browse latest Browse all 53

Trending Articles