Lines Matching full:param
80 * @param maxCount Indicates the number of data points. The default value is <b>0</b>.
91 * @param index Indicates the index of the data point to modify.
92 * @param point Indicates the new value of the data point.
103 * @param index Indicates the index of the data point to obtain.
104 * @param point Indicates the obtained coordinates. If the data set is not added to the chart,
116 * @param index Indicates the index of the data point to obtain.
117 * @param point Indicates the obtained coordinates. the original value of the data point is printed.
126 * @param pointArrayBack Indicates a copy of the variable
138 * @param data Indicates the pointer to the start address of the data point.
139 * @param count Indicates the number of data points to add.
174 * @param smooth Specifies whether to smooth a polyline. Value <b>true</b> means to smooth a polyline, and value
202 * @param enable Specifies whether to enable the fill color. Value <b>true</b> means to enable the fill color,
330 * @param color Indicates the fill color to set.
345 * @param color Indicates the polyline color to set.
368 * @param index Indicates the point from which the hide starts.
369 * @param count Indicates the number of points to hide.
418 * @param style Indicates the style to set. For details, see {@link PointStyle}.
430 * @param style Indicates the style to set. For details, see {@link PointStyle}.
442 * @param style Indicates the style to set. For details, see {@link PointStyle}.
490 * @param enable Specifies whether to draw the frontmost point. Value <b>true</b> means to draw the frontmost
514 * @param enable Specifies whether to draw the top point. Value <b>true</b> means to draw the top point,
538 * @param enable Specifies whether to draw the bottom point. Value <b>true</b> means to draw the bottom point,
643 * @param height Indicates the height to set.
652 * @param width Indicates the width to set.
668 * @param dataSerial Indicates the pointer to the data set class. For details, see {@link UIChartDataSerial}.
679 * @param dataSerial Indicates the pointer to the data set class. For details, see {@link UIChartDataSerial}.
737 * @param enable Specifies whether to enable chart reverse. Value <b>true</b> means to enable chart reverse,
844 * @param minOpa Indicates the opacity closest to the x-axis.
845 * @param maxOpa Indicates the opacity farthest away from the x-axis.
863 * @param bottom Indicates the bottom of the filling range. The value is the distance to the x-axis.