Dundas Chart for Windows Forms
DataPoint Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > DataPointLabelTextEventArgs Class : DataPoint Property


Gets or sets the DataPoint object whose label is to be rendered.
The DataPoint object.

Syntax

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

Return Value

The DataPoint object.

Remarks

This DataPoint property can be used to:
  • Determine the identifier used by the DataPoint that fired the event. This is done using the DataPoint.Name property.
  • Get or set other DataPoint properties (e.g. Empty, XValue, YValues).

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

© 2009 All Rights Reserved.