Namespace:  C1.Web.C1WebChartBase
Assembly:  C1.Web.C1WebChart.2 (in C1.Web.C1WebChart.2.dll)

Syntax

C#
protected abstract void loadFromFile(
	string fn,
	bool withImages
)
Visual Basic
Protected MustOverride Sub loadFromFile ( _
	fn As String, _
	withImages As Boolean _
)

Parameters

fn
Type: System..::..String
withImages
Type: System..::..Boolean

See Also