프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultHeight | int | ||
DefaultWidth | int | ||
FeaturePath | string |
메소드 | 설명 | |
---|---|---|
ConvertChartTypeToPath ( ChartType chartType ) : string |
Converts a ChartType into a path that can be used with RenderChartHTML function
|
|
ConvertChartTypeToPath ( ChartTypeRestricted chartType ) : string |
Converts a ChartType into a path that can be used with RenderChartHTML function
|
|
GenerateRandomId ( ) : int |
Generate a random number that will become the HTML ID of the chart
|
|
GetDefaultColors ( ) : string |
Returns the default colors in a string. Colors are separated by semi columns (;)
|
|
GetXmlDataSample ( ChartType type ) : string |
Returns sample XML data to feed and generate charts
|
|
IsSSL ( ) : bool |
Determines if the current connection is SSL based or not
|
|
RenderChart ( string chartSWF, string strURL, string strXML, string chartId, string chartWidth, string chartHeight, bool debugMode, bool registerWithJS ) : string |
Generates the Fusion Chart based on script
|
|
RenderChartHTML ( ChartType chartType, string strURL, string strXML, string chartId, string chartWidth, string chartHeight, bool debugMode ) : string |
Generate the fusion chart based on HTML
|
|
RenderChartHTML ( ChartTypeRestricted chartType, string strXML, string chartId, string chartWidth, string chartHeight, bool debugMode ) : string |
Generate the fusion chart based on HTML
|
메소드 | 설명 | |
---|---|---|
boolToNum ( bool value ) : int |
Converts a boolean into a numeric value
|
public static ConvertChartTypeToPath ( ChartType chartType ) : string | ||
chartType | ChartType | The type of the chart |
리턴 | string |
public static ConvertChartTypeToPath ( ChartTypeRestricted chartType ) : string | ||
chartType | ChartTypeRestricted | The type of the chart |
리턴 | string |
public static GetXmlDataSample ( ChartType type ) : string | ||
type | ChartType | |
리턴 | string |
public static RenderChart ( string chartSWF, string strURL, string strXML, string chartId, string chartWidth, string chartHeight, bool debugMode, bool registerWithJS ) : string | ||
chartSWF | string | |
strURL | string | |
strXML | string | |
chartId | string | |
chartWidth | string | |
chartHeight | string | |
debugMode | bool | |
registerWithJS | bool | |
리턴 | string |
public static RenderChartHTML ( ChartType chartType, string strURL, string strXML, string chartId, string chartWidth, string chartHeight, bool debugMode ) : string | ||
chartType | ChartType | |
strURL | string | |
strXML | string | |
chartId | string | |
chartWidth | string | |
chartHeight | string | |
debugMode | bool | |
리턴 | string |
public static RenderChartHTML ( ChartTypeRestricted chartType, string strXML, string chartId, string chartWidth, string chartHeight, bool debugMode ) : string | ||
chartType | ChartTypeRestricted | |
strXML | string | |
chartId | string | |
chartWidth | string | |
chartHeight | string | |
debugMode | bool | |
리턴 | string |