Click or drag to resize

MapConverterConvertFromFile Method

LightningChart .NET Help
Convert shp file by xml configuration.

Namespace:  Arction.WinForms.Charting.Maps
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void ConvertFromFile(
	string fileName,
	string configurationFile
)

Parameters

fileName
Type: SystemString
Shp file name.
configurationFile
Type: SystemString
Configuration file name.

Return Value

Type: 
Stream to mapdata file.
See Also