Table of Contents

Class Candlestick

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll

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

DependencyProperty

ForegroundContrartyProperty

public static readonly DependencyProperty ForegroundContrartyProperty

Field Value

DependencyProperty

WidthPercentProperty

public static readonly DependencyProperty WidthPercentProperty

Field Value

DependencyProperty

Properties

Data

ohlc

[TypeConverter(typeof(DataArrayTypeConverter))]
public ObservableCollection<double[]> Data { get; set; }

Property Value

ObservableCollection<double[]>

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

ForegroundContrarty

public Brush ForegroundContrarty { get; set; }

Property Value

Brush

WidthPercent

public double WidthPercent { get; set; }

Property Value

double

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()