Home Forums Chart Support Stripline

Stripline

Viewing 2 posts - 1 through 2 (of 2 total)
  • #35086

    Is it possible to draw striplines with coordinate ranges example: (3, 10) or (3, -8)

    #35091

    @malvika,

    Yes, it is possible to draw stripLines within a given range. You can use startValue and endValue properties to set the starting and ending position of stripline as shown in below code-snippet,

    stripLines:[
      {
        startValue: -8,
        endValue:  10
      }
    ] 

    Kindly take a look at this JSFiddle for an example on showing Stripline for a particular range

    stripline shown for a particular range


    Adithya Menon
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.