ExtensionsClassToLongString Method |
LightningChart .NET Help
Change device types to long strings
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic static string ToLongString(
this RendererDeviceType rdi
)
<ExtensionAttribute>
Public Shared Function ToLongString (
rdi As RendererDeviceType
) As String
public:
[ExtensionAttribute]
static String^ ToLongString(
RendererDeviceType rdi
)
Parameters
- rdi
- Type: Arction.Wpf.ChartingMVVMRendererDeviceType
[Missing <param name="rdi"/> documentation for "M:Arction.Wpf.ChartingMVVM.ExtensionsClass.ToLongString(Arction.Wpf.ChartingMVVM.RendererDeviceType)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.ExtensionsClass.ToLongString(Arction.Wpf.ChartingMVVM.RendererDeviceType)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
RendererDeviceType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also