Class SimpleProgressGauge
Represents a simple progress gauge.
Inheritance
System.Object
SimpleProgressGauge
Implements
Inherited Members
Namespace: FastReport.Gauge.Simple.Progress
Assembly: FastReport.Base.dll
Syntax
public class SimpleProgressGauge : SimpleGauge, IFRSerializable
Constructors
SimpleProgressGauge()
Initializes a new instance of the SimpleGauge class.
Declaration
public SimpleProgressGauge()
Properties
Label
Gets or sets gauge label.
Declaration
public override GaugeLabel Label { get; set; }
Property Value
Type | Description |
---|---|
GaugeLabel |
Overrides
Scale
Gets scale. Should be disabled for SimpleProgressGauge
Declaration
public GaugeScale Scale { get; }
Property Value
Type | Description |
---|---|
GaugeScale |
Methods
Draw(FRPaintEventArgs)
Draws the gauge.
Declaration
public override void Draw(FRPaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
FRPaintEventArgs | e | Draw event arguments. |