Charting for WinForms Programmer's Guide
BaseScale.QueryLabelValue Event
See Also
 






Occurs when the labels in the scale are being generated in order to associate custom values with them.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public event EventHandler<QueryLabelValueEventArgs> QueryLabelValue

Visual Basic  Copy Code

Public Event QueryLabelValue As EventHandler(Of QueryLabelValueEventArgs)

 Event Data

QueryLabelValue event handlers receive an argument of type QueryLabelValueEventArgs.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges Namespace