Search Results for

    Show / Hide Table of Contents

    Class SimpleProgressLabel

    Represents a label of a gauge.

    Inheritance
    System.Object
    GaugeLabel
    SimpleProgressLabel
    Inherited Members
    GaugeLabel.Font
    GaugeLabel.Color
    GaugeLabel.Parent
    GaugeLabel.Assign(GaugeLabel)
    GaugeLabel.Serialize(FRWriter, String, GaugeLabel)
    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
    GaugeLabel.Text

    Methods

    Draw(FRPaintEventArgs)

    Draws the gauge label.

    Declaration
    public override void Draw(FRPaintEventArgs e)
    Parameters
    Type Name Description
    FRPaintEventArgs e

    Draw event arguments.

    Overrides
    GaugeLabel.Draw(FRPaintEventArgs)
    Back to top © 1998-2025 Copyright Fast Reports Inc.