KaxChartChartHandlerUrl Property |
Gets or sets a value indicating the URL to the ChartHttpHandler that is necessary for the correct operation
of the KaxChart control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ChartHandlerUrl { get; set; }
Public Property ChartHandlerUrl As String
Get
Set
public:
property String^ ChartHandlerUrl {
String^ get ();
void set (String^ value);
}
member ChartHandlerUrl : string with get, set
Property Value
Type:
String
Returns the URL of the ChartHttpHandler. The default value is "ChartImage.axd".
Remarks
Generally the default relative value should work as expected and you do not need to modify it manually here;
however in some scenarios where url rewriting is involved, the default value might not work out-of-the-box
and you can customize it via this property to suit the requirements of your application.
See Also