Saves a chart to a file specified by name.
Namespace:
PerpetuumSoft.Charts.Windows.FormsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void SaveChart( string fileName ) |
| Visual Basic (Declaration) |
|---|
Public Sub SaveChart ( _ fileName As String _ ) |
| Visual C++ |
|---|
public: void SaveChart( String^ fileName ) |
Parameters
- fileName
- Type: System..::.String