清除LIST1

Dim list1 = New PointPairList() '定義

list1.clear()



Dim myCurve5 As LineItem = myPane5.AddCurve("GapPV1", list5, Color.Blue, SymbolType.None) '不要有點


// 開始X軸坐標設置

myPane.XAxis.Scale.TextLabels = xTitle;
myPane.XAxis.Type = AxisType.Text;

// 設置Y軸坐標的範圍

myPane.YAxis.Scale.Min = 0;
myPane.YAxis.Scale.Max = 10;
myPane.YAxis.Scale.MajorStep = 1;


//底圖色

myPane.Chart.Fill = new Fill(Color.White, Color.FromArgb(255, 255, 166), 90F);
myPane.Fill = new Fill(Color.FromArgb(250, 250, 255))
arrow
arrow
    文章標籤
    ZedGraph 語法
    全站熱搜

    JL8051 發表在 痞客邦 留言(0) 人氣()