Click or drag to resize

ChartTools Methods

LightningChart .NET Help

The ChartTools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAdjustBitmapAlpha
Adjusts bitmap alpha to given level for every pixel. Doesn't modify the input bitmap.
Public methodStatic memberAntiAliasBitmap
Anti-alias bitmap. Makes anti-aliasing for image, or blur-effect.
Public methodStatic memberBitmapFrameTo32BGRA
Covert BitmapFrame to 32 BGRA.
Public methodStatic memberBitmapSegmentFromBitmap
Get a segment (sub-region) of a bitmap.
Public methodStatic memberCalcGradient
Calculates the gradient color between two colors.
Public methodStatic memberCalcPolygonArea
Get polygon area.
Public methodStatic memberCalcPolygonCenterOfGravity
Calculate center of gravity (centroid) of a homogenous polygon.
Public methodStatic memberCalculateMapCoordSphericalAngles
Calculate map coordinate spherical angles, phi and theta.
Public methodStatic memberCalculateMapDistance(MapCoordinate, MapCoordinate)
Calculate distance between two coordinates in world map, by using two coordinates.
Public methodStatic memberCalculateMapDistance(PointF, PointF)
Calculate distance between two coordinates in world map, by using latitude and longitude.
Public methodStatic memberCalculateMapDistance(PointFloat, PointFloat)
Calculate distance between two coordinates in world map, by using latitude and longitude.
Public methodStatic memberCalculateMapDistance(Double, Double, Double, Double)
Calculate distance between two coordinates in world map, by using latitude and longitude.
Public methodStatic memberCalculateSphereFullGreatCircleCoords
Calculate great circle coords for sphere.
Public methodStatic memberCalculateSphericalRoute
Calculate a spherical route (going shortest way, in sphere surface). This is also known as Great Circle route.
Public methodStatic memberCaptureControlToBitmap
Captures a Control area to a bitmap, very fast. Great for making - Chart - Any other Control - Form capture into set of images.
Public methodStatic memberColorHSVA
hue = angle of color circle where 0 deg = red, 120 deg = green, 240 deg = blue. saturation: defines the brilliance and intensity of a color. default = 1,range = 0-1 value refers to the lightness or darkness of a color. default = 1, range = 0-1 alfa describes the transparency. default = 1. range = 0-1
Public methodStatic memberColorToInt(Color)
Drawing color to integer.
Public methodStatic memberColorToInt(Color)
Media color to integer.
Public methodStatic memberConvert2DArrayTo1DT
Convert 2-dimensional array to 1-dimensional, row by row
Public methodStatic memberConvertDataToColorsByFixedIntervalPalette
Convert data values to colors, by given palette. Palette is defined by steps, consisting of value and corresponding color. E.g. 0 : Black, 50: Yellow, 100: Red. The output colors are interpolated based on their position between steps. E.g. in this example palette, data value 60 will be almost yellow, but a little bit blending with red.
Public methodStatic memberConvertDoubleArrayToBitmap(Double, Color, Double, Double)
Convert double array into colors, by using gradient fixed-interval palette.
Public methodStatic memberConvertDoubleArrayToBitmap(Double, Int32, Int32, Double, Double, Int32, Byte, Byte, Byte, Byte)
Convert Array of Double to Bitmap.
Public methodStatic memberConvertFromString
Convert Hex to Winforms color
Public methodStatic memberConvertImageToFormat32bppArgb
Converts image format to 32 bits ARGB.
Public methodStatic memberConvertMapCoordDMSToDegrees(Int32, UInt32, Double)
Convert DMS (Degrees, minutes, seconds) value to decimal degrees value.
Public methodStatic memberConvertMapCoordDMSToDegrees(UInt32, UInt32, Double, CoordPostfix)
Convert DMS (Degrees, minutes, seconds) value to decimal degrees value, with given post-fix (N,E,S,W).
Public methodStatic memberConvertMapCoordTo3DPointOnSphere
Convert map coordinate to a point in 3D space. The 3D space has origin in (0,0,0).
Public methodStatic memberConvertTicksToSeconds
Converts time ticks to seconds, accurately.
Public methodStatic memberCreateGrayscaleAlphaMap
Create a grayscale bitmap of source bitmap's pixels' alpha level. White output pixel means A = 255, Black means A = 0, and grayscales values between them.
Public methodStatic memberCreateMap(BitmapFrame)
Create Texture Map packed for VolumeRendering.
Public methodStatic memberCreateMap(String)

[Missing <summary> documentation for "M:Arction.Wpf.ChartingMVVM.ChartTools.CreateMap(System.String)"]

Public methodStatic memberCreateMap(Double, Color, Double, Double)
Convert 3-dimensional array to texture map.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberExtractValues
Create a jagged array of Intensity series data (IntensityPoint array). Extracts IntensityPoint.Value fields.
Public methodStatic memberGatherApplicationInformation
Gathers various information for debugging purposes as a string and optionally saves the output to a text file. Gathered data (if ChartToolsGatherDataOptions is set to All): system information, LightningChart object information, list of running processes, DxDiag output, installed Windows hotfixes.
Public methodStatic memberGetAllControls
Get all controls and its subcontrols
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetPixelColors
Get pixel color of a bitmap. This is much faster method than calling GetPixel() separately for each pixel of a bitmap.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberImageFromResource
Create image from assembly embedded resource. Includes assembly name in the beginning of resource name.
Public methodStatic memberImageFromResourceFullName
Create image from assembly embbedded resource
Public methodStatic memberImageFromResourceWpf
Create image from assembly embbedded resource. Includes assembly name in the beginning of resource name.
Public methodStatic memberIntensityValuesToIntensityGridPoints
Convert intensity values jagged array to intensity grid points. Fills IntensityPoint.Value fields only.
Public methodStatic memberInterpolateBilinear
Makes bilinear interpolation for given data array.
Public methodStatic memberIs64BitProcess
Find out if this process needs 64-bit DLLs.
Public methodStatic memberLoadImages

[Missing <summary> documentation for "M:Arction.Wpf.ChartingMVVM.ChartTools.LoadImages(System.String)"]

Public methodStatic memberMediaColorToDrawingColor
Media color to draw color.
Public methodStatic memberRotate3DCoordinate
Rotate 3D coordinate with yaw - pitch - roll method.
Public methodStatic memberRoundToNearestInterval
Rounds the value to nearest multiple of Interval.
Public methodStatic memberSamePoint
Test if two point equals.
Public methodStatic memberShowLoadedAssemblies
Show list of loaded assemblies by this application.
Public methodStatic memberSolvePointBetweenPoints(PointFloatXYZ, PointFloatXYZ, Single)
Solve point within a line going from Point1 to Point2.
Public methodStatic memberSolvePointBetweenPoints(PointFloat, PointFloat, Single, PointFloat)
Solve point within a line going from Point1 to Point2.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberWriteLog(String)
Write a string to log file. The log file is c:\temp\LightningChartLog.txt.
Public methodStatic memberWriteLog(String, String)
Write a string to log file.
Public methodStatic memberZoomToDataAndLabelsArea
Zoom to data and label area.
Top
See Also