Click or drag to resize

ChartRoutinesToKMB Method

LightningChart .NET Help
Format value to thousands(K), Millions(M), and Billions(B)

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public static string ToKMB(
	double value
)

Parameters

value
Type: SystemDouble
Value to format

Return Value

Type: String
Formatted value
See Also