Perspective mode-Scatter Chart

I need to produce a scatter chart in ignition “perspective view”. but I can’t find the components help to me.
This is my example. X axis is Hz , Y axis is kW.

XYChart with
this.props.series[X].line.appearance.bullets[X].enabled set True and
this.props.series[X].line.appearance.stroke.width set 0

image

1 Like

XYChart I tried.but this isn’t waht my need.The X axis is datetime.

I need X/Y axis both can input value.

Example:
[10,50],[11,30],[9,65],[15,80],[8,60]…

The Y axis can be any type you need it to be. You have to change the properties.

Change the Y axis render from Date to Value.

The XYChart is the correct component for your requirements.

1 Like