Class SimpleProgressLabel
Represents a label of a gauge.
Inherited Members
Namespace: FastReport.Gauge.Simple.Progress
Assembly: FastReport.Base.dll
Syntax
public class SimpleProgressLabel : GaugeLabel
Constructors
SimpleProgressLabel(GaugeObject)
Initializes a new instance of the GaugeLabel class.
Declaration
public SimpleProgressLabel(GaugeObject parent)
Parameters
Type | Name | Description |
---|---|---|
GaugeObject | parent |
Properties
Decimals
Gets or sets the number of fractional digits
Declaration
public int Decimals { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Text
Gets or sets the label text
Declaration
public override string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
Draw(FRPaintEventArgs)
Draws the gauge label.
Declaration
public override void Draw(FRPaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
FRPaintEventArgs | e | Draw event arguments. |