[This is preliminary documentation and is subject to change.]
The CandleMidLineView type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CandleMidLineView | Initializes a new instance of the CandleMidLineView class |
Methods
| Name | Description | |
|---|---|---|
| BuildElements |
Builds elements that render the data by adding drawable elements to the chart.
Returns how many samples could fit
(Inherited from SeriesView TSeries, TSample .) | |
| CalcMinMaxScale | (Inherited from SeriesView TSeries, TSample .) | |
| DoCalcMinMaxScale | (Inherited from CandleViewBase.) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetDataPerScroll | (Inherited from SeriesView TSeries, TSample .) | |
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
| MakeSampleElement | (Overrides SeriesView TSeries, TSample MakeSampleElement(TimeSeriesChart, PlotPane, TSample, Int32, Single, Single).) | |
| MakeSeriesElement | (Overrides SeriesView TSeries, TSample MakeSeriesElement(TimeSeriesChart, PlotPane, IEnumerable TSample , Int32, Single, Single, Int32, Int32 ).) | |
| MakeYLevelElement | (Inherited from SeriesView TSeries, TSample .) | |
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| m_MaxScale | (Inherited from SeriesView.) | |
| m_MinScale | (Inherited from SeriesView.) |
Properties
| Name | Description | |
|---|---|---|
| DefaultPaneName | (Inherited from CandleViewBase.) | |
| LineStyle | ||
| MaxScale | (Inherited from SeriesView.) | |
| MidLineType | ||
| MinScale | (Inherited from SeriesView.) | |
| Name |
Series name
(Inherited from SeriesView.) | |
| Order |
Series order in the list of orders
(Inherited from SeriesView.) | |
| PaneName |
Returns the scale/pane name which is either assigned in .ctor or taken from DefaultPaneName. Series redering is directed in the named panes
Every pane has its own Y scale
(Inherited from SeriesView.) | |
| SampleWidth | (Inherited from CandleViewBase.) | |
| ShowYLevels |
Shows/hides all views
(Inherited from SeriesView.) | |
| Visible |
Shows/hides all views
(Inherited from SeriesView.) | |
| VScaleZoomAlignment | (Inherited from SeriesView TSeries, TSample .) |
See Also