ExtensionsClass Class |
Namespace: Arction.Wpf.Charting
The ExtensionsClass type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateGradient2 |
Calculate gradient for Wpf
| |
| CopyItems |
Copy array
| |
| DistanceSquareTo(PointDouble2D, PointDouble2D) |
Square distance between two points
| |
| DistanceSquareTo(PointDouble2D, PointDouble2D) |
Square distance between two points
| |
| DistanceSquareTo(PointFloat, PointFloat) |
Square distance between two points
| |
| DistanceSquareTo(PointFloat, PointFloat) |
Square distance between two points
| |
| GatherApplicationInformation |
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.
| |
| GetItemCount |
Get item counter
| |
| RemoveAndDispose(IList, Int32) |
Removes item from the list and then disposes it.
| |
| RemoveAndDisposeT(IListT, Int32) |
Removes item from the list and then disposes it.
| |
| ToCurrentPlat(Color) |
Convert given color to currently active platform.
| |
| ToCurrentPlat(Color) |
Convert given color to currently active platform.
| |
| ToLongString |
Change device types to long strings
| |
| ToPlatSize |
To WPF size
| |
| ToPublicColor |
Make public color
| |
| ToShortString |
Change device types to short strings
| |
| ToSizeInt |
To RD.SizeInt size
| |
| ToWinFormsColor(Color) |
To WinForm color
| |
| ToWinFormsColor(Color) |
To WinForm color
| |
| ToWinFormsColor(ColorRD) |
To WinForm color
| |
| ToWinFormsSize |
To WinForm size
| |
| ToWpfColor |
To WPF color
| |
| ToWpfSize(Size) |
To WPF size
| |
| ToWpfSize(SizeInt) |
To WPF size
|