update doc

This commit is contained in:
monitor1394
2022-11-27 16:54:32 +08:00
parent 32f98b6d5a
commit 906b6ed4c7
7 changed files with 11 additions and 13 deletions

View File

@@ -5,9 +5,6 @@ slug: /api
# Chart API
## All Class
## All Class
||||
@@ -118,7 +115,7 @@ Inherits or Implemented: [BaseGraph](#basegraph),[ISerializationCallbackReceiver
| AddYAxisData() |public void AddYAxisData(string category, int yAxisIndex = 0)<br/>Add a category data to yAxis. |
| AddYAxisIcon() |public void AddYAxisIcon(Sprite icon, int yAxisIndex = 0)<br/>Add an icon to yAxis. |
| AnimationEnable() |public void AnimationEnable(bool flag)<br/>Whether series animation enabel. |
| AnimationFadeIn() |public void AnimationFadeIn()<br/>fadeIn animation. |
| AnimationFadeIn() |public void AnimationFadeIn(bool reset = true)<br/>fadeIn animation. |
| AnimationFadeOut() |public void AnimationFadeOut()<br/>fadeIn animation. |
| AnimationPause() |public void AnimationPause()<br/>Pause animation. |
| AnimationReset() |public void AnimationReset()<br/>Reset animation. |