IChartCandleElement

StockSharp.Charting

The chart element representing a candle.

Implementiert: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable

Eigenschaften

AntiAliasing : bool

Candles rendering smoothing (enabled by default).

AreaColor : Color?

Area color for DrawStyle set as Area.

BuyColor : Color?

Buy volume color.

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.

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.

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.

MaxVolumeColor : Color?

Max volume color.

PriceStep : decimal?

Price step for group volumes. means no grouping.

SellColor : Color?

Sell volume color.

ShowAxisMarker : bool

Show Y-axis marker.

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.

UpFillColor : Color

Body color of increasing candle.