Class CandleView.CandleElement
Represents an element for a single candle
Implements
System.IDisposable
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: Azos.WinForms.Controls.ChartKit.Temporal
Assembly: Azos.WinForms.dll
Syntax
public class CandleElement : Element, IDisposable
Constructors
CandleElement(PlotPane, CandleSample, Int32, Single, Single, Boolean)
Declaration
protected CandleElement(PlotPane host, CandleSample candle, int x, float minScale, float maxScale, bool bw)
Parameters
Type | Name | Description |
---|---|---|
PlotPane | host | |
CandleSample | candle | |
System.Int32 | x | |
System.Single | minScale | |
System.Single | maxScale | |
System.Boolean | bw |
Fields
Candle
Declaration
public readonly CandleSample Candle
Field Value
Type | Description |
---|---|
CandleSample |
Methods
Paint(Graphics)
Declaration
protected override void Paint(Graphics gr)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | gr |
Overrides
Implements
System.IDisposable