Class GaugeScaleProperties
Inheritance
System.Object
GaugeScaleProperties
Implements
System.IDisposable
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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class GaugeScaleProperties : IReportDispose, IDisposable
Constructors
GaugeScaleProperties()
Declaration
public GaugeScaleProperties()
Properties
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderColor
Declaration
public string BorderColor { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderWidth
Declaration
public double BorderWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Label
Declaration
public LabelProperties Label { get; set; }
Property Value
LinearPointer
Declaration
public List<LinearPointerProperties> LinearPointer { get; set; }
Property Value
Maximum
Declaration
public double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Declaration
public double Minimum { get; set; }
Property Value
Type |
Description |
System.Double |
|
PointerType
Declaration
public string PointerType { get; set; }
Property Value
Type |
Description |
System.String |
|
Position
Declaration
public string Position { get; set; }
Property Value
Type |
Description |
System.String |
|
RadialPointer
Declaration
public List<RadialPointerProperties> RadialPointer { get; set; }
Property Value
Range
Declaration
public List<RangeProperties> Range { get; set; }
Property Value
ScaleInterval
Declaration
public double ScaleInterval { get; set; }
Property Value
Type |
Description |
System.Double |
|
ScaleRadius
Declaration
public double ScaleRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
ScaleWidth
Declaration
public double ScaleWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShadowOffset
Declaration
public double ShadowOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartAngle
Declaration
public double StartAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
SweepAngle
Declaration
public double SweepAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
TickMark
Declaration
public TickMarkProperties TickMark { get; set; }
Property Value
Methods
Dispose()
Declaration
Implements
System.IDisposable