Click or drag to resize
ChartMarginsParse Method (String)
Converts the specified string to an instance of ChartMargins.

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static ChartMargins Parse(
	string value
)

Parameters

value
Type: SystemString
The string to convert from.

Return Value

Type: ChartMargins
New instance of ChartMargins from the specified string
See Also