Show / Hide Table of Contents

Class SimpleSubScale

Represent the subscale of simple scale.

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

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.

In This Article
  • Constructors
    • SimpleSubScale()
  • Properties
    • Enabled
    • ShowCaption
  • Methods
    • Assign(SimpleSubScale)
    • Serialize(FRWriter, String, SimpleSubScale)
Back to top Generated by DocFX