Class Candlestick
K线图
public class Candlestick : LineBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
- Inheritance
-
Candlestick
- Implements
- Inherited Members
- Extension Methods
Fields
DataProperty
public static readonly DependencyProperty DataProperty
Field Value
ForegroundContrartyProperty
public static readonly DependencyProperty ForegroundContrartyProperty
Field Value
WidthPercentProperty
public static readonly DependencyProperty WidthPercentProperty
Field Value
Properties
Data
ohlc
[TypeConverter(typeof(DataArrayTypeConverter))]
public ObservableCollection<double[]> Data { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
ForegroundContrarty
public Brush ForegroundContrarty { get; set; }
Property Value
WidthPercent
public double WidthPercent { get; set; }
Property Value
Methods
Draw(Canvas)
public override void Draw(Canvas canvas)
Parameters
canvas
Canvas
DrawLine(Canvas)
protected virtual void DrawLine(Canvas canvas)
Parameters
canvas
Canvas
InitX()
protected override void InitX()