Draws a scale mark.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
protected virtual void PaintLabel( GraphicStream stream, string text, double value, VectorRectangle labelArea, Vector textSize, Vector centerTextPosition, Fill fill, Stroke stroke )  | 
| Visual Basic (Declaration) | 
|---|
Protected Overridable Sub PaintLabel ( _ stream As GraphicStream, _ text As String, _ value As Double, _ labelArea As VectorRectangle, _ textSize As Vector, _ centerTextPosition As Vector, _ fill As Fill, _ stroke As Stroke _ )  | 
| Visual C++ | 
|---|
protected: virtual void PaintLabel( GraphicStream^ stream, String^ text, double value, VectorRectangle labelArea, Vector textSize, Vector centerTextPosition, Fill^ fill, Stroke^ stroke )  | 
Parameters
- text
 - Type: System..::.String
 
- value
 - Type: System..::.Double
 
- labelArea
 - Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle
 
- textSize
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- centerTextPosition
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- fill
 - Type: PerpetuumSoft.Framework.Drawing..::.Fill
 
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke