Intersoft.Client.UI.DataVisualization Namespace : ColumnSeries Class |
<StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.ColumnDataPoint)> Public Class ColumnSeries Inherits Intersoft.Client.UI.DataVisualization.ColumnBarSeriesBase(Of ColumnDataPoint) Implements Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAnchoredToOrigin, IAxisListener, IDataProvider, IRangeProvider, IRequireGlobalSeriesIndex, IRequireSeriesHost, ISelectableSeries, ISeries, ISupportZoom, IValueMarginProvider, IZoomPanelHost
Dim instance As ColumnSeries
[StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.ColumnDataPoint)] public class ColumnSeries : Intersoft.Client.UI.DataVisualization.ColumnBarSeriesBase<ColumnDataPoint>, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAnchoredToOrigin, IAxisListener, IDataProvider, IRangeProvider, IRequireGlobalSeriesIndex, IRequireSeriesHost, ISelectableSeries, ISeries, ISupportZoom, IValueMarginProvider, IZoomPanelHost
[StyleTypedPropertyAttribute(Property="DataPointStyle", StyleTargetType=Intersoft.Client.UI.DataVisualization.ColumnDataPoint)] public ref class ColumnSeries : public Intersoft.Client.UI.DataVisualization.ColumnBarSeriesBase<ColumnDataPoint>, Intersoft.Client.Framework.IControl, Intersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IAnchoredToOrigin, IAxisListener, IDataProvider, IRangeProvider, IRequireGlobalSeriesIndex, IRequireSeriesHost, ISelectableSeries, ISeries, ISupportZoom, IValueMarginProvider, IZoomPanelHost
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
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
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