You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 , 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(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 , startOnTick) //Whether to force the axis to start on a tick. Use this option with the minPadding option to control the axis start. 默认是:false.
0 commit comments