Search Results for

    Show / Hide Table of Contents

    Class SimpleSubScale

    Represent the subscale of simple scale.

    Inheritance
    System.Object
    SimpleSubScale
    Namespace: FastReport.Gauge.Simple
    Assembly: FastReport.Base.dll
    Syntax
    public class SimpleSubScale

    Constructors

    SimpleSubScale()

    Initializes a new instance of the SimpleSubScale class.

    Declaration
    public SimpleSubScale()

    Properties

    Enabled

    Gets or sets a value that specifies enabled subscale or not.

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowCaption

    Gets or sets a value that specifies show caption or not.

    Declaration
    public bool ShowCaption { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Assign(SimpleSubScale)

    Copies the contents of another SimpleSubScale.

    Declaration
    public virtual void Assign(SimpleSubScale src)
    Parameters
    Type Name Description
    SimpleSubScale src

    The SimpleSubScale instance to copy the contents from.

    Serialize(FRWriter, String, SimpleSubScale)

    Serializes the SimpleSubScale.

    Declaration
    public virtual void Serialize(FRWriter writer, string prefix, SimpleSubScale diff)
    Parameters
    Type Name Description
    FRWriter writer

    Writer object.

    System.String prefix

    SimpleSubScale property name.

    SimpleSubScale diff

    Another SimpleSubScale to compare with.

    Remarks

    This method is for internal use only.

    Back to top © 1998-2025 Copyright Fast Reports Inc.