C# Class KitchenSink.ChartPage

Inheritance: Json
显示文件 Open project: StarcounterSamples/KitchenSink Class Usage Examples

Public Methods

Method Description
AddChartData ( string label, int value ) : void

Protected Methods

Method Description
OnData ( ) : void

Method Details

AddChartData() public method

public AddChartData ( string label, int value ) : void
label string
value int
return void

OnData() protected method

protected OnData ( ) : void
return void