Class CandleMidLineView.CandleMidLineElement
Represents an element for candle mid line
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 CandleMidLineElement : Element, IDisposable
Constructors
CandleMidLineElement(CandleMidLineView, PlotPane, Point[])
Declaration
protected CandleMidLineElement(CandleMidLineView view, PlotPane host, Point[] points)
Parameters
Type | Name | Description |
---|---|---|
CandleMidLineView | view | |
PlotPane | host | |
System.Drawing.Point[] | points |
Methods
Paint(Graphics)
Declaration
protected override void Paint(Graphics gr)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | gr |
Overrides
Implements
System.IDisposable