Class SimpleProgressLabel
Inheritance
System.Object
SimpleProgressLabel
Assembly: FastReport.Base.dll
Syntax
public class SimpleProgressLabel : GaugeLabel
Constructors
SimpleProgressLabel(GaugeObject)
Declaration
public SimpleProgressLabel(GaugeObject parent)
Parameters
Properties
Decimals
Gets or sets the number of fractional digits
Declaration
public int Decimals { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Text
Declaration
public override string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Draw(FRPaintEventArgs)
Declaration
public override void Draw(FRPaintEventArgs e)
Parameters
Overrides