100 Q_ENUM(FinancialGraphType)
110 virtual QColor getKeyLabelColor() const override;
117 double getShift() const;
119 double getWidth() const;
141 virtual
bool getIndexRange(
int &imin,
int &imax) const override;
143 virtual
bool getYMinMax(
double& miny,
double& maxy,
double& smallestGreaterZero) override;
145 virtual
bool usesColumn(
int column) const override;
150 int getOpenColumn() const;
153 int getCloseColumn() const;
156 int getHighColumn() const;
159 int getLowColumn() const;
163 Q_PROPERTY(
int openColumn READ getOpenColumn WRITE setOpenColumn)
164 Q_PROPERTY(
int closeColumn READ getCloseColumn WRITE setCloseColumn)
165 Q_PROPERTY(
int highColumn READ getHighColumn WRITE setHighColumn)
166 Q_PROPERTY(
int lowColumn READ getLowColumn WRITE setLowColumn)
169 static
void clearColorAssignStore();
179 virtual
void autoscaleBoxWidthAndShift(
double maxWidth=0.8,
double shrinkFactor=0.8);
183 void autoscaleBoxWidthAndShiftSeparatedGroups(
double groupWidth=0.65);
185 void setShift(
double __value);
187 void setWidth(
double __value);
196 virtual
void setColor(QColor cPositive, QColor cNegative);
204 virtual
void setColor(QColor linePositive, QColor fillPositive, QColor lineNegative, QColor fillNegative);
214 void setCandlestickTwoColor(QColor cPositive, QColor cNegative);
224 void setCandlestickTwoColor(QColor cPositive, QColor cNegative, QColor lineCOlor);
233 void setCandlestickOneColor(QColor cLine);
243 void setOHLCTwoColor(QColor cPositive, QColor cNegative);
247 void setOpenColumn(
int __value);
249 void setOpenColumn (
size_t __value);
251 void setCloseColumn(
int __value);
253 void setCloseColumn (
size_t __value);
255 void setHighColumn(
int __value);
257 void setHighColumn (
size_t __value);
259 void setLowColumn(
int __value);
261 void setLowColumn (
size_t __value);