Dundas Chart for ASP.NET
Type Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > Series Class : Type Property


Gets or sets the chart type of a series.


Chart type used to draw the series.

Syntax

Visual Basic (Declaration)  
Public Property Type As SeriesChartType
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim value As SeriesChartType
 
instance.Type = value
 
value = instance.Type
C#  
public SeriesChartType Type {get; set;}

Return Value

A enumerated value of type SeriesChartType that represents the chart type that the series will be drawn as. Defaults to SeriesChartType.Column.

Remarks

Determines the chart type of the Series object.

Refer to the following table for a listing of possible values:

Value

Chart Type

Area

Area chart.

Bar

Bar chart.

Bubble

Bubble chart.

CandleStick

Candlestick chart.

Column

Column chart.

Doughnut

Doughnut chart.

Line

Line chart.

Pie

Pie chart.

Point

Point chart.

Spline

Spline chart.

SplineArea

Spline area chart.

StackedArea

Stacked area chart.

StackedArea

100!UNRECOGNISED ELEMENT TYPE '">

Stacked bar chart.

StackedBar100

100'!">

Stacked column chart.

StackedColumn100

100%%">

Step line chart.

Stock

Stock chart.

Enterprise Edition Charts

BoxPlot

Box Plot chart.

ErrorBar

Error Bar chart.

FastLine?

Fast Line chart.

FastPoint?

Fast Point chart.
Funnel Funnel chart.

Gantt

Gantt chart.

Pyramid Pyramid chart.

Range

Range chart.

RangeColumn

Range Column chart.

Radar

Radar Chart chart.

SplineRange

Spline Range chart.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.