Click or drag to resize
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.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string ChartHandlerUrl { 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