Click or drag to resize

ExtensionsClass Class

LightningChart .NET Help
Extensions
Inheritance Hierarchy
SystemObject
  Arction.Wpf.ChartingMVVMExtensionsClass

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static class ExtensionsClass

The ExtensionsClass type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalculateGradient2
Calculate gradient for Wpf
Public methodStatic memberCopyItems
Copy array
Public methodStatic memberDistanceSquareTo(PointDouble2D, PointDouble2D)
Square distance between two points
Public methodStatic memberDistanceSquareTo(PointDouble2D, PointDouble2D)
Square distance between two points
Public methodStatic memberDistanceSquareTo(PointFloat, PointFloat)
Square distance between two points
Public methodStatic memberDistanceSquareTo(PointFloat, PointFloat)
Square distance between two points
Public methodStatic memberGatherApplicationInformation
Gathers various information from the current chart for debugging purposes as a string by calling GatherApplicationInformation(ChartToolsGatherDataOptions, LightningChart, String, String) Optionally saves the output to a text file if file path and file name are specified. Gathered data (if ChartToolsGatherDataOptions is set to All): system information, chart information, list of running processes, DxDiag output, installed Windows hotfixes.
Public methodStatic memberGetItemCount
Get item counter
Public methodStatic memberRemoveAndDispose(IList, Int32)
Removes item from the list and then disposes it.
Public methodStatic memberRemoveAndDisposeT(IListT, Int32)
Removes item from the list and then disposes it.
Public methodStatic memberToCurrentPlat(Color)
Convert given color to currently active platform.
Public methodStatic memberToCurrentPlat(Color)
Convert given color to currently active platform.
Public methodStatic memberToLongString
Change device types to long strings
Public methodStatic memberToPlatSize
To WPF size
Public methodStatic memberToPublicColor
Make public color
Public methodStatic memberToShortString
Change device types to short strings
Public methodStatic memberToSizeInt
To RD.SizeInt size
Public methodStatic memberToWinFormsColor(Color)
To WinForm color
Public methodStatic memberToWinFormsColor(Color)
To WinForm color
Public methodStatic memberToWinFormsColor(ColorRD)
To WinForm color
Public methodStatic memberToWinFormsSize
To WinForm size
Public methodStatic memberToWpfColor
To WPF color
Public methodStatic memberToWpfSize(Size)
To WPF size
Public methodStatic memberToWpfSize(SizeInt)
To WPF size
Top
See Also