Pre loader

put a vertical line in the middle of the surface

0
0

I want to put a vertical line in the middle of the surface and chart.
this line is fixed .

Version
3.0.0.4253
  • You must to post comments
0
0

Hi Abolfazl Ghanbari,

Did you try to use VerticalLineAnnotation with CoordinateMode = RelativeX?

        VerticalLineAnnotation verticalLine = sciChartBuilder.newVerticalLineAnnotation()
            .withX1(0.5)
            .withCoordinateMode(AnnotationCoordinateMode.RelativeX)
            // here goes the rest of annotation's configuration
            .build();

Hope this will help you!

Best regards,
Yura

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies