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


Called before drawing the data point label to get this label text.

Syntax

Visual Basic (Declaration)  
Public Event GetDataPointLabelText() As Chart.DataPointLabelTextEventHandler
Visual Basic (Usage) Copy Code
Dim instance As Chart
Dim handler As Chart.DataPointLabelTextEventHandler
 
AddHandler instance.GetDataPointLabelText, handler
C#  
public event Chart.DataPointLabelTextEventHandler GetDataPointLabelText()

Event Data

The event handler receives an argument of type DataPointLabelTextEventArgs containing data related to this event. The following DataPointLabelTextEventArgs properties provide information specific to this event.

Property Description
DataPoint Gets or sets the DataPoint object whose label is to be rendered.
The DataPoint object.
Text Gets or sets the text that is going to be displayed within the DataPoint label.
The text which is going to be displayed as a DataPoint label.

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.