Lines Matching defs:chart
29 * @brief Defines the attributes of the chart component and provides functions for adding and deleting
30 * data sets to display a chart.
101 * @brief Obtains the coordinates in the chart for a data point in the data set.
104 * @param point Indicates the obtained coordinates. If the data set is not added to the chart,
114 * @brief Obtains the coordinates in the chart for a original data point in the data set.
171 * If <b>smooth</b> is set to <b>true</b>, the filling color, top point, and bottom point of a line chart have
197 * @brief Enables the fill color of a line chart.
299 * @brief Obtains the polyline color of the data set in a line chart.
327 * For a line chart, <b>color</b> refers to the fill color between the line and the x-axis.
328 * For a bar chart, <b>color</b> refers to the color of the bars.
341 * @brief Sets the polyline color of the data set in the line chart.
355 void BindToChart(UIChart* chart)
357 chart_ = chart;
402 * @brief Defines the style for the top, bottom, and frontmost points in a line chart.
599 * @brief Defines the chart class and provides functions such as adding and deleting data sets to display a chart.
696 * @brief Refreshes a chart and redraws the dirty region.
731 * @brief Enables chart reverse.
733 * After the chart is reversed, the x-axis aligns with the top of the chart. The pixel position corresponding
734 * to the data point remains unchanged. Complementary filling is performed on the chart
737 * @param enable Specifies whether to enable chart reverse. Value <b>true</b> means to enable chart reverse,
738 * and value <b>false</b> means not to enable chart reverse. The default value is <b>false</b>.
762 * @brief Provides special functions for implementing a bar chart.
786 * @brief Refreshes a bar chart and redraws the dirty region.
828 * @brief Refreshes a line chart and redraws the dirty region.
841 * This function sets the opacity range between the top point and bottom point of the line chart.
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,