Dundas Chart for ASP.NET
Series Class Members
See Also  Properties  Methods  Send comments on this topic.
Dundas.Charting.WebControl Namespace : Series Class


The following tables list the members exposed by Series.

Public Constructors

  Name Description
Public Constructor Series Constructor Overloaded. 

Creates a new instance of the Series class.

Note that you can also use the Series collection property to add a series at run-time.


Public constructor.  
Top

Public Properties

  Name Description
Public Property AxisLabel Overridden. Gets or sets the axis label text for the series.
Data point X axis label text  
Public Property BackGradientEndColor

Gets or sets the secondary color of the data point.


Data point background gradient end color (Inherited from DataPointAttributes)
Public Property BackGradientType

Gets or sets the orientation of the gradient, and also determines whether or not a gradient is used.


Data point background gradient type. (Inherited from DataPointAttributes)
Public Property BackHatchStyle

Gets or sets the hatching style of the data point.


Data point hatch style (Inherited from DataPointAttributes)
Public Property BackImage

Gets or sets the background image of the data point.


Data point background image (Inherited from DataPointAttributes)
Public Property BackImageAlign

Gets or sets the alignment of the background image of the data point.


Background image alignment used by ClampUnscale drawing mode. (Inherited from DataPointAttributes)
Public Property BackImageMode

Gets or sets the drawing mode of the background image of the data point.


Data point background image drawing mode. (Inherited from DataPointAttributes)
Public Property BackImageTranspColor

Gets or sets the color of the data point.


Background image transparent color. (Inherited from DataPointAttributes)
Public Property BorderColor

Gets or sets the border color of the data point.


Data point border color (Inherited from DataPointAttributes)
Public Property BorderStyle

Gets or sets the border style of the data point.


Data point border style (Inherited from DataPointAttributes)
Public Property BorderWidth

Gets or sets the border width of the data point.


Data point border width (Inherited from DataPointAttributes)
Public Property ChartArea

Gets or sets the name of the ChartArea object used to plot the data series, if any.


Chart area in which this series is drawn  
Public Property Color

Gets or sets the color of the data point.


Data point color (Inherited from DataPointAttributes)
Public Property CustomAttributes

Gets or sets a custom data attribute. Specific to the chart type being drawn.


Custom Data Point attributes specified as: AttrName1=Value1, AttrName2=Value2, ... (Inherited from DataPointAttributes)
Public Property EmptyPointStyle

Determines the drawing style of points marked as empty.


Default attributes of the empty data point.  
Public Property Enabled

Gets or sets a value that determines if the series will be visible on the rendered chart.


Chart series enabled flag.  
Public Property FinancialMarkers Enterprise Edition Only Feature. Gets a FinancialMarkersCollection object, which stores FinancialMarker objects for a series.
Financial Markers  
Public Property Font

Gets or sets a Font object, used to set font properties of the data point.


Data point font (Inherited from DataPointAttributes)
Public Property FontAngle

Gets or sets the font angle of the data point.


Data point font angle (Inherited from DataPointAttributes)
Public Property FontColor

Gets or sets the font color of the data point.


Data point line color (Inherited from DataPointAttributes)
Public Property Href

Gets or sets the destination URL or anchor point of the data point.


URL target of the area. (Inherited from DataPointAttributes)
Public Property Label

Gets or sets a label for data point(s) or an empty point.


Data point label text. (Inherited from DataPointAttributes)
Public Property LabelBackColor Gets or sets the background color of a DataPoint label. (Inherited from DataPointAttributes)
Public Property LabelBorderColor Gets or sets the border color of a DataPoint label. (Inherited from DataPointAttributes)
Public Property LabelBorderStyle Gets or sets the border style of a DataPoint label. (Inherited from DataPointAttributes)
Public Property LabelBorderWidth Gets or sets the border width of a DataPoint label. (Inherited from DataPointAttributes)
Public Property LabelFormat

Gets or sets the label format of the data point.


Data point label format string (Inherited from DataPointAttributes)
Public Property LabelHref Gets or sets the destination URL or anchor of a DataPoint label. (Inherited from DataPointAttributes)
Public Property LabelMapAreaAttributes

Gets or sets the map area attributes of a DataPoint label.


Other attributes of the data point label. (Inherited from DataPointAttributes)
Public Property LabelToolTip Gets or sets the tooltip of the DataPoint label. (Inherited from DataPointAttributes)
Public Property Legend

Gets or sets the name of the series associated Legend object.


Chart legend name used by the series.  
Public Property LegendHref

Gets or sets the destination URL or anchor of a default legend item created for a data point or series.


URL target of the item in the legend. (Inherited from DataPointAttributes)
Public Property LegendMapAreaAttributes

Gets or sets the map area attributes of a default legend item created for a series or data point.


Other attributes of the legend map area. (Inherited from DataPointAttributes)
Public Property LegendText

Gets or sets the legend text of a series or data point.


Text of the item in the legend (Inherited from DataPointAttributes)
Public Property LegendToolTip

Gets or sets the tooltip of a default legend item created for a data point or series.


