Paints text by the specified parameters with the center in the specified point.

Namespace:  PerpetuumSoft.Charts
Assembly:  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
)

See Also