- ChartID
- Mode
- Foreground
- Shift
- ShiftSize
- AutoScroll
- Scale
- ScaleFix
- ScaleFix_11
- FixedMax
- FixedMin
- PointsPerBar
- ScalePPB
- ShowOHLC
- ShowLineBid
- ShowLineAsk
- ShowLastLine
- ShowPeriodSep
- ShowGrid
- ShowVolumes
- ShowObjectDescr
- ShowDateScale
- ShowPriceScale
- ColorBackground
- ColorForeground
- ColorGrid
- ColorBarUp
- ColorBarDown
- ColorCandleBull
- ColorCandleBear
- ColorChartLine
- ColorVolumes
- ColorLineBid
- ColorLineAsk
- ColorLineLast
- ColorStopLevels
- VisibleBars
- WindowsTotal
- WindowIsVisible
- WindowHandle
- FirstVisibleBar
- WidthInBars
- WidthInPixels
- HeightInPixels
- PriceMin
- PriceMax
- Attach
- FirstChart
- NextChart
- Open
- Detach
- Close
- BringToTop
- EventObjectCreate
- EventObjectDelete
- IndicatorAdd
- IndicatorDelete
- IndicatorsTotal
- IndicatorName
- Navigate
- Symbol
- Period
- Redraw
- GetInteger
- SetInteger
- GetDouble
- SetDouble
- GetString
- SetString
- SetSymbolPeriod
- ApplyTemplate
- ScreenShot
- WindowOnDropped
- PriceOnDropped
- TimeOnDropped
- XOnDropped
- YOnDropped
- Save
- Load
- Type
ShowObjectDescr (Método Get)
Obtiene el valor de la propiedad "ShowObjectDescr" (muestra la descripción del objeto gráfico).
bool ShowObjectDescr() const |
Valor devuelto
Valor de la propiedad "ShowObjectDescr" del gráfico, asignado a la instancia de la clase. Si no hay ningún gráfico asignado, devuelve false.
ShowObjectDescr (Método Set)
Establece el nuevo valor de la propiedad "ShowObjectDescr".
bool ShowObjectDescr(
|
Parámetros
show
[in] Nuevo valor de la propiedad "ShowObjectDescr".
Valor devuelto
true si se ejecuta correctamente, false si la propiedad no ha sido cambiada.