Свойство | Type | Description | |
---|---|---|---|
GetChartClickScript | string | ||
HandleChartClick | void | ||
RegisterJavaScriptForMetric | void |
Méthode | Description | |
---|---|---|
FlotChart ( ) : System |
Initializes a new instance of the FlotChart class.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
Méthode | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
RegisterJavaScript ( ) : void |
Registers the java script.
|
Méthode | Description | |
---|---|---|
GetChartClickScript ( ) : string |
Gets the chart click script.
|
|
HandleChartClick ( ) : void |
Handles the chart click.
|
|
RegisterJavaScriptForMetric ( Metric metric ) : void |
Registers the java script for metric.
|
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Résultat | void |