Draws a title.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
public abstract void DrawTitle(
	Graphics graphics,
	Rectangle bounds,
	CellStyle cellStyle,
	string text
)
Visual Basic (Declaration)
Public MustOverride Sub DrawTitle ( _
	graphics As Graphics, _
	bounds As Rectangle, _
	cellStyle As CellStyle, _
	text As String _
)
Visual C++
public:
virtual void DrawTitle(
	Graphics^ graphics, 
	Rectangle bounds, 
	CellStyle^ cellStyle, 
	String^ text
) abstract

See Also