Draws a title.
Namespace:
PerpetuumSoft.OlapAssembly: 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 |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- cellStyle
- Type: PerpetuumSoft.Olap..::.CellStyle
- text
- Type: System..::.String