Search found 2 matches

by HotStage
Thu Mar 29, 2018 7:34 am
Forum: .NET
Topic: FastLine not showing all plots
Replies: 3
Views: 9175

Re: FastLine not showing all plots

Hi Christopher,

Is it possible to manually define a subset of points to plot?
For example, would it be possible to only show points 4 to 7?
by HotStage
Wed Mar 21, 2018 4:16 pm
Forum: .NET
Topic: FastLine not showing all plots
Replies: 3
Views: 9175

FastLine not showing all plots

Hi , I have a fastline chart that loops back on itself with the following points: var dblIndex= new double[30] {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15, 16, 17, 18, 19,20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 }; // Temperature var dblXData= new double[30] { 100, 110 ,120 ,130 ,140, 150 ,160 ,170, 180,...