Click or drag to resize

ChartRoutines Class

LightningChart .NET Help
Helper methods for handling various internal chart updates and calculations.
Inheritance Hierarchy
SystemObject
  Arction.CustomControls.Trader.WPF.RoutinesChartRoutines

Namespace:  Arction.CustomControls.Trader.WPF.Routines
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
public class ChartRoutines

The ChartRoutines type exposes the following members.

Constructors
  NameDescription
Public methodChartRoutines
Initializes a new instance of the ChartRoutines class
Top
Methods
  NameDescription
Public methodStatic memberDisposeAllAndClearT
Dispose items and clear the list
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetIso8601WeekOfYear
Gets the Iso8601 week of year. This presumes that weeks start with Monday. Week 1 is the 1st week of the year with a Thursday in it.
Public methodStatic memberGetListOfYAxesInSegmentMouseIsOverOf
Get list of Y axes of the segment mouse is currently over of
Public methodStatic memberGetSeriesOfSegmentMouseIsOverOf
Get list of series of the segment mouse is currently over of
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMakeLineCollectionVerticalBars(Double, ListPointDouble2D)
Make vertical bars from base level to given points
Public methodStatic memberMakeLineCollectionVerticalBars(Double, Double, Double)
Make vertical bars from base level to given Y values
Public methodStatic memberToKMB
Format value to thousands(K), Millions(M), and Billions(B)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdateLineAndControlPointStyle
Set line style and color, and ControlPoints size and color according to given line style and width
Public methodStatic memberUpdateLineAndPointStyle
Set line style and color, and points size and color according to given line style and width
Top
See Also