Table of Contents

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

bool

AreaColor

Area color for DrawStyle set as Area.

Color AreaColor { get; set; }

Property Value

Color

ClusterColor

Cluster color.

Color ClusterColor { get; set; }

Property Value

Color

ClusterLineColor

Cluster profile line color.

Color ClusterLineColor { get; set; }

Property Value

Color

ClusterMaxColor

Cluster max color.

Color ClusterMaxColor { get; set; }

Property Value

Color

ClusterSeparatorLineColor

Cluster profile separator line color.

Color ClusterSeparatorLineColor { get; set; }

Property Value

Color

ClusterTextColor

Cluster text color.

Color ClusterTextColor { get; set; }

Property Value

Color

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

Color

DownFillColor

Body color of decreasing candle.

Color DownFillColor { get; set; }

Property Value

Color

DrawStyle

Style of candles rendering.

ChartCandleDrawStyles DrawStyle { get; set; }

Property Value

ChartCandleDrawStyles

FontColor

Font color.

Color FontColor { get; set; }

Property Value

Color

HorizontalVolumeColor

Horizontal volume color.

Color HorizontalVolumeColor { get; set; }

Property Value

Color

HorizontalVolumeFontColor

Horizontal volume font color.

Color HorizontalVolumeFontColor { get; set; }

Property Value

Color

HorizontalVolumeWidthFraction

Horizontal volume width fraction.

double HorizontalVolumeWidthFraction { get; set; }

Property Value

double

LineColor

Line color for DrawStyle Line*.

Color LineColor { get; set; }

Property Value

Color

LocalHorizontalVolumes

Local horizontal volume.

bool LocalHorizontalVolumes { get; set; }

Property Value

bool

MaxVolumeColor

Max volume color.

Color MaxVolumeColor { get; set; }

Property Value

Color

ShowAxisMarker

Show Y-axis market.

bool ShowAxisMarker { get; set; }

Property Value

bool

ShowHorizontalVolumes

Show horizontal volume.

bool ShowHorizontalVolumes { get; set; }

Property Value

bool

StrokeThickness

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

int StrokeThickness { get; set; }

Property Value

int

Timeframe2Color

Timeframe #2 color.

Color Timeframe2Color { get; set; }

Property Value

Color

Timeframe2FrameColor

Timeframe #2 frame color.

Color Timeframe2FrameColor { get; set; }

Property Value

Color

Timeframe2Multiplier

Timeframe #2 multiplier.

int Timeframe2Multiplier { get; set; }

Property Value

int

Timeframe3Color

Timeframe #3 color.

Color Timeframe3Color { get; set; }

Property Value

Color

Timeframe3Multiplier

Timeframe #3 multiplier.

int Timeframe3Multiplier { get; set; }

Property Value

int

UpBorderColor

Border color of increasing candle.

Color UpBorderColor { get; set; }

Property Value

Color

UpFillColor

Body color of increasing candle.

Color UpFillColor { get; set; }

Property Value

Color