This question is locked. New answers and comments are not allowed.
Hi All,
I am using the below code snippet from the examples for Plot Bands which is working fine.
I am using the below code snippet from the examples for Plot Bands which is working fine.
plotBands.Add().Color("#cccccc").From(0).To(12000).Opacity(0.3); [Problem]:I could not able to assign the "From" and "To" values based on data point values. Ex:From(s=>s.minValue).To(s=>s.maxValue). Please advise me on how to set the values for "From" and "To" dynamically based on datapoint values with simple example. Waiting for the reply.