Click or drag to resize

ExtensionsClass Methods

LightningChart .NET Help

The ExtensionsClass type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalculateGradient
Calculate gradient from color to the other with amount given as pecents. Each channel is calculated separately and changed with channgel difference multiplied by the defined factor.
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
Convert given color to currently active platform.
Public methodStatic memberToLongString
Change device types to long strings
Public methodStatic memberToPlatSize
To WinForm size
Public methodStatic memberToPublicColor
Make public color
Public methodStatic memberToShortString
Change device types to short strings
Public methodStatic memberToSizeInt
To SizeInt size
Public methodStatic memberToWinFormsColor
To WinForm color, used mainly in GDI.
Public methodStatic memberToWinFormsSize
To WinForm size
Top
See Also