C# Class NSoft.NFramework.FusionCharts.WebHost.Charts.Stacked.MultiSeriesStackedChart

ファイルを表示 Open project: debop/NFramework

Protected Properties

Property Type Description
ChartNameList global::System.Web.UI.WebControls.RadioButtonList
dynamicChart global::NSoft.NFramework.FusionCharts.Web.FusionChart
staticChart global::NSoft.NFramework.FusionCharts.Web.FusionChart

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

ChartNameList protected_oe property

ChartNameList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButtonList ChartNameList
return global::System.Web.UI.WebControls.RadioButtonList

dynamicChart protected_oe property

dynamicChart control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::NSoft.NFramework.FusionCharts.Web.FusionChart dynamicChart
return global::NSoft.NFramework.FusionCharts.Web.FusionChart

staticChart protected_oe property

staticChart control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::NSoft.NFramework.FusionCharts.Web.FusionChart staticChart
return global::NSoft.NFramework.FusionCharts.Web.FusionChart