This commit is contained in:
monitor1394
2022-03-24 08:37:06 +08:00
parent 6cb3709655
commit f597a3f116
78 changed files with 791 additions and 741 deletions

View File

@@ -14,7 +14,7 @@ namespace XCharts.Runtime
/// <summary>
/// the width of border.
/// 边框线宽。
/// |边框线宽。
/// </summary>
public float borderWidth
{
@@ -23,7 +23,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the color of dataZoom border.
/// 边框颜色。
/// |边框颜色。
/// </summary>
public Color32 borderColor
{
@@ -33,7 +33,7 @@ namespace XCharts.Runtime
/// <summary>
/// the background color of visualmap.
/// 背景颜色。
/// |背景颜色。
/// </summary>
public Color32 backgroundColor
{