mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 03:58:49 +00:00
update doc
This commit is contained in:
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user