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

Syntax

C#
public override void DrawTitle(
	Graphics graphics,
	Rectangle bounds,
	CellStyle cellStyle,
	string text
)
Visual Basic (Declaration)
Public Overrides 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
) override

See Also