C# Class FlexChartSample.BasicChartTypesController

ファイルを表示 Open project: GoXuni/Xamarin.iOS-Samples Class Usage Examples

Private Properties

Property Type Description
ReleaseDesignerOutlets void
reverseSwitched void

Public Methods

Method Description
BasicChartTypesController ( IntPtr handle ) : System
UpdateAxesFormat ( ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void
reverseSwitched ( UISwitch sender ) : void

Method Details

BasicChartTypesController() public method

public BasicChartTypesController ( IntPtr handle ) : System
handle System.IntPtr
return System

UpdateAxesFormat() public method

public UpdateAxesFormat ( ) : void
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void