- ChartId
- Window
- Name
- NumPoints
- Attach
- SetPoint
- Delete
- Detach
- ShiftObject
- ShiftPoint
- Time
- Price
- Color
- Style
- Width
- Background
- Selected
- Selectable
- Description
- Tooltip
- Timeframes
- Z_Order
- CreateTime
- LevelsCount
- LevelColor
- LevelStyle
- LevelWidth
- LevelValue
- LevelDescription
- GetInteger
- SetInteger
- GetDouble
- SetDouble
- GetString
- SetString
- Save
- Load
- Type
Attach
Associa un oggetto grafico a un'istanza della classe.
bool Attach(
|
Parametri
chart_id
[out] Identificatore Chart.
name
[in] Nome dell'oggetto grafico.
window
[in] Numero finestra Chart (0 - finestra principale).
points
[in] Numero di punti di ancoraggio dell'oggetto grafico.
Valore di ritorno
true - successo, false - non posso legare l'oggetto.
Esempio:
//--- esempio per CChartObject::Attach
|