MindFusion.Charting Programmer's Guide

Chart.ChartGenLocation Property

See Also
 





Gets or sets the location of 'MindFusion.WebForms.ChartGen.aspx' file.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string ChartGenLocation { get; }

Visual Basic  Copy Code

Public ReadOnly Property ChartGenLocation As String

 Property Value

A string that indicates the physical location of the 'MindFusion.WebForms.ChartGen.aspx' file.

 Remarks

The 'MindFusion.WebForms.ChartGen.aspx' file is used by MindFusion.Charting to generate the chart image that is displayed in the browser.

 See Also