Interface IChartCandleElement
- Namespace
- StockSharp.Charting
- Assembly
- StockSharp.Charting.Interfaces.dll
The chart element representing a candle.
public interface IChartCandleElement : IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable
- Inherited Members
- Extension Methods
Properties
AntiAliasing
Candles rendering smoothing (enabled by default).
bool AntiAliasing { get; set; }
Property Value
AreaColor
Color? AreaColor { get; set; }
Property Value
ClusterColor
Cluster color.
Color? ClusterColor { get; set; }
Property Value
ClusterLineColor
Cluster profile line color.
Color? ClusterLineColor { get; set; }
Property Value
ClusterMaxColor
Cluster max color.
Color? ClusterMaxColor { get; set; }
Property Value
ClusterSeparatorLineColor
Cluster profile separator line color.
Color? ClusterSeparatorLineColor { get; set; }
Property Value
ClusterTextColor
Cluster text color.
Color? ClusterTextColor { get; set; }
Property Value
Colorer
Custom elements colorer.
Func<DateTimeOffset, bool, bool, Color?> Colorer { get; set; }
Property Value
- Func<DateTimeOffset, bool, bool, Color?>
DownBorderColor
Border color of decreasing candle.
Color DownBorderColor { get; set; }
Property Value
DownFillColor
Body color of decreasing candle.
Color DownFillColor { get; set; }
Property Value
DrawStyle
Style of candles rendering.
ChartCandleDrawStyles DrawStyle { get; set; }
Property Value
FontColor
Font color.
Color? FontColor { get; set; }
Property Value
HorizontalVolumeColor
Horizontal volume color.
Color? HorizontalVolumeColor { get; set; }
Property Value
HorizontalVolumeFontColor
Horizontal volume font color.
Color? HorizontalVolumeFontColor { get; set; }
Property Value
HorizontalVolumeWidthFraction
Horizontal volume width fraction.
double HorizontalVolumeWidthFraction { get; set; }
Property Value
LineColor
Line color for DrawStyle Line*.
Color? LineColor { get; set; }
Property Value
LocalHorizontalVolumes
Local horizontal volume.
bool LocalHorizontalVolumes { get; set; }
Property Value
MaxVolumeColor
Max volume color.
Color? MaxVolumeColor { get; set; }
Property Value
PriceStep
Minimum price step.
decimal? PriceStep { get; set; }
Property Value
ShowAxisMarker
Show Y-axis market.
bool ShowAxisMarker { get; set; }
Property Value
ShowHorizontalVolumes
Show horizontal volume.
bool ShowHorizontalVolumes { get; set; }
Property Value
StrokeThickness
Line width (bar or border), with which candle will be drawn on chart.
int StrokeThickness { get; set; }
Property Value
Timeframe2Color
Timeframe #2 color.
Color? Timeframe2Color { get; set; }
Property Value
Timeframe2FrameColor
Timeframe #2 frame color.
Color? Timeframe2FrameColor { get; set; }
Property Value
Timeframe2Multiplier
Timeframe #2 multiplier.
int Timeframe2Multiplier { get; set; }
Property Value
Timeframe3Color
Timeframe #3 color.
Color? Timeframe3Color { get; set; }
Property Value
Timeframe3Multiplier
Timeframe #3 multiplier.
int Timeframe3Multiplier { get; set; }
Property Value
UpBorderColor
Border color of increasing candle.
Color UpBorderColor { get; set; }
Property Value
UpFillColor
Body color of increasing candle.
Color UpFillColor { get; set; }