/// (you can update any chart element) to open, close, delete, add, resize, reformat, etc. elements in the chart.
/// Refer to https://api.highcharts.com.cn/highcharts#Chart.update
///
/// It should be noted that when updating the array configuration,
/// for example, when updating configuration attributes including arrays such as xAxis, yAxis, series, etc., the updated data will find existing objects based on id and update them. If no id is configured or passed If the id does not find the corresponding object, the first element of the array is updated. Please refer to this example for details.
///
/// In a responsive configuration, the response of the different rules responsive.rules is actually calling chart.update, and the updated content is configured in chartOptions.
///
/// @param options A configuration object for the new chart options as defined in the options section of the API.
/// @param redraw Whether to redraw after updating the chart, the default is true
/// Add a new point to the data column after the chart has been rendered.
/// The new point can be the last point, or it can be placed in the corresponding position given the X value (first, middle position, depending on the x value)
/// Refer to https://api.highcharts.com.cn/highcharts#Series.addPoint
///
/// @param elementIndex The specific series element
/// @param options The configuration of the data point can be a single value, indicating the y value of the data point; it can also be an array containing x and y values; it can also be an object containing detailed data point configuration. For detailed configuration, see series.data.
/// @param redraw The default is true, whether to redraw the icon after the operation is completed. When you need to add more than one point, it is highly recommended to set redraw to false and manually call chart.redraw() to redraw the chart after all operations have ended.
/// @param shift The default is false. When this property is true, adding a new point will delete the first point in the data column (that is, keep the total number of data points in the data column unchanged). This property is very useful in the inspection chart
/// @param animation The default is true, which means that when adding a point, it contains the default animation effect. This parameter can also be passed to the object form containing duration and easing. For details, refer to the animation related configuration.
AAPropStatementAndPropSetFuncStatement(assign,AASeriesElement,id,colorByPoint)//When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point. 默认是:false.
AAPropStatementAndPropSetFuncStatement(strong,AASeriesElement,NSString*,negativeColor)// The color for the parts of the graph or points that are below the threshold
AAPropStatementAndPropSetFuncStatement(strong,AASeriesElement,NSString*,negativeFillColor)//A separate color for the negative part of the area.
AAPropStatementAndPropSetFuncStatement(assign,AASeriesElement,BOOL,showInLegend)//Whether to display this particular series or series type in the legend. The default value is true for standalone series, false for linked series. 默认是:true.
AAPropSetFuncImplementation(AASeriesElement,id,colorByPoint)//When using automatic point colors pulled from the options.colors collection, this option determines whether the chart should receive one color per series or one color per point. 默认是:false.
AAPropSetFuncImplementation(AASeriesElement,BOOL,showInLegend)//Whether to display this particular series or series type in the legend. The default value is true for standalone series, false for linked series. 默认是:true.
AAPropStatementAndPropSetFuncStatement(assign,AAColumn,BOOL,grouping)//Whether to group non-stacked columns or to let them render independent of each other. Non-grouped columns will be laid out individually and overlap each other. 默认是:true.
AAPropStatementAndPropSetFuncStatement(strong,AAColumn,NSNumber*,pointPadding)//Padding between each column or bar, in x axis units. 默认是:0.1.
AAPropStatementAndPropSetFuncStatement(strong,AAColumn,NSNumber*,pointPlacement)//Padding between each column or bar, in x axis units. 默认是:0.1.
AAPropStatementAndPropSetFuncStatement(strong,AAColumn,NSNumber*,groupPadding)//Padding between each value groups, in x axis units. 默认是:0.2.
AAPropStatementAndPropSetFuncStatement(assign,AAColumn,BOOL,colorByPoint)//对每个不同的点设置颜色(当图表类型为 AAColumn 时,设置为 AAColumn 对象的属性,当图表类型为 bar 时,应该设置为 bar 对象的属性才有效)
AAPropStatementAndPropSetFuncStatement(assign,AADataLabels,BOOL,softConnector)//Whether to render the connector as a soft arc or a line with sharp break. Only useful for pie, pyramid and funnel chart
AAPropSetFuncImplementation(AADataLabels,BOOL,softConnector)//Whether to render the connector as a soft arc or a line with sharp break. Only useful for pie, pyramid and funnel chart
AAPropStatementAndPropSetFuncStatement(strong,AAHalo,NSDictionary*,attributes)//A collection of SVG attributes to override the appearance of the halo, for example fill, stroke and stroke-width.
AAPropStatementAndPropSetFuncStatement(strong,AAHalo,NSNumber*,opacity)//Opacity for the halo unless a specific fill is overridden using the attributes setting. Note that Highcharts is only able to apply opacity to colors of hex or rgb(a) formats. Default Value:0.25.
AAPropStatementAndPropSetFuncStatement(strong,AAXAxis,AALabels*,labels)//用于设置 x 轴文字相关的
AAPropStatementAndPropSetFuncStatement(assign,AAXAxis,BOOL,visible)//用于设置 x 轴以及 x 轴文字是否显示
AAPropStatementAndPropSetFuncStatement(assign,AAXAxis,BOOL,opposite)//是否将坐标轴显示在对立面,默认情况下 x 轴是在图表的下方显示,y 轴是在左方,坐标轴显示在对立面后,x 轴是在上方显示,y 轴是在右方显示(即坐标轴会显示在对立面)。该配置一般是用于多坐标轴区分展示,另外在 Highstock 中,y 轴默认是在对立面显示的。 默认是:false.
AAPropStatementAndPropSetFuncStatement(assign,AAXAxis,BOOL,startOnTick)//Whether to force the axis to start on a tick. Use this option with the minPadding option to control the axis start. 默认是:false.
AAPropSetFuncImplementation(AAXAxis,BOOL,opposite)//是否将坐标轴显示在对立面,默认情况下 x 轴是在图表的下方显示,y 轴是在左方,坐标轴显示在对立面后,x 轴是在上方显示,y 轴是在右方显示(即坐标轴会显示在对立面)。该配置一般是用于多坐标轴区分展示,另外在 Highstock 中,y 轴默认是在对立面显示的。 默认是:false.
AAPropSetFuncImplementation(AAXAxis,BOOL,startOnTick)//Whether to force the axis to start on a tick. Use this option with the minPadding option to control the axis start. 默认是:false.
AAPropStatementAndPropSetFuncStatement(copy,AAYAxis,NSString*,alternateGridColor)//backcolor of every other grid line area
AAPropStatementAndPropSetFuncStatement(copy,AAYAxis,AAYAxisGridLineInterpolation,gridLineInterpolation)//Polar charts only. Whether the grid lines should draw as a polygon with straight lines between categories, or as circles. Can be either circle or polygon. 默认是:null.
AAPropStatementAndPropSetFuncStatement(strong,AAYAxis,AALabels*,labels)//用于设置 y 轴文字相关的
AAPropStatementAndPropSetFuncStatement(strong,AAYAxis,NSNumber*,lineWidth)// y 轴线宽度
AAPropStatementAndPropSetFuncStatement(copy,AAYAxis,NSString*,lineColor)// y 轴线颜色
AAPropStatementAndPropSetFuncStatement(strong,AAYAxis,NSNumber*,offset)// y 轴线水平偏移
//AAPropStatementAndPropSetFuncStatement(assign, AAYAxis, NSNumber *, minPadding) //Padding of the min value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the lowest data value to appear on the edge of the plot area. 默认是:0.05.
AAPropStatementAndPropSetFuncStatement(assign,AAYAxis,BOOL,opposite)//是否将坐标轴显示在对立面,默认情况下 x 轴是在图表的下方显示,y 轴是在左方,坐标轴显示在对立面后,x 轴是在上方显示,y 轴是在右方显示(即坐标轴会显示在对立面)。该配置一般是用于多坐标轴区分展示,另外在 Highstock 中,y 轴默认是在对立面显示的。 默认是:false.
AAPropStatementAndPropSetFuncStatement(assign,AAYAxis,BOOL,startOnTick)//Whether to force the axis to start on a tick. Use this option with the minPadding option to control the axis start. 默认是:false.
//AAPropSetFuncImplementation(AAYAxis, NSNumber *, minPadding) //Padding of the min value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the lowest data value to appear on the edge of the plot area. 默认是:0.05.
AAPropSetFuncImplementation(AAYAxis,BOOL,opposite)//是否将坐标轴显示在对立面,默认情况下 x 轴是在图表的下方显示,y 轴是在左方,坐标轴显示在对立面后,x 轴是在上方显示,y 轴是在右方显示(即坐标轴会显示在对立面)。该配置一般是用于多坐标轴区分展示,另外在 Highstock 中,y 轴默认是在对立面显示的。 默认是:false.
AAPropSetFuncImplementation(AAYAxis,BOOL,startOnTick)//Whether to force the axis to start on a tick. Use this option with the minPadding option to control the axis start. 默认是:false.