Search
LinearScale Class
Remarks See Also
 






Represents a linear scale.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public class LinearScale : BaseScale

Visual Basic  Copy Code

Public Class LinearScale
    Inherits BaseScale

 Remarks

Instances of this class can be added to the Scales collection of LinearGauge objects.

 Inheritance Hierarchy

System.Object
    MindFusion.Gauges.VisualElement
        MindFusion.Gauges.VisualElementContainer
            MindFusion.Gauges.ScaleElement
                MindFusion.Gauges.BaseScale
                    MindFusion.Gauges.LinearScale

 See Also