Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Series Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : Series Class


The following tables list the members exposed by Series.

Public Constructors

  Name Description
Public Constructor Series Constructor Overloaded.  Data Series object constructor.  
Top

Public Properties

  Name Description
Public Property AxisLabel Overridden.  Data point X axis label text  
Public Property BackGradientEndColor Data point background gradient end color (Inherited from DataPointAttributes)
Public Property BackGradientType Data point background gradient type. (Inherited from DataPointAttributes)
Public Property BackHatchStyle Data point hatch style (Inherited from DataPointAttributes)
Public Property BackImage Data point background image (Inherited from DataPointAttributes)
Public Property BackImageAlign Background image alignment used by ClampUnscale drawing mode. (Inherited from DataPointAttributes)
Public Property BackImageMode Data point background image drawing mode. (Inherited from DataPointAttributes)
Public Property BackImageTranspColor Background image transparent color. (Inherited from DataPointAttributes)
Public Property BorderColor Data point border color (Inherited from DataPointAttributes)
Public Property BorderStyle Data point border style (Inherited from DataPointAttributes)
Public Property BorderWidth Data point border width (Inherited from DataPointAttributes)
Public Property ChartArea Chart area in which this series is drawn  
Public Property Color Data point color (Inherited from DataPointAttributes)
Public Property CustomAttributes Custom Data Point attributes specified as: AttrName1=Value1, AttrName2=Value2, ... (Inherited from DataPointAttributes)
Public Property EmptyPointStyle Default attributes of the empty data point.  
Public Property Enabled Chart series enabled flag.  
Public Property FinancialMarkers Financial Markers  
Public Property Font Data point font (Inherited from DataPointAttributes)
Public Property FontAngle Data point font angle (Inherited from DataPointAttributes)
Public Property FontColor Data point line color (Inherited from DataPointAttributes)
Public Property Href URL target of the area. (Inherited from DataPointAttributes)
Public Property Item Overloaded.  Attributes indexer, which returns Attribute Name by index. (Inherited from DataPointAttributes)
Public Property Label Data point label text. (Inherited from DataPointAttributes)
Public Property LabelBackColor Data point label back color (Inherited from DataPointAttributes)
Public Property LabelBorderColor Data point label border color (Inherited from DataPointAttributes)
Public Property LabelBorderStyle Data point label border style (Inherited from DataPointAttributes)
Public Property LabelBorderWidth Data point lable border width (Inherited from DataPointAttributes)
Public Property LabelFormat Data point label format string (Inherited from DataPointAttributes)
Public Property LabelHref URL target of the data point label. (Inherited from DataPointAttributes)
Public Property LabelMapAreaAttributes Other attributes of the data point label. (Inherited from DataPointAttributes)
Public Property LabelToolTip Tooltip of the data point label. (Inherited from DataPointAttributes)
Public Property Legend Chart legend name used by the series.  
Public Property LegendHref URL target of the item in the legend. (Inherited from DataPointAttributes)
Public Property LegendMapAreaAttributes Other attributes of the legend map area. (Inherited from DataPointAttributes)
Public Property LegendText Text of the item in the legend (Inherited from DataPointAttributes)
Public Property LegendToolTip Tooltip of the item in the legend (Inherited from DataPointAttributes)
Public Property MapAreaAttributes Other attributes of the area. (Inherited from DataPointAttributes)
Public Property MarkerBorderColor Data point marker border color (Inherited from DataPointAttributes)
Public Property MarkerBorderWidth Data point marker border width (Inherited from DataPointAttributes)
Public Property MarkerColor Data point marker color (Inherited from DataPointAttributes)
Public Property MarkerImage Data point marker image (Inherited from DataPointAttributes)
Public Property MarkerImageTranspColor Data point marker image transparent color. (Inherited from DataPointAttributes)
Public Property MarkerSize Data point marker size (Inherited from DataPointAttributes)
Public Property MarkerStep Specify how often to diaplay data point markers  
Public Property MarkerStyle Data point marker style (Inherited from DataPointAttributes)
Public Property Name Data series name.  
Public Property Palette Color palette to use  
Public Property PaletteCustomColors Array of custom palette colors.  
Public Property Points Series Data Points collection.  
Public Property ShadowColor Data shadow color  
Public Property ShadowOffset Series shadow offset.  
Public Property ShowInLegend Indicates that item is shown in the legend. (Inherited from DataPointAttributes)
Public Property ShowLabelAsValue If true shows point's value as a label. (Inherited from DataPointAttributes)
Public Property SmartLabels SmartLabels properties.  
Public Property ToolTip The tooltip. (Inherited from DataPointAttributes)
Public Property Type Chart type used to draw the series.  
Public Property ValueMembersY Members of the chart data source used to data bind to the Y values of the series.  
Public Property ValueMemberX Member of the chart data source used to data bind to the X value of the series.  
Public Property XAxisType Type of horizontal axes.  
Public Property XSubAxisName Name of the X sub-axis this series is attached to.  
Public Property XValueIndexed Indicates that a data point index (1,2,...) will be used for the X value.  
Public Property XValueType Type of values stored on the X axes  
Public Property YAxisType Type of vertical axes.  
Public Property YSubAxisName Name of the Y sub-axis this series is attached to.  
Public Property YValuesPerPoint Number of Y values stored for each Data Point.  
Public Property YValueType Type of values stored on the Y axes  
Top

Public Methods

  Name Description
Public Method DeleteAttribute Delete Data Point attribute with specified name. (Inherited from DataPointAttributes)
Public Method Dispose Overloaded.   
Public Method GetAttribute 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 Checks if attribute with specified name was set. (Inherited from DataPointAttributes)
Public Method SetAttribute Sets an attribute of the Data Point. (Inherited from DataPointAttributes)
Public Method SetDefault Set default attributes of the data point. Indicates that previous attributes must be cleared. (Inherited from DataPointAttributes)
Public Method Sort Overloaded.  Sorts points in the series.  
Top

See Also