- 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
NumPoints
Ottiene il numero di punti di ancoraggio di un oggetto grafico.
int NumPoints() const |
Valore di ritorno
Numero di punti che collegano un oggetto grafico allegato all'istanza della classe. Se non c'è oggetto allegato, restituisce 0.
Esempio:
//--- esempio per CChartObject::NumPoints
|