Home > Net >  Part of the chart how to bind an array
Part of the chart how to bind an array

Time:09-21

Consult everybody:
C # chart control can display the chart,
A=new int [] [1000];
Y=new int [] [1000];
Chart1. Series [0]. Points. DataBindXY (a, y);//a, y for array
A binding on the two arrays, my question is:
On how to let chart shows only part of the array, a graphic display the entire array, if I want to show a [1] - a, [500]. Y [1], [500] y data, how to do more convenient?
I know, to create two arrays, by using the method of assignment, rebind certainly can, but want a simple point,
  •  Tags:  
  • C#
  • Related