Class CandleView
View of candles
Inheritance
System.Object
CandleView
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 CandleView : CandleViewBase, INamed, IOrdered
Constructors
CandleView(String, Int32, String)
Declaration
public CandleView(string name, int order, string paneName = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | order | |
System.String | paneName |
Properties
BlackWhite
Declaration
public bool BlackWhite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowBalloons
Declaration
public bool ShowBalloons { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
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)