Raised when a tick in the gauge is being painted.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
C# Copy Code |
---|
public event EventHandler<CustomPaintEventArgs> PaintScale |
Visual Basic Copy Code |
---|
Public Event PaintScale As EventHandler(Of CustomPaintEventArgs) |
PaintScale event handlers receive an argument of type CustomPaintEventArgs.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |