Charting for WinForms Programmer's Guide
BaseGauge(T).PaintTick Event
See Also
 






Raised when a tick in the gauge is being painted.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 Syntax

C#  Copy Code

public event EventHandler<CustomPaintEventArgs> PaintTick

Visual Basic  Copy Code

Public Event PaintTick As EventHandler(Of CustomPaintEventArgs)

 Event Data

PaintScale event handlers receive an argument of type CustomPaintEventArgs.

 See Also

BaseGauge(T) Members
BaseGauge(T) Class
MindFusion.Gauges.WinForms Namespace