Adding Line or separator to y axis in WPF Tool kit Line chart - wpf

I have added multiple Y axes to a single chart. Is it possible to add vertical lines in the LinearAxis and a scroll bar in below X axis? Please check out the image below:
How to handle the zoom and pan Functionality in the WPF Toolkit Chart?

Related

How to hide axis bars in area chart and line chart in Google Data Studio

I currently have this issue where I am trying to hide the Y-axis of this line chart. Currently there is only the option to hide both axes in GDS.
Issue being is that the floating number at the y axis looks awkward.
Could anyone think of a work around? maybe hiding both axes and then creating a blank chart with the date values and using that as the x axis ticks.
One workaround is to draw a Shape or line over the axis and set it to a colour that blends in with the background, (although in the case above, it would cut into the first data point and data label) using Shift + movement keys for precision placement.
Google Data Studio Report as well as a GIF to elaborate:

Is is possible to have a candlestick chart and a line chart on the same XY axis with apexcharts?

I'm using the apexcharts with react to build a chart with two series: one is the price and it should be visualized as a candlestick chart and the other one is the volume and it should be visualized as bar (or line) chart. Is it possible to have both on the same XY axis?
I know that it is possible having two (or more) line charts on the same XY axis as in the attached picture, but I did not see an example for a candlestick chart.
For this example I would like to replace the red line with a candlestick chart.

how to get slider line on x axis and y axis for Chart in codenameone

I want two slider lines - one for x-axis and another for y-axis to show accurate result at any point in the line chart. As slider line move through the any axis it should display the crossing point values (display cross point values w.r.t. axis where slider line overlaps graph ) on the chart. Is there any method available for it ? If not how do I proceed for this ?
You can just place a horizontal and vertical slider next to the charts. However, I'm assuming you want to use them like a scrollbar?
You might prefer using gestures like drag and pinch to work with charts.

Axis Grid Lines - Rendered after Visualization

Is there a way to control this behavior so that axis grid lines are drawn before the chart rendering happens? Any way to control/override this default behavior so grid line are behind the chart instead of on top?

Visiblox, WPF: Display labeled markers in a chart

is there a way to add some markers, like points or vertical lines with text labels to a visiblox chart?
Cheers,
Lutz
The premium version of Visiblox supports the concept of annotations; elements which are anchored to values on your X and/or Y axes. The Visiblox API supports the following annotations out-of-the-box:
Ellipse / circle
Rectangle / square
Lines (horizontal, vertical, point-to-point)
Text labels
Text labels anchored to datapoints (callout)
Annotations can be placed on the chart programmatically, and thereafter can be moved by the user via 'grippers'.
For a good idea of what is easily possible, see the following demo application:
http://www.visiblox.com/examples/Hindsight

Resources