Skip to main content
13-Aquamarine
August 5, 2024
Solved

Change Size of Only Some Markers on Line Chart Widget Thingworx

  • August 5, 2024
  • 1 reply
  • 1326 views

Hi all,

 

I have a line chart widget that I want to remove the markers from only one line on a multi-line line chart as such:

JK_10744682_0-1722862792944.png

I want the grey and red dots gone since these are just limits, but to leave the purple ones. I have found a way to remove all the dots and a way to change the size of all the dots but no way to only change some of them.

 

Note: I have many dots on the limit lines instead of just the endpoints of the time range because when trying to use the zoom feature, the chart the lines disappear unless there is data within the zoom time range, so I found this to be the best solution if I can get the dots removed.

Best answer by Rocko

Now I understand your other post, you're not using Reference Lines! But why? They would perfectly do what you want?

 

For your question, you should be able to set the style for the different series, in Style Properties>Series1/2/3>Stroke width.

But also when you set NumberofSeries from Auto to 3, you will get three additional properties: Series1MarkerType,Series2MarkerType and Series3MarkerType to set marker types individually.

 

1 reply

Rocko
Rocko19-TanzaniteAnswer
19-Tanzanite
August 6, 2024

Now I understand your other post, you're not using Reference Lines! But why? They would perfectly do what you want?

 

For your question, you should be able to set the style for the different series, in Style Properties>Series1/2/3>Stroke width.

But also when you set NumberofSeries from Auto to 3, you will get three additional properties: Series1MarkerType,Series2MarkerType and Series3MarkerType to set marker types individually.

 

13-Aquamarine
August 6, 2024

The only issue I am seeing here is that sometimes I do not want to have the limits showing and from what I see I cannot bind or change the number of series based on if I want limits or not at that time. I have a toggle that changes whether limits are shown or just the normal data.

Rocko
19-Tanzanite
August 6, 2024

I haven't tried myself, but since you can bind the value you can try to provide no value/null from a service/expression in case you don't want the line to show.