cancel
Showing results for 
Search instead for 
Did you mean: 

VizFrame chart line properties

Former Member
0 Kudos

Hi everyone,

I'm using the VizFrame Line-Graph (sap.viz.ui5.Line) to display about 500 values, consumed by xsodata.

My question: I would like to delete the datapoints, so that I have a line-graph like the following one. How can I do this?

I know this documentation, and there are also few examples. But it's not enough to completely understand the usage of the VizProperties to delete the datapoints in my graph. Are there any places to find a complete documentation, full examples or some tutorials?

Thanks and Regards,

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

saivellanki
Active Contributor
0 Kudos

Hi Andreas ,


Try this -



plotArea:{

marker:{

  visible : false

  }

}

Before Applying the above code -



After Applying the above code -



Regards,

Sai Vellanki.

Former Member
0 Kudos

Hi,

thank you for the immedate reply. This resolved the issue!

Regards,

Andreas

Answers (0)