Occurs when the labels in the scale are being generated in order to associate custom values with them.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public event EventHandler<QueryLabelValueEventArgs> QueryLabelValue |
Visual Basic
Copy Code
|
|---|
Public Event QueryLabelValue As EventHandler(Of QueryLabelValueEventArgs) |
Event DataQueryLabelValue event handlers receive an argument of type QueryLabelValueEventArgs.
See Also