Draws a progress bar cell.
Namespace:
PerpetuumSoft.OlapAssembly: PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void DrawProgressCell( Graphics graphics, Rectangle bounds, CellStyle cellStyle, CellBorder border, string text, double value ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub DrawProgressCell ( _ graphics As Graphics, _ bounds As Rectangle, _ cellStyle As CellStyle, _ border As CellBorder, _ text As String, _ value As Double _ ) |
Visual C++ |
---|
public: virtual void DrawProgressCell( Graphics^ graphics, Rectangle bounds, CellStyle^ cellStyle, CellBorder^ border, String^ text, double value ) abstract |
Parameters
- graphics
- Type: System.Drawing..::.Graphics
- bounds
- Type: System.Drawing..::.Rectangle
- cellStyle
- Type: PerpetuumSoft.Olap..::.CellStyle
- border
- Type: PerpetuumSoft.Olap..::.CellBorder
- text
- Type: System..::.String
- value
- Type: System..::.Double