Represents a class for defining price level selection in clusters and bars. Using in PriceSelectionDataSeries.
More...
|
| | PriceSelectionValue (decimal price) |
| | Constructor for creating a price selection with a given price.
|
| |
| System.Drawing.Color | GetPriceSelectionColor () |
| | Gets the current price selection color.
|
| |
| System.Drawing.Color | GetObjectsColor () |
| | Gets the current graphic objects color.
|
| |
| RenderPen | GetBorderPen () |
| | Gets the render pen for the border of the graphic objects.
|
| |
|
| decimal | MinimumPrice [get, set] |
| | Minimum price of the selection.
|
| |
| decimal | MaximumPrice [get, set] |
| | Maximum price of the selection.
|
| |
| int | Size [get, set] |
| | Graphic objects size.
|
| |
| string | Tooltip [get, set] |
| | Tooltip associated with the selection.
|
| |
| bool | DrawValue [get, set] |
| | Draw value inside object.
|
| |
| decimal? | RenderValue [get, set] |
| | Render value inside object.
|
| |
| SelectionType | SelectionSide [get, set] |
| | Selection type.
|
| |
| ObjectType | VisualObject [get, set] |
| | Visual object type.
|
| |
| CrossColor | PriceSelectionColor [get, set] |
| | Color of the price selection. Use alpha channel for transparency.
|
| |
| CrossColor | ObjectColor [get, set] |
| | Color of the graphic objects.
|
| |
| decimal | HeightFactor [get, set] |
| | Height Factor (obsolete).
|
| |
| object | Context [get, set] |
| | Коэффициент уменьшения высоты выделения цены. Если значение 100, выделяется вся высота, если 50, выделяется половина
|
| |
| int | ObjectsTransparency [get, set] |
| | Transparency of objects filling.
|
| |
Represents a class for defining price level selection in clusters and bars. Using in PriceSelectionDataSeries.
◆ PriceSelectionValue()
| ATAS.Indicators.PriceSelectionValue.PriceSelectionValue |
( |
decimal |
price | ) |
|
Constructor for creating a price selection with a given price.
- Parameters
-
| price | The price to set as both minimum and maximum. |
◆ GetBorderPen()
| RenderPen ATAS.Indicators.PriceSelectionValue.GetBorderPen |
( |
| ) |
|
Gets the render pen for the border of the graphic objects.
- Returns
- The render pen for the border of the graphic objects.
◆ GetObjectsColor()
| System.Drawing.Color ATAS.Indicators.PriceSelectionValue.GetObjectsColor |
( |
| ) |
|
Gets the current graphic objects color.
- Returns
- The current graphic objects color.
◆ GetPriceSelectionColor()
| System.Drawing.Color ATAS.Indicators.PriceSelectionValue.GetPriceSelectionColor |
( |
| ) |
|
Gets the current price selection color.
- Returns
- The current price selection color.
◆ Context
| object ATAS.Indicators.PriceSelectionValue.Context |
|
getset |
Коэффициент уменьшения высоты выделения цены. Если значение 100, выделяется вся высота, если 50, выделяется половина
Context object associated with the price selection.
◆ DrawValue
| bool ATAS.Indicators.PriceSelectionValue.DrawValue |
|
getset |
Draw value inside object.
◆ HeightFactor
| decimal ATAS.Indicators.PriceSelectionValue.HeightFactor |
|
getset |
Height Factor (obsolete).
◆ MaximumPrice
| decimal ATAS.Indicators.PriceSelectionValue.MaximumPrice |
|
getset |
Maximum price of the selection.
◆ MinimumPrice
| decimal ATAS.Indicators.PriceSelectionValue.MinimumPrice |
|
getset |
Minimum price of the selection.
◆ ObjectColor
| CrossColor ATAS.Indicators.PriceSelectionValue.ObjectColor |
|
getset |
Color of the graphic objects.
◆ ObjectsTransparency
| int ATAS.Indicators.PriceSelectionValue.ObjectsTransparency |
|
getset |
Transparency of objects filling.
◆ PriceSelectionColor
| CrossColor ATAS.Indicators.PriceSelectionValue.PriceSelectionColor |
|
getset |
Color of the price selection. Use alpha channel for transparency.
◆ RenderValue
| decimal? ATAS.Indicators.PriceSelectionValue.RenderValue |
|
getset |
Render value inside object.
◆ SelectionSide
◆ Size
| int ATAS.Indicators.PriceSelectionValue.Size |
|
getset |
◆ Tooltip
| string ATAS.Indicators.PriceSelectionValue.Tooltip |
|
getset |
Tooltip associated with the selection.
◆ VisualObject
| ObjectType ATAS.Indicators.PriceSelectionValue.VisualObject |
|
getset |
The documentation for this class was generated from the following file: