Reporting

Implicitly creates a new instance of ChartMargins from the specified string.

Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public static implicit operator ChartMargins (
	string value
)
Visual Basic
Public Shared Widening Operator CType ( _
	value As String _
) As ChartMargins

Parameters

value
Type: System..::..String
The string to parse

Return Value

New instance of ChartMargins from the specified string

Version Information

Supported in: 1.0.1

See Also