ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.Drawing.HorizontalChannel Class Reference

Represents a horizontal line on a chart. More...

Properties

required decimal FirstPrice [get, set]
 Gets or sets the top price level of the horizontal channel.
 
required decimal SecondPrice [get, set]
 Gets or sets the bottom price level of the horizontal channel.
 
required RenderPen Pen = new(DefaultColors.Gray) [get, set]
 Gets or sets the style of the borderlines.
 
Color Background = Color.Transparent [get, set]
 Gets or sets the color of background.
 
RenderPen MiddlePen = new(DefaultColors.Gray) [get, set]
 Gets or sets the style of middle horizontal line.
 
bool EnableMiddleLine [get, set]
 Gets or sets drawing of middle horizontal line.
 

Detailed Description

Represents a horizontal line on a chart.

Property Documentation

◆ Background

Color ATAS.Indicators.Drawing.HorizontalChannel.Background = Color.Transparent
getset

Gets or sets the color of background.

◆ EnableMiddleLine

bool ATAS.Indicators.Drawing.HorizontalChannel.EnableMiddleLine
getset

Gets or sets drawing of middle horizontal line.

◆ FirstPrice

required decimal ATAS.Indicators.Drawing.HorizontalChannel.FirstPrice
getset

Gets or sets the top price level of the horizontal channel.

◆ MiddlePen

RenderPen ATAS.Indicators.Drawing.HorizontalChannel.MiddlePen = new(DefaultColors.Gray)
getset

Gets or sets the style of middle horizontal line.

◆ Pen

required RenderPen ATAS.Indicators.Drawing.HorizontalChannel.Pen = new(DefaultColors.Gray)
getset

Gets or sets the style of the borderlines.

◆ SecondPrice

required decimal ATAS.Indicators.Drawing.HorizontalChannel.SecondPrice
getset

Gets or sets the bottom price level of the horizontal channel.


The documentation for this class was generated from the following file: