Class SFCircularScale
Inheritance
System.Object
SFCircularScale
Assembly: Syncfusion.SfGauge.iOS.dll
Syntax
public class SFCircularScale : UIView
Constructors
SFCircularScale()
Declaration
SFCircularScale(CGRect)
Declaration
public SFCircularScale(CGRect rect)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
rect |
|
Properties
CustomLabels
Gets or sets the custom labels for linear scale.
Declaration
public double[] CustomLabels { get; set; }
Property Value
Type |
Description |
System.Double[] |
The custom labels.
|
Direction
Gets or sets direction of the scale
Declaration
public SFCircularScaleDirection Direction { get; set; }
Property Value
EnableAutoAngle
Gets or sets whether to rotate label or not
Declaration
public bool EnableAutoAngle { get; set; }
Property Value
EnableAutoInterval
Gets or sets the EnableAutoInterval in the scale
Declaration
public bool EnableAutoInterval { get; set; }
Property Value
EndValue
Gets or sets the end value of scale
Declaration
public nfloat EndValue { get; set; }
Property Value
Interval
Gets or sets the interval in the scale
Declaration
public nfloat Interval { get; set; }
Property Value
LabelColor
Gets or sets the color of the label
Declaration
public UIColor LabelColor { get; set; }
Property Value
LabelFont
Gets or sets the font of the label
Declaration
public UIFont LabelFont { get; set; }
Property Value
LabelOffset
Gets or sets the offset of the label
Declaration
public nfloat LabelOffset { get; set; }
Property Value
LabelPostfix
Gets or sets the postfix of the label
Declaration
public string LabelPostfix { get; set; }
Property Value
LabelPrefix
Gets or sets the prefix of the label
Declaration
public string LabelPrefix { get; set; }
Property Value
MajorTickSettings
Gets or sets the customization for major ticks
Declaration
public SFTickSettings MajorTickSettings { get; set; }
Property Value
MaximumLabels
Gets or sets the MaximumLabels in the scale
Declaration
public int MaximumLabels { get; set; }
Property Value
MinorTickSettings
Gets or sets the customization for minor ticks
Declaration
public SFTickSettings MinorTickSettings { get; set; }
Property Value
MinorTicksPerInterval
Gets or sets the total number of minor ticks between each major ticks in the scale
Declaration
public nfloat MinorTicksPerInterval { get; set; }
Property Value
NeedlePointerCollection
Declaration
public ObservableCollection<SFCircularPointer> NeedlePointerCollection { get; set; }
Property Value
NumberOfDecimalDigits
Gets or sets the no of Fractional Digit display
Declaration
public int NumberOfDecimalDigits { get; set; }
Property Value
Pointers
Gets or sets the pointers of the scale
Declaration
public ObservableCollection<SFCircularPointer> Pointers { get; set; }
Property Value
RadiusFactor
Gets or sets the radius factor for minor ticks
Declaration
public nfloat RadiusFactor { get; set; }
Property Value
Ranges
Gets or sets the ranges of the scale
Declaration
public ObservableCollection<SFCircularRange> Ranges { get; set; }
Property Value
RimColor
Gets or sets the color of the rim
Declaration
public UIColor RimColor { get; set; }
Property Value
RimWidth
Gets or sets the width of the rim
Declaration
public nfloat RimWidth { get; set; }
Property Value
ScaleEndOffSet
Gets or sets the ScaleEndOffSet of the scale.
Declaration
public float ScaleEndOffSet { get; set; }
Property Value
ScaleStartOffset
Gets or sets the ScaleStartOffset of the scale.
Declaration
public float ScaleStartOffset { get; set; }
Property Value
ShowFirstLabel
Gets or sets a value indicating whether to show first label or not.
Declaration
public bool ShowFirstLabel { get; set; }
Property Value
ShowLabels
Gets or sets whether to show label or not
Declaration
public bool ShowLabels { get; set; }
Property Value
ShowLastLabel
Gets or sets a value indicating whether to show last label or not.
Declaration
public bool ShowLastLabel { get; set; }
Property Value
ShowRim
Gets or sets whether to show rim or not
Declaration
public bool ShowRim { get; set; }
Property Value
ShowTicks
Gets or sets a value indicating whether to show ticks or not
Declaration
public bool ShowTicks { get; set; }
Property Value
StartAngle
Gets or sets the start angle of the range
Declaration
public nfloat StartAngle { get; set; }
Property Value
StartValue
Gets or sets the start value of scale
Declaration
public nfloat StartValue { get; set; }
Property Value
SweepAngle
Gets or sets the sweep angle of the range
Declaration
public nfloat SweepAngle { get; set; }
Property Value
UseRangeColorForLabels
Gets or sets whether to show label or not
Declaration
public bool UseRangeColorForLabels { get; set; }
Property Value
Methods
Draw(CGRect)
Declaration
public override void Draw(CGRect area)
Parameters
Type |
Name |
Description |
CoreGraphics.CGRect |
area |
|