Visual Basic (Declaration) | |
---|---|
Public Event GetDataPointLabelText() As Chart.DataPointLabelTextEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event Chart.DataPointLabelTextEventHandler GetDataPointLabelText() |
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. |
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