Implicitly creates a new instance of ChartMargins from the specified string.
Namespace: Telerik.Charting.StylesAssembly: Telerik.WinControls.RadChart (in Telerik.WinControls.RadChart.dll) Version: 2013.2.612.40 (2013.2.612.40)
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
See Also