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

@@ -17,7 +17,7 @@ namespace XCharts.Runtime
/// <summary>
/// the type of line.
/// 坐标轴线类型。
/// |坐标轴线类型。
/// </summary>
public LineStyle.Type lineType
{
@@ -26,7 +26,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the width of line.
/// 指示线线宽。
/// |指示线线宽。
/// </summary>
public float lineWidth
{
@@ -35,7 +35,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the color of line.
/// 指示线颜色。
/// |指示线颜色。
/// </summary>
public Color32 lineColor
{
@@ -45,7 +45,7 @@ namespace XCharts.Runtime
/// <summary>
/// the color of line.
/// 区域指示的颜色。
/// |区域指示的颜色。
/// </summary>
public Color32 areaColor
{
@@ -54,7 +54,7 @@ namespace XCharts.Runtime
}
/// <summary>
/// the text color of tooltip cross indicator's axis label.
/// 十字指示器坐标轴标签的文本颜色。
/// |十字指示器坐标轴标签的文本颜色。
/// </summary>
public Color32 labelTextColor
{
@@ -64,7 +64,7 @@ namespace XCharts.Runtime
/// <summary>
/// the background color of tooltip cross indicator's axis label.
/// 十字指示器坐标轴标签的背景颜色。
/// |十字指示器坐标轴标签的背景颜色。
/// </summary>
public Color32 labelBackgroundColor
{