[This is preliminary documentation and is subject to change.]
The CandleViewBase type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| CandleViewBase | Initializes a new instance of the CandleViewBase 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 | (Overrides SeriesView TSeries, TSample DoCalcMinMaxScale(IEnumerable TSample , Single , Single ).) | |
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 | (Inherited from SeriesView TSeries, TSample .) | |
| MakeSeriesElement | (Inherited from SeriesView TSeries, TSample .) | |
| 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 | |
|---|---|---|
| BAR_WIDTH | ||
| m_MaxScale | (Inherited from SeriesView.) | |
| m_MinScale | (Inherited from SeriesView.) | |
| PRICE_PANE |
Properties
| Name | Description | |
|---|---|---|
| DefaultPaneName | (Overrides SeriesView DefaultPaneName.) | |
| MaxScale | (Inherited from SeriesView.) | |
| 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 | (Overrides SeriesView SampleWidth.) | |
| ShowYLevels |
Shows/hides all views
(Inherited from SeriesView.) | |
| Visible |
Shows/hides all views
(Inherited from SeriesView.) | |
| VScaleZoomAlignment | (Inherited from SeriesView TSeries, TSample .) |
See Also