IChartCandleElement
The chart element representing a candle.
Implements: IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
Properties
public bool AntiAliasing { get; set; }
value = iChartCandleElement.AntiAliasing
iChartCandleElement.AntiAliasing = value
Candles rendering smoothing (enabled by default).
public Color? AreaColor { get; set; }
value = iChartCandleElement.AreaColor
iChartCandleElement.AreaColor = value
Area color for DrawStyle set as Area.
public Color? BuyColor { get; set; }
value = iChartCandleElement.BuyColor
iChartCandleElement.BuyColor = value
Buy volume color.
public Color? ClusterColor { get; set; }
value = iChartCandleElement.ClusterColor
iChartCandleElement.ClusterColor = value
Cluster color.
public Color? ClusterLineColor { get; set; }
value = iChartCandleElement.ClusterLineColor
iChartCandleElement.ClusterLineColor = value
Cluster profile line color.
public Color? ClusterMaxColor { get; set; }
value = iChartCandleElement.ClusterMaxColor
iChartCandleElement.ClusterMaxColor = value
Cluster max color.
public Color? ClusterSeparatorLineColor { get; set; }
value = iChartCandleElement.ClusterSeparatorLineColor
iChartCandleElement.ClusterSeparatorLineColor = value
Cluster profile separator line color.
public Color? ClusterTextColor { get; set; }
value = iChartCandleElement.ClusterTextColor
iChartCandleElement.ClusterTextColor = value
Cluster text color.
public Func<DateTime, bool, bool, Color?> Colorer { get; set; }
value = iChartCandleElement.Colorer
iChartCandleElement.Colorer = value
Custom elements colorer.
public Color DownBorderColor { get; set; }
value = iChartCandleElement.DownBorderColor
iChartCandleElement.DownBorderColor = value
Border color of decreasing candle.
public Color DownFillColor { get; set; }
value = iChartCandleElement.DownFillColor
iChartCandleElement.DownFillColor = value
Body color of decreasing candle.
public bool DrawSeparateVolumes { get; set; }
value = iChartCandleElement.DrawSeparateVolumes
iChartCandleElement.DrawSeparateVolumes = value
Draw Buy and Sell volumes separately.
public ChartCandleDrawStyles DrawStyle { get; set; }
value = iChartCandleElement.DrawStyle
iChartCandleElement.DrawStyle = value
Style of candles rendering.
public Color? FontColor { get; set; }
value = iChartCandleElement.FontColor
iChartCandleElement.FontColor = value
Font color.
public Color? HorizontalVolumeColor { get; set; }
value = iChartCandleElement.HorizontalVolumeColor
iChartCandleElement.HorizontalVolumeColor = value
Horizontal volume color.
public Color? HorizontalVolumeFontColor { get; set; }
value = iChartCandleElement.HorizontalVolumeFontColor
iChartCandleElement.HorizontalVolumeFontColor = value
Horizontal volume font color.
public double HorizontalVolumeWidthFraction { get; set; }
value = iChartCandleElement.HorizontalVolumeWidthFraction
iChartCandleElement.HorizontalVolumeWidthFraction = value
Horizontal volume width fraction.
public Color? LineColor { get; set; }
value = iChartCandleElement.LineColor
iChartCandleElement.LineColor = value
Line color for DrawStyle Line*.
public bool LocalHorizontalVolumes { get; set; }
value = iChartCandleElement.LocalHorizontalVolumes
iChartCandleElement.LocalHorizontalVolumes = value
Local horizontal volume.
public Color? MaxVolumeColor { get; set; }
value = iChartCandleElement.MaxVolumeColor
iChartCandleElement.MaxVolumeColor = value
Max volume color.
public decimal? PriceStep { get; set; }
value = iChartCandleElement.PriceStep
iChartCandleElement.PriceStep = value
Price step for group volumes. means no grouping.
public Color? SellColor { get; set; }
value = iChartCandleElement.SellColor
iChartCandleElement.SellColor = value
Sell volume color.
public bool ShowAxisMarker { get; set; }
value = iChartCandleElement.ShowAxisMarker
iChartCandleElement.ShowAxisMarker = value
Show Y-axis marker.
public bool ShowHorizontalVolumes { get; set; }
value = iChartCandleElement.ShowHorizontalVolumes
iChartCandleElement.ShowHorizontalVolumes = value
Show horizontal volume.
public int StrokeThickness { get; set; }
value = iChartCandleElement.StrokeThickness
iChartCandleElement.StrokeThickness = value
Line width (bar or border), with which candle will be drawn on chart.
public Color? Timeframe2Color { get; set; }
value = iChartCandleElement.Timeframe2Color
iChartCandleElement.Timeframe2Color = value
Timeframe #2 color.
public Color? Timeframe2FrameColor { get; set; }
value = iChartCandleElement.Timeframe2FrameColor
iChartCandleElement.Timeframe2FrameColor = value
Timeframe #2 frame color.
public int? Timeframe2Multiplier { get; set; }
value = iChartCandleElement.Timeframe2Multiplier
iChartCandleElement.Timeframe2Multiplier = value
Timeframe #2 multiplier.
public Color? Timeframe3Color { get; set; }
value = iChartCandleElement.Timeframe3Color
iChartCandleElement.Timeframe3Color = value
Timeframe #3 color.
public int? Timeframe3Multiplier { get; set; }
value = iChartCandleElement.Timeframe3Multiplier
iChartCandleElement.Timeframe3Multiplier = value
Timeframe #3 multiplier.
public Color UpBorderColor { get; set; }
value = iChartCandleElement.UpBorderColor
iChartCandleElement.UpBorderColor = value
Border color of increasing candle.
public Color UpFillColor { get; set; }
value = iChartCandleElement.UpFillColor
iChartCandleElement.UpFillColor = value
Body color of increasing candle.