增加Serie的barType参数,可配置斑马柱状图

This commit is contained in:
monitor1394
2019-10-18 07:41:23 +08:00
parent 1f1d7b0f64
commit b1f5735d45
5 changed files with 26044 additions and 21329 deletions

View File

@@ -139,6 +139,12 @@ namespace XCharts
DrawLine(vh, sp, p2, size, color);
}
public static void DrawZebraLine(VertexHelper vh, Vector3 p1, Vector3 p2, float size,
float zebraWidth, float zebraGap, Color32 color)
{
DrawDotLine(vh, p1, p2, size, color, zebraWidth, zebraGap);
}
public static void DrawPolygon(VertexHelper vh, Vector3 p, float radius, Color32 color,
bool vertical = true)
{