mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
[feature][AreaStyle] support innerFill
This commit is contained in:
@@ -255,6 +255,7 @@ Inherits or Implemented: [BaseGraph](#BaseGraph),[ISerializationCallbackReceiver
|
||||
| `RemoveSerie()` |public void RemoveSerie(Serie serie)</br> |
|
||||
| `RemoveSerie()` |public void RemoveSerie(string serieName)</br> |
|
||||
| `ReplaceSerie()` |public bool ReplaceSerie(Serie oldSerie, Serie newSerie)</br> |
|
||||
| `ResetDataIndex()` |public bool ResetDataIndex(int serieIndex)</br>重置serie的数据项索引。避免数据项索引异常。 |
|
||||
| `SetBasePainterMaterial()` |public void SetBasePainterMaterial(Material material)</br>设置Base Painter的材质球 |
|
||||
| `SetMaxCache()` |public void SetMaxCache(int maxCache)</br>设置可缓存的最大数据量。当数据量超过该值时,会自动删除第一个值再加入最新值。 |
|
||||
| `SetPainterActive()` |public void SetPainterActive(int index, bool flag)</br> |
|
||||
|
||||
@@ -255,6 +255,7 @@ Inherits or Implemented: [BaseGraph](#BaseGraph),[ISerializationCallbackReceiver
|
||||
| `RemoveSerie()` |public void RemoveSerie(Serie serie)</br> |
|
||||
| `RemoveSerie()` |public void RemoveSerie(string serieName)</br> |
|
||||
| `ReplaceSerie()` |public bool ReplaceSerie(Serie oldSerie, Serie newSerie)</br> |
|
||||
| `ResetDataIndex()` |public bool ResetDataIndex(int serieIndex)</br>重置serie的数据项索引。避免数据项索引异常。 |
|
||||
| `SetBasePainterMaterial()` |public void SetBasePainterMaterial(Material material)</br>设置Base Painter的材质球 |
|
||||
| `SetMaxCache()` |public void SetMaxCache(int maxCache)</br>设置可缓存的最大数据量。当数据量超过该值时,会自动删除第一个值再加入最新值。 |
|
||||
| `SetPainterActive()` |public void SetPainterActive(int index, bool flag)</br> |
|
||||
|
||||
@@ -215,6 +215,7 @@ The style of area.
|
||||
|`color`|||the color of area,default use serie color.
|
||||
|`toColor`|||Gradient color, start color to toColor.
|
||||
|`opacity`|0.6f||Opacity of the component. Supports value from 0 to 1, and the component will not be drawn when set to 0.
|
||||
|`fill`|true|v3.2.0|Whether to fill only polygonal areas. Currently, only convex polygons are supported.
|
||||
|
||||
## `ArrowStyle`
|
||||
|
||||
|
||||
@@ -215,6 +215,7 @@ Inherits or Implemented: [ChildComponent](#ChildComponent),[ISerieExtraComponent
|
||||
|`color`|||区域填充的颜色,如果toColor不是默认值,则表示渐变色的起点颜色。
|
||||
|`toColor`|||渐变色的终点颜色。
|
||||
|`opacity`|0.6f||图形透明度。支持从 0 到 1 的数字,为 0 时不绘制该图形。
|
||||
|`fill`|true|v3.2.0|是否只填充多边形区域。目前只支持凸多边形。
|
||||
|
||||
## `ArrowStyle`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user