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


The following tables list the members exposed by DataPoint.

Public Constructors

  Name Description
Public Constructor DataPoint Constructor Overloaded. Creates and initializes a new instance of the DataPoint class.


Creates a new instance of the DataPoint class.  

Top

Public Properties

  Name Description
Public Property AxisLabel

Gets or sets the axis label for a data point, series or an empty point. Only used if a custom label has not been specified for the relevant Axis object.


Data point X axis label text. (Inherited from DataPointAttributes)
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 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 Empty

Gets or sets a value that determines if a data point is marked as an empty point.


Empty data point flag  
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 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 MarkerStyle

Gets or sets the style of markers.


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

Gets or sets the name of the data point.


Data point name. For internal use only!  
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 ToolTip

Gets or sets the tooltip of the data point.


The tooltip. (Inherited from DataPointAttributes)
Public Property XValue

The X-value of a data point.


X value of the series data point  
Public Property YValues

The Y-value(s) of a data point.


Y value(s) of the series data point  
Top

Public Methods

  Name Description
Public Method Clone

Returns an exact copy of the data point.


Creates an exact copy of this DataPoint object.  
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 GetValueY

Gets the Y-value of the specified data point.


Gets on of the data points Y values by index.  
Public Method IsAttributeSet

Determines if a data point attribute is set.


Checks if attribute with specified name was set. (Inherited from DataPointAttributes)
Public Method ResetYValues Resets the point's Y-values (i.e. sets them to null).

Resets point's Y values.  
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 SetValueXY

Sets the X-value and Y-value(s) of a single data point.


The Y-value(s) of the DataPoint object added to the collection (one or more comma-separated values).


Set X value and one or more Y values of the data point.  
Public Method SetValueY Overloaded. Sets the Y-value(s) of a data point.  
Top

See Also

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