Click or drag to resize
ChartPaddingsParse Method (String, CultureInfo)
Converts the specified string to an instance of ChartPaddings class.

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 ChartPaddings Parse(
	string value,
	CultureInfo culture
)

Parameters

value
Type: SystemString
The string to convert from.
culture
Type: System.GlobalizationCultureInfo
Culture info

Return Value

Type: ChartPaddings
Instance of ChartPaddings class from the specified string
See Also