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