Tooltip of the item in the legend (Inherited from DataPointAttributes)
Public Property MapAreaAttributes

Gets or sets the map area attributes of a data point.


Other attributes of the area. (Inherited from DataPointAttributes)
Public Property MarkerBorderColor

Gets or sets the border color of a point's markers, if used.


Data point marker border color (Inherited from DataPointAttributes)
Public Property MarkerBorderWidth

Gets or sets the width of a point's markers, if used.


Data point marker border width (Inherited from DataPointAttributes)
Public Property MarkerColor

Gets or sets the fill color of a point's markers, if used.


Data point marker color (Inherited from DataPointAttributes)
Public Property MarkerImage

Gets or sets a point's marker image.


Data point marker image (Inherited from DataPointAttributes)
Public Property MarkerImageTranspColor

Gets or sets the color of a marker image that will be transparent.


Data point marker image transparent color. (Inherited from DataPointAttributes)
Public Property MarkerSize

Gets or sets the size of marker(s) for a data point.


Data point marker size (Inherited from DataPointAttributes)
Public Property MarkerStep

Gets or sets a value that determines how often to display data point markers.


Specify how often to diaplay data point markers  
Public Property MarkerStyle

Gets or sets the style of markers.


Data point marker style (Inherited from DataPointAttributes)
Public Property Name

Gets or sets the unique name of a Series object.


Data series name.  
Public Property Palette

Gets or sets the color palette of a Series object.


Color palette to use  
Public Property PaletteCustomColors

Gets or sets an array of custom palette colors.


Array of custom palette colors.  
Public Property Points

Gets a DataPointCollection object.


Series Data Points collection.  
Public Property ShadowColor

Gets or sets the shadow color of a series.


Data shadow color  
Public Property ShadowOffset

Gets or sets the shadow offset (in pixels) of a series.


Series shadow offset.  
Public Property ShowInLegend

Gets or sets a value that determines if a series or data point has an associated item displayed in the legend.


Indicates that item is shown in the legend. (Inherited from DataPointAttributes)
Public Property ShowLabelAsValue

Gets or sets a value that determines if data point(s) will display their value(s) as a label.


If true shows point's value as a label. (Inherited from DataPointAttributes)
Public Property SmartLabels Gets or sets the styles used for SmartLabels?.
SmartLabels properties.  
Public Property ToolTip

Gets or sets the tooltip of the data point.


The tooltip. (Inherited from DataPointAttributes)
Public Property Type

Gets or sets the chart type of a series.


Chart type used to draw the series.  
Public Property ValueMembersY

Gets or sets the name of the member of the chart DataSource that is used to data-bind to the Y-values of the series.


Members of the chart data source used to data bind to the Y values of the series.  
Public Property ValueMemberX

Gets or sets the name of the member of the chart DataSource that is used to data-bind to the X-value of the series.


Member of the chart data source used to data bind to the X value of the series.  
Public Property XAxisType

Gets or sets the X-axis type of the series.


Type of horizontal axes.  
Public Property XSubAxisName Name of the X sub-axis this series is attached to.  
Public Property XValueIndexed

Gets or sets a value that determines if the data points of a series will use their indices for X-values.


Indicates that a data point index (1,2,...) will be used for the X value.  
Public Property XValueType

Gets or sets the value types plotted along the X-axis.


Type of values stored on the X axes  
Public Property YAxisType

Gets or sets the Y-axis type of a series.


Type of vertical axes.  
Public Property YSubAxisName Name of the Y sub-axis this series is attached to.  
Public Property YValuesPerPoint

Gets or sets the maximum number of Y-values a Series object's DataPoint objects can have. This property supports using values that range from 1 to 32, setting a value that is outside of this acceptable range will throw an ArgumentOutOfRangeException exception.


Number of Y values stored for each Data Point.  
Public Property YValueType

Gets or sets the Y-value types of a series' data points.


Type of values stored on the Y axes  
Top

Public Methods

  Name Description
Public Method DeleteAttribute

Deletes a custom attribute.


Delete Data Point attribute with specified name. (Inherited from DataPointAttributes)
Public Method Dispose (Inherited from DataPointAttributes)
Public Method GetAttribute Returns an attribute of the data point. If the required attribute is not set in the data point then the default attribute of the data series is returned.
Returns an attribute of the Data Point. If required attribute is not set in the Data Point the default attribute of the Data series is returned. (Inherited from DataPointAttributes)
Public Method IsAttributeSet

Determines if a data point attribute is set.


Checks if attribute with specified name was set. (Inherited from DataPointAttributes)
Public Method SetAttribute Sets an attribute of the data point.
Sets an attribute of the Data Point. (Inherited from DataPointAttributes)
Public Method SetDefault Sets default attributes of the data point.
Set default attributes of the data point. Indicates that previous attributes must be cleared. (Inherited from DataPointAttributes)
Public Method Sort Overloaded. Performs a sort on a Series. Note that the DataManipulator class can perform a sort operation that has greater flexibility than this Sort method.  
Top

See Also

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