LightningChart .NET Help
CSV file export separator.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration SeparatorCSV
public enum class SeparatorCSV
Members|
| Member name | Value | Description |
|---|
| Comma | 0 |
Use comma as value separator, and point as decimal separator.
|
| Semicolon | 1 |
Use semicolon as value separator, and comma as decimal separator.
|
| Auto | 2 |
Decimal separator is detected from system settings.
If it's comma, a semicolon is used as value separator. Else a comma is used as value separator.
|
See Also