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