IChartCandleElement

StockSharp.Charting

The chart element representing a candle.

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

Properties

AntiAliasing
public bool AntiAliasing { get; set; }
value = iChartCandleElement.AntiAliasing
iChartCandleElement.AntiAliasing = value

Candles rendering smoothing (enabled by default).

AreaColor
public Color? AreaColor { get; set; }
value = iChartCandleElement.AreaColor
iChartCandleElement.AreaColor = value

Area color for DrawStyle set as Area.

BuyColor
public Color? BuyColor { get; set; }
value = iChartCandleElement.BuyColor
iChartCandleElement.BuyColor = value

Buy volume color.

ClusterColor
public Color? ClusterColor { get; set; }
value = iChartCandleElement.ClusterColor
iChartCandleElement.ClusterColor = value

Cluster color.

ClusterLineColor
public Color? ClusterLineColor { get; set; }
value = iChartCandleElement.ClusterLineColor
iChartCandleElement.ClusterLineColor = value

Cluster profile line color.

ClusterMaxColor
public Color? ClusterMaxColor { get; set; }
value = iChartCandleElement.ClusterMaxColor
iChartCandleElement.ClusterMaxColor = value

Cluster max color.

ClusterSeparatorLineColor
public Color? ClusterSeparatorLineColor { get; set; }
value = iChartCandleElement.ClusterSeparatorLineColor
iChartCandleElement.ClusterSeparatorLineColor = value

Cluster profile separator line color.

ClusterTextColor
public Color? ClusterTextColor { get; set; }
value = iChartCandleElement.ClusterTextColor
iChartCandleElement.ClusterTextColor = value

Cluster text color.

Colorer
public Func<DateTime, bool, bool, Color?> Colorer { get; set; }
value = iChartCandleElement.Colorer
iChartCandleElement.Colorer = value

Custom elements colorer.

DownBorderColor
public Color DownBorderColor { get; set; }
value = iChartCandleElement.DownBorderColor
iChartCandleElement.DownBorderColor = value

Border color of decreasing candle.

DownFillColor
public Color DownFillColor { get; set; }
value = iChartCandleElement.DownFillColor
iChartCandleElement.DownFillColor = value

Body color of decreasing candle.

DrawSeparateVolumes
public bool DrawSeparateVolumes { get; set; }
value = iChartCandleElement.DrawSeparateVolumes
iChartCandleElement.DrawSeparateVolumes = value

Draw Buy and Sell volumes separately.

DrawStyle
public ChartCandleDrawStyles DrawStyle { get; set; }
value = iChartCandleElement.DrawStyle
iChartCandleElement.DrawStyle = value

Style of candles rendering.

FontColor
public Color? FontColor { get; set; }
value = iChartCandleElement.FontColor
iChartCandleElement.FontColor = value

Font color.

HorizontalVolumeColor
public Color? HorizontalVolumeColor { get; set; }
value = iChartCandleElement.HorizontalVolumeColor
iChartCandleElement.HorizontalVolumeColor = value

Horizontal volume color.

HorizontalVolumeFontColor
public Color? HorizontalVolumeFontColor { get; set; }
value = iChartCandleElement.HorizontalVolumeFontColor
iChartCandleElement.HorizontalVolumeFontColor = value

Horizontal volume font color.

HorizontalVolumeWidthFraction
public double HorizontalVolumeWidthFraction { get; set; }
value = iChartCandleElement.HorizontalVolumeWidthFraction
iChartCandleElement.HorizontalVolumeWidthFraction = value

Horizontal volume width fraction.

LineColor
public Color? LineColor { get; set; }
value = iChartCandleElement.LineColor
iChartCandleElement.LineColor = value

Line color for DrawStyle Line*.

LocalHorizontalVolumes
public bool LocalHorizontalVolumes { get; set; }
value = iChartCandleElement.LocalHorizontalVolumes
iChartCandleElement.LocalHorizontalVolumes = value

Local horizontal volume.

MaxVolumeColor
public Color? MaxVolumeColor { get; set; }
value = iChartCandleElement.MaxVolumeColor
iChartCandleElement.MaxVolumeColor = value

Max volume color.

PriceStep
public decimal? PriceStep { get; set; }
value = iChartCandleElement.PriceStep
iChartCandleElement.PriceStep = value

Price step for group volumes. means no grouping.

SellColor
public Color? SellColor { get; set; }
value = iChartCandleElement.SellColor
iChartCandleElement.SellColor = value

Sell volume color.

ShowAxisMarker
public bool ShowAxisMarker { get; set; }
value = iChartCandleElement.ShowAxisMarker
iChartCandleElement.ShowAxisMarker = value

Show Y-axis marker.

ShowHorizontalVolumes
public bool ShowHorizontalVolumes { get; set; }
value = iChartCandleElement.ShowHorizontalVolumes
iChartCandleElement.ShowHorizontalVolumes = value

Show horizontal volume.

StrokeThickness
public int StrokeThickness { get; set; }
value = iChartCandleElement.StrokeThickness
iChartCandleElement.StrokeThickness = value

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

Timeframe2Color
public Color? Timeframe2Color { get; set; }
value = iChartCandleElement.Timeframe2Color
iChartCandleElement.Timeframe2Color = value

Timeframe #2 color.

Timeframe2FrameColor
public Color? Timeframe2FrameColor { get; set; }
value = iChartCandleElement.Timeframe2FrameColor
iChartCandleElement.Timeframe2FrameColor = value

Timeframe #2 frame color.

Timeframe2Multiplier
public int? Timeframe2Multiplier { get; set; }
value = iChartCandleElement.Timeframe2Multiplier
iChartCandleElement.Timeframe2Multiplier = value

Timeframe #2 multiplier.

Timeframe3Color
public Color? Timeframe3Color { get; set; }
value = iChartCandleElement.Timeframe3Color
iChartCandleElement.Timeframe3Color = value

Timeframe #3 color.

Timeframe3Multiplier
public int? Timeframe3Multiplier { get; set; }
value = iChartCandleElement.Timeframe3Multiplier
iChartCandleElement.Timeframe3Multiplier = value

Timeframe #3 multiplier.

UpBorderColor
public Color UpBorderColor { get; set; }
value = iChartCandleElement.UpBorderColor
iChartCandleElement.UpBorderColor = value

Border color of increasing candle.

UpFillColor
public Color UpFillColor { get; set; }
value = iChartCandleElement.UpFillColor
iChartCandleElement.UpFillColor = value

Body color of increasing candle.