Lines Matching refs:bottom

171      * If <b>smooth</b> is set to <b>true</b>, the filling color, top point, and bottom point of a line chart have
249 * @brief Obtains the index of the bottom point in a data set.
251 * @return Returns the index of the bottom point. If there are multiple bottom points, the first one is returned.
275 * @brief Obtains the Y value of the bottom point in a data set.
365 * The top and bottom points may appear in the hidden region. If this method is enabled,
366 * you are not advised to enable the display of the top and bottom points.
402 * @brief Defines the style for the top, bottom, and frontmost points in a line chart.
440 * @brief Sets the style of the bottom point of a polyline.
476 * @brief Obtains the style of the bottom point of a polyline.
535 * @brief Enables the feature of drawing the bottom point of a polyline. If there are multiple bottom points,
538 * @param enable Specifies whether to draw the bottom point. Value <b>true</b> means to draw the bottom point,
539 * and value <b>false</b> means not to draw the bottom point.
841 * This function sets the opacity range between the top point and bottom point of the line chart.
857 * @brief Sets the distance between the bottom edge of the fill color range and the x-axis.
859 * This function fills in the area between the polyline and bottom of the line chart. For a chart that is not
860 * reversed, if the bottom is above the polyline, there is no filling. For a reversed chart,
861 * if the bottom is below the polyline, there is no filling.
863 * @param bottom Indicates the bottom of the filling range. The value is the distance to the x-axis.
867 void SetGradientBottom(uint16_t bottom)
869 gradientBottom_ = bottom;
923 void CalcVerticalInfo(int16_t top, int16_t bottom, int16_t start, int16_t end, int16_t& y, int16_t& yHeight);