Class CandleBuySellView
View of candles buy/sell bars line
Inheritance
System.Object
CandleBuySellView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: NFX.WinForms.Controls.ChartKit.Temporal
Assembly: NFX.WinForms.dll
Syntax
public class CandleBuySellView : CandleViewBase, INamed, IOrdered
Constructors
CandleBuySellView(String, Int32, String)
Declaration
public CandleBuySellView(string name, int order, string paneName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | order | |
System.String | paneName |
Properties
DefaultPaneName
Declaration
public override string DefaultPaneName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Kind
Declaration
public CandleBuySellView.ViewKind Kind { get; set; }
Property Value
Type | Description |
---|---|
CandleBuySellView.ViewKind |
VScaleZoomAlignment
Declaration
protected override VScaleZoomAlign VScaleZoomAlignment { get; }
Property Value
Type | Description |
---|---|
VScaleZoomAlign |
Overrides
NFX.WinForms.Controls.ChartKit.Temporal.SeriesView<NFX.WinForms.Controls.ChartKit.Temporal.CandleTimeSeries, NFX.Financial.Market.CandleSample>.VScaleZoomAlignment
Methods
DoCalcMinMaxScale(IEnumerable<CandleSample>, out Single, out Single)
Declaration
protected override void DoCalcMinMaxScale(IEnumerable<CandleSample> data, out float minScale, out float maxScale)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<CandleSample> | data | |
System.Single | minScale | |
System.Single | maxScale |
Overrides
MakeSampleElement(TimeSeriesChart, PlotPane, CandleSample, Int32, Single, Single)
Declaration
protected override Element MakeSampleElement(TimeSeriesChart chart, PlotPane pane, CandleSample sample, int x, float minScale, float maxScale)
Parameters
Type | Name | Description |
---|---|---|
TimeSeriesChart | chart | |
PlotPane | pane | |
CandleSample | sample | |
System.Int32 | x | |
System.Single | minScale | |
System.Single | maxScale |
Returns
Type | Description |
---|---|
Element |
Overrides
NFX.WinForms.Controls.ChartKit.Temporal.SeriesView<NFX.WinForms.Controls.ChartKit.Temporal.CandleTimeSeries, NFX.Financial.Market.CandleSample>.MakeSampleElement(NFX.WinForms.Controls.ChartKit.Temporal.TimeSeriesChart, NFX.WinForms.Controls.ChartKit.Temporal.PlotPane, NFX.Financial.Market.CandleSample, System.Int32, System.Single, System.Single)