Quantcast
Channel: Our ComponentOne » All Posts
Viewing all articles
Browse latest Browse all 14170

Reply To: Enable scrolling

$
0
0

Maybe this will help. You can try binding your custom axis Scale and Value properties to the main Y Axis like this:

axisY1.SetBinding(Axis.ScaleProperty, new Binding() { Path = new PropertyPath("Scale"), Source = c1Chart1.View.AxisY });
            axisY1.SetBinding(Axis.ValueProperty, new Binding() { Path = new PropertyPath("Value"), Source = c1Chart1.View.AxisY });

It requires that your chart uses the main Y Axis. (You can’t just use custom axes only).


Viewing all articles
Browse latest Browse all 14170

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>