I want to generate Asymptote of a graph. Shield UI is providing option is manually put object array in .Data function, however I want to calculate Asymptote with a function which will return an object array. This array can be passed to below .Data function to generate the same.
.DataSeries(dataSeries => dataSeries.Line()
.CollectionAlias("Assimptota")
.Data(new object[] { 89, 26, 77, 81, 0, 0, 0, 0, 0, 0 }))
Request you to help me how can I achieve the same.