MindFusion.Charting for Silverlight Programmer's Guide
LinearScale Class
Remarks See Also
 






Represents a linear scale.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public class LinearScale : BaseScale

Visual Basic  Copy Code

Public Class LinearScale
    Inherits BaseScale

 Remarks

This scale distributes its elements along a vertical or horizontal line. The size and positioning of the scale within its container is specified through the Left, Top and ScaleLength properties. All of these are usually specified as relative lengths.

 Inheritance Hierarchy

 See Also

LinearScale Members
MindFusion.Gauges.Silverlight Namespace