Skip to content

Commit

Permalink
3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Dec 1, 2023
1 parent c841ac4 commit bbf1dc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Documentation~/en/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ Configurations of blur state.
|ColorToStr()||public static string ColorToStr(Color color)|
|FloatToStr()||public static string FloatToStr(double value, string numericFormatter = "F", int precision = 0)|
|GetSerieLabelName()||public static string GetSerieLabelName(string prefix, int i, int j)|
|GetString()||public static string GetString(string prefix, int suffix)|
|IntToStr()||public static string IntToStr(int value, string numericFormatter = "")|
|NumberToStr()||public static string NumberToStr(double value, string formatter)|

Expand Down Expand Up @@ -1851,6 +1852,7 @@ Location type. Quick to set the general location.

|public method|since|description|
|--|--|--|
|BeforceSerieUpdate()||public virtual void BeforceSerieUpdate() { }|
|CheckComponent()||public virtual void CheckComponent(StringBuilder sb) { }|
|DrawBase()||public virtual void DrawBase(VertexHelper vh) { }|
|DrawTop()||public virtual void DrawTop(VertexHelper vh) { }|
Expand Down
2 changes: 2 additions & 0 deletions Documentation~/zh/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ slug: /api
|ColorToStr()||public static string ColorToStr(Color color)|
|FloatToStr()||public static string FloatToStr(double value, string numericFormatter = "F", int precision = 0)|
|GetSerieLabelName()||public static string GetSerieLabelName(string prefix, int i, int j)|
|GetString()||public static string GetString(string prefix, int suffix)|
|IntToStr()||public static string IntToStr(int value, string numericFormatter = "")|
|NumberToStr()||public static string NumberToStr(double value, string formatter)|

Expand Down Expand Up @@ -1851,6 +1852,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart

|API|版本|描述|
|--|--|--|
|BeforceSerieUpdate()||public virtual void BeforceSerieUpdate() { }|
|CheckComponent()||public virtual void CheckComponent(StringBuilder sb) { }|
|DrawBase()||public virtual void DrawBase(VertexHelper vh) { }|
|DrawTop()||public virtual void DrawTop(VertexHelper vh) { }|
Expand Down

0 comments on commit bbf1dc8

Please sign in to comment.