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


The following tables list the members exposed by DataPoint.

Public Constructors

  Name Description
Public Constructor DataPoint Constructor Overloaded.  Data Point object constructor.  
Top

Public Properties

  Name Description
Public Property AllXAxisValuesFromListAreDates  
Public Property AxisLabel Data point X axis label text. (Inherited from DataPointAttributes)
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 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 Empty Empty data point flag  
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 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 MarkerStyle Data point marker style (Inherited from DataPointAttributes)
Public Property Name Data point name. For internal use only!  
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 ToolTip The tooltip. (Inherited from DataPointAttributes)
Public Property XValue X value of the series data point  
Public Property YValues Y value(s) of the series data point  
Top

Public Methods

  Name Description
Public Method Clone Creates an exact copy of this DataPoint object.  
Public Method DeleteAttribute Delete Data Point attribute with specified name. (Inherited from DataPointAttributes)
Public Method Dispose Overloaded.  (Inherited from DataPointAttributes)
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 GetValueY Gets on of the data points Y values by index.  
Public Method IsAttributeSet Checks if attribute with specified name was set. (Inherited from DataPointAttributes)
Public Method ResetYValues Resets point's Y values.  
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 SetValueXY Set X value and one or more Y values of the data point.  
Public Method SetValueY Overloaded.  Set one or more Y values of the data point.  
Top

See Also