In lightning chart js how to disable marker in Y-axis - lightningchart

I am using this function this.chart.addChartMarkerXY, marker is showing for both x and y axis.
i want to disable for y-axis need help.
enter image description here

See ChartMarkerXY.setTickMarkerYVisibility

Related

How to add open box around the X axis label

I am drawing a picture of go annotation result using ggplot2, i want to add three open boxes underneath the X axis label to identify the main classes of go annotation. Is there anyone can help me? The picture just look like that as below.

Labeling shape on plotly js

I've been trying to add different colored shapes to the background of plotly.js. However, I also want to be able to label them somewhere so the user knows what color has what meaning. How can I do that?
The first example on here is basically what I've got so far:
https://plot.ly/javascript/shapes/

How to change asp.net chart yAxis label text?

i need to set arabic numbers on y axis for my asp.net chart, but unfortunately changing the font would not help me. So i tried to change the label text by Code, for all labels I want to change the TEXT of labels, is it possible, is there any way? please see my Chart, i want to change the circled part numbers. thanks
You may use label formatter callback function.
function Format(label, series) {
return "your arabic text";
}
HighCharts is really good for drawing charts.
http://jsfiddle.net/QQk8Z/3/

how to put a y-axis and x-axis label while using html and chartjs

I have a chartjs plug-ins for drawing chart. I render the chart data to the canvas html control. The problem is while usign chartjs I couldt add x-axis and y-axis label. Any one tel me how to show the labels on left side and bottom of the canvas control.
Axis labels aren't currently supported in chartjs.

How to Fill in the Area Underneath an ASP.Net Spline Chart Control with a Color?

I have an ASP.Net Chart Control of ChartType "Spline", one ChartArea and one Series (it's a sparkline). I was just wondering if anyone out there knew how I could color the area underneath the line - I can't seem to find the property that allows me to do this without coloring the entire background.
Thanks in advance
You need to have a chart with a ChartType of Area to achieve this type of look (similar to google analytics). I have tried it and it does work although i'm not sure how you might get the line to be one particular colour and the area underneath to be a second colour?
http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/981cc4df-2b23-4557-8d89-0b45d553fecc/

Resources