Click or drag to resize

SharpScriptBaseStringFormat Method

Formats the series value as displayed

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected virtual string StringFormat(
	double value,
	bool isYAxis
)

Parameters

value
Type: SystemDouble
Series value
isYAxis
Type: SystemBoolean
Is displayed in yAxis

Return Value

Type: String
See Also