Intersoft ClientUI Documentation
ColumnSeries Class
Members 



Represents a control that contains a data series to be rendered in column format.
Object Model
ColumnSeries ClassIRangeAxis InterfaceIAxis InterfaceStyleSelector ClassIRangeAxis InterfaceISFramework ClassIAxis InterfaceLegendItem ClassISeriesHost Interface
Syntax
<StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.ColumnDataPoint)>
Public Class ColumnSeries 
   Inherits Intersoft.Client.UI.DataVisualization.ColumnBarSeriesBase(Of ColumnDataPoint)
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAnchoredToOriginIAxisListenerIDataProviderIRangeProviderIRequireGlobalSeriesIndexIRequireSeriesHostISelectableSeriesISeriesISupportZoomIValueMarginProviderIZoomPanelHost 
Dim instance As ColumnSeries
Remarks

A ColumnSeries is a series with rectangular bars with lengths proportional to the values that they represent. ColumnSeries provide a visual presentation of series data. The bar will be plotted vertically. ColumnSeries can also be used for more complex comparisons of data with grouped bar charts.

A ColumnSeries is very useful for recording certain information whether it is continuous or not continuous data. ColumnSeries also look a lot like a histogram, however ColumnSeries have spaces between columns (unlike histograms) as values are independent of each other.

The following table shows list of features that supported using this series

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.ColumnSeries

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

ColumnSeries Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback