ChartCandleElement

StockSharp.Xaml.Charting

The chart element representing a candle.

Наследует: ChartElement<ChartCandleElement>

Реализует: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartCandleElement

Конструкторы

ChartCandleElement()

Initializes a new instance of the ChartCandleElement.

Свойства

AntiAliasing : bool

Candles rendering smoothing (enabled by default).

AreaColor : Color?

Area color for DrawStyle set as Area.

BuyColor : Color?

Color of Buy order in active state.

ClusterColor : Color?

Cluster color.

ClusterLineColor : Color?

Cluster profile line color.

ClusterMaxColor : Color?

Cluster max color.

ClusterSeparatorLineColor : Color?

Cluster profile separator line color.

ClusterTextColor : Color?

Cluster text color.

Colorer : Func<DateTime, bool, bool, Color?>

Custom elements colorer.

DownBorderColor : Color

Border color of decreasing candle.

DownColor : Color?

Down color

DownFillColor : Color

Body color of decreasing candle.

DrawSeparateVolumes : bool

Draw Buy and Sell volumes separately.

DrawStyle : ChartCandleDrawStyles

Style of candles rendering.

FontColor : Color?

Font color.

FontFamily : string

Font family for cluster text.

FontSize : decimal

Font size for cluster text.

FontWeight : FontWeight

Font weight for cluster text.

HorizontalVolumeColor : Color?

Horizontal volume color.

HorizontalVolumeFontColor : Color?

Horizontal volume font color.

HorizontalVolumeWidthFraction : double

Horizontal volume width fraction.

LineColor : Color?

Line color for DrawStyle Line*.

LocalHorizontalVolumes : bool

Local horizontal volume.

MaxVolumeBackground : Color?

Max volume background.

MaxVolumeColor : Color?

Max volume foreground.

PriceStep : decimal?

Value PriceStep at day Date.

Priority : int

News priority.

SellColor : Color?

Color of Sell order in active state.

ShowAxisMarker : bool

Show Y-axis market.

ShowHorizontalVolumes : bool

Show horizontal volume.

StrokeThickness : int

Line width (bar or border), with which candle will be drawn on chart.

Timeframe2Color : Color?

Timeframe #2 color.

Timeframe2FrameColor : Color?

Timeframe #2 frame color.

Timeframe2Multiplier : int?

Timeframe #2 multiplier.

Timeframe3Color : Color?

Timeframe #3 color.

Timeframe3Multiplier : int?

Timeframe #3 multiplier.

UpBorderColor : Color

Border color of increasing candle.

UpColor : Color?

Up color

UpFillColor : Color

Body color of increasing candle.

Методы

GetGeneratedTitle() : string

Get generated title.

Возвращает: Auto generate chart element title.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnDraw(ChartDrawData) : bool

Draw on root element.

data
Chart drawing data.

Возвращает: if the data was successfully drawn, otherwise, returns .

Save(SettingsStorage)

Save settings.

storage
Settings storage.