Class SFRangeNavigatorScaleStyle
Inheritance
System.Object
SFRangeNavigatorScaleStyle
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFRangeNavigatorScaleStyle : Object, INotifyPropertyChanged
Constructors
SFRangeNavigatorScaleStyle()
Declaration
public SFRangeNavigatorScaleStyle()
Properties
GridLineColor
Declaration
public UIColor GridLineColor { get; set; }
Property Value
GridLineDashes
Declaration
public NSArray GridLineDashes { get; set; }
Property Value
GridLineWidth
Declaration
public float GridLineWidth { get; set; }
Property Value
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
LabelBackgroundColor
Declaration
public UIColor LabelBackgroundColor { get; set; }
Property Value
LabelBorderColor
Declaration
public UIColor LabelBorderColor { get; set; }
Property Value
LabelBorderWidth
Declaration
public float LabelBorderWidth { get; set; }
Property Value
LabelFont
Declaration
public UIFont LabelFont { get; set; }
Property Value
LabelMargin
Declaration
public UIEdgeInsets LabelMargin { get; set; }
Property Value
LabelTextAlignment
Declaration
public UITextAlignment LabelTextAlignment { get; set; }
Property Value
Type |
UIKit.UITextAlignment |
LabelTextColor
Declaration
public UIColor LabelTextColor { get; set; }
Property Value
Position
Declaration
public SFRangeNavigatorScalePosition Position { get; set; }
Property Value
SelectedLabelBackgroundColor
Declaration
public UIColor SelectedLabelBackgroundColor { get; set; }
Property Value
SelectedLabelBorderColor
Declaration
public UIColor SelectedLabelBorderColor { get; set; }
Property Value
SelectedLabelBorderWidth
Declaration
public float SelectedLabelBorderWidth { get; set; }
Property Value
SelectedLabelFont
Declaration
public UIFont SelectedLabelFont { get; set; }
Property Value
SelectedLabelMargin
Declaration
public UIEdgeInsets SelectedLabelMargin { get; set; }
Property Value
SelectedLabelTextAlignment
Declaration
public UITextAlignment SelectedLabelTextAlignment { get; set; }
Property Value
Type |
UIKit.UITextAlignment |
SelectedLabelTextColor
Declaration
public UIColor SelectedLabelTextColor { get; set; }
Property Value
ShowGridLines
Declaration
public bool ShowGridLines { get; set; }
Property Value
TickColor
Declaration
public UIColor TickColor { get; set; }
Property Value
TickWidth
Declaration
public float TickWidth { get; set; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged