Click or drag to resize

UtilsExportChartToFile Method

Namespace:  MediaCy.Commands.Export
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function ExportChartToFile ( 
	chartControl As NChartControl,
	title As String,
	Optional size As Size = Nothing,
	Optional fname As String = ""
) As String

Parameters

chartControl
Type: NChartControl
title
Type: SystemString
size (Optional)
Type: System.DrawingSize
fname (Optional)
Type: SystemString

Return Value

Type: String
See Also