IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

CandlestickSet QML Type

Represents a single candlestick item in a candlestick chart.

This type was introduced in QtCharts 2.2.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

CandlestickSet QML Type

  • Import Statement: import QtCharts 2.4

  • Since:: QtCharts 2.2

  • Instantiates:: QCandlestickSet

Detailed Description

Five values are needed to create a graphical representation of a candlestick item: open, high, low, close, and timestamp.

See Also

Property Documentation

 

brushFilename : string

The name of the file used as a brush for the candlestick item.

close : real

The close value of the candlestick item.

high : real

The high value of the candlestick item.

low : real

The low value of the candlestick item.

open : real

The open value of the candlestick item.

timestamp : real

The timestamp value of the candlestick item.

Signal Documentation

 

clicked()

This signal is emitted when the candlestick item is clicked.

The corresponding signal handler is onClicked.

The corresponding handler is onClicked.

doubleClicked()

This signal is emitted when the user double-clicks a candlestick item.

The corresponding signal handler is onDoubleClicked.

The corresponding handler is onDoubleClicked.

hovered(bool status)

This signal is emitted when a mouse is hovered over a candlestick item.

When the mouse moves over the item, status turns true, and when the mouse moves away again, it turns false.

The corresponding signal handler is onHovered.

The corresponding handler is onHovered.

pressed()

This signal is emitted when the user clicks the candlestick item and holds down the mouse button.

The corresponding signal handler is onPressed.

The corresponding handler is onPressed.

released()

This signal is emitted when the user releases the mouse press on the candlestick item.

The corresponding signal handler is onReleased.

The corresponding handler is onReleased.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+