Class LinearScale
Represents a linear scale to be drawn within a linear gauge.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class LinearScale : GaugeScale
Constructors
LinearScale()
Declaration
public LinearScale()
LinearScale(ReportSerializer)
Declaration
public LinearScale(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
EndMargin
Declaration
public float EndMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Position
Declaration
public float Position { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StartMargin
Declaration
public float StartMargin { get; set; }
Property Value
Type | Description |
---|---|
System.Single |