Click or drag to resize

PointPolarToString Method (String)

LightningChart .NET Help
Value to string converter. Uses given formatting for both values.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public string ToString(
	string format
)

Parameters

format
Type: SystemString
Double.ToString() formatting string to use with both values.

Return Value

Type: String
Formatted string.
See Also