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
Type |
Description |
UIKit.UIColor |
|
GridLineDashes
Declaration
public NSArray GridLineDashes { get; set; }
Property Value
Type |
Description |
Foundation.NSArray |
|
GridLineWidth
Declaration
public float GridLineWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LabelBackgroundColor
Declaration
public UIColor LabelBackgroundColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
LabelBorderColor
Declaration
public UIColor LabelBorderColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
LabelBorderWidth
Declaration
public float LabelBorderWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
LabelFont
Declaration
public UIFont LabelFont { get; set; }
Property Value
Type |
Description |
UIKit.UIFont |
|
LabelMargin
Declaration
public UIEdgeInsets LabelMargin { get; set; }
Property Value
Type |
Description |
UIKit.UIEdgeInsets |
|
LabelTextAlignment
Declaration
public UITextAlignment LabelTextAlignment { get; set; }
Property Value
Type |
Description |
UIKit.UITextAlignment |
|
LabelTextColor
Declaration
public UIColor LabelTextColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
Position
Declaration
public SFRangeNavigatorScalePosition Position { get; set; }
Property Value
SelectedLabelBackgroundColor
Declaration
public UIColor SelectedLabelBackgroundColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
SelectedLabelBorderColor
Declaration
public UIColor SelectedLabelBorderColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
SelectedLabelBorderWidth
Declaration
public float SelectedLabelBorderWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
SelectedLabelFont
Declaration
public UIFont SelectedLabelFont { get; set; }
Property Value
Type |
Description |
UIKit.UIFont |
|
SelectedLabelMargin
Declaration
public UIEdgeInsets SelectedLabelMargin { get; set; }
Property Value
Type |
Description |
UIKit.UIEdgeInsets |
|
SelectedLabelTextAlignment
Declaration
public UITextAlignment SelectedLabelTextAlignment { get; set; }
Property Value
Type |
Description |
UIKit.UITextAlignment |
|
SelectedLabelTextColor
Declaration
public UIColor SelectedLabelTextColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
ShowGridLines
Declaration
public bool ShowGridLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TickColor
Declaration
public UIColor TickColor { get; set; }
Property Value
Type |
Description |
UIKit.UIColor |
|
TickWidth
Declaration
public float TickWidth { get; set; }
Property Value
Type |
Description |
System.Single |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged