Table of Contents

Enum ChartIndicatorDrawStyles

Namespace
StockSharp.Charting
Assembly
StockSharp.Charting.Interfaces.dll

Indicator chart drawing styles.

public enum ChartIndicatorDrawStyles
Extension Methods

Fields

[Display(ResourceType = typeof(LocalizedStrings), Name = "Area")] Area = 10

Area.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Band")] Band = 3

Band.

[Display(ResourceType = typeof(LocalizedStrings), Name = "BandOneValue")] BandOneValue = 4

The range with a single value.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Bubble")] Bubble = 7

Bubble.

[Display(ResourceType = typeof(LocalizedStrings), Name = "DashedLine")] DashedLine = 9

Dashed line.

[Display(ResourceType = typeof(LocalizedStrings), Name = "DotStyle")] Dot = 5

Dot.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Histogram")] Histogram = 6

Histogram.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Line2")] Line = 0

Line.

[Display(ResourceType = typeof(LocalizedStrings), Name = "NoGapLine")] NoGapLine = 1

Line (no gaps).

[Display(ResourceType = typeof(LocalizedStrings), Name = "StackedBar")] StackedBar = 8

Stacked bar chart.

[Display(ResourceType = typeof(LocalizedStrings), Name = "StepLine")] StepLine = 2

Stepped line.