Class RadialScale
Represents a radial scale to be drawn within a radial 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 RadialScale : GaugeScale
Constructors
RadialScale()
Declaration
public RadialScale()
RadialScale(ReportSerializer)
Declaration
public RadialScale(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
Radius
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StartAngle
Declaration
public float StartAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
SweepAngle
Declaration
public float SweepAngle { get; set; }
Property Value
Type | Description |
---|---|
System.Single |