Intersoft ClientUI Documentation
BarSeries Class
Members 



Represents a control that contains a data series to be rendered in bar format.
Object Model
BarSeries ClassIRangeAxis InterfaceIAxis InterfaceStyleSelector ClassIRangeAxis InterfaceISFramework ClassIAxis InterfaceLegendItem ClassISeriesHost Interface
Syntax
Remarks

A BarSeries is a series with rectangular bars with lengths proportional to the values that they represent. BarSeries provide a visual presentation of series data. The bar will be plotted horizontally.

BarSeries  can also be used for more complex comparisons of data with grouped bar charts. A BarSeries  is very useful for recording certain information whether it is continuous or not continuous data. BarSeries also look a lot like a histogram, however BarSeries have spaces between columns (unlike histograms) as values are independent of each other.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.DataVisualization.Series
                     Intersoft.Client.UI.DataVisualization.DataPointSeries
                        Intersoft.Client.UI.DataVisualization.DataPointSeriesWithAxes
                           Intersoft.Client.UI.DataVisualization.DataPointSingleSeriesWithAxes
                              Intersoft.Client.UI.DataVisualization.ColumnBarSeriesBase
                                 Intersoft.Client.UI.DataVisualization.ColumnBarSeriesBase<T>
                                    Intersoft.Client.UI.DataVisualization.BarSeries

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BarSeries Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback