C# Class NSoft.NFramework.FusionCharts.WebHost.Charts.Combinations.CombinationChart

Afficher le fichier Open project: debop/NFramework

Protected Properties

Свойство Type Description
ChartNameList global::System.Web.UI.WebControls.RadioButtonList
dynamicChart global::NSoft.NFramework.FusionCharts.Web.FusionChart
lblChartName global::System.Web.UI.WebControls.Label
staticChart global::NSoft.NFramework.FusionCharts.Web.FusionChart

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat global::NSoft.NFramework.FusionCharts.Web.FusionChart

lblChartName protected_oe property

lblChartName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblChartName
Résultat global::System.Web.UI.WebControls.Label

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
Résultat global::NSoft.NFramework.FusionCharts.Web.FusionChart