Paints text by the specified parameters with the center in the specified point.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
protected virtual void PaintValueLabelInfo( string text, VectorRectangle itemArea, Vector centerTextPoint, Vector valueLocation, GraphicStream stream, Fill fill, Stroke stroke, Vector textSize ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub PaintValueLabelInfo ( _ text As String, _ itemArea As VectorRectangle, _ centerTextPoint As Vector, _ valueLocation As Vector, _ stream As GraphicStream, _ fill As Fill, _ stroke As Stroke, _ textSize As Vector _ ) |
Visual C++ |
---|
protected: virtual void PaintValueLabelInfo( String^ text, VectorRectangle itemArea, Vector centerTextPoint, Vector valueLocation, GraphicStream^ stream, Fill^ fill, Stroke^ stroke, Vector textSize ) |
Parameters
- text
- Type: System..::.String
- itemArea
- Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle
- centerTextPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- valueLocation
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill
- stroke
- Type: PerpetuumSoft.Framework.Drawing..::.Stroke
- textSize
- Type: PerpetuumSoft.Framework.Drawing..::.Vector