This question is locked. New answers and comments are not allowed.
I have two questions,
1. In asp.net mvc column chart, i would like to remove the gradient which can i have highlighted in the image. I have not been able to remove it. How do I remove the glossy hover.
2. Another question, how do I format a date string in category axis where SEVDateStr is a datetime format and this comes from the database as 2012-03-03, I tried using the labels format but this doesn't work.
.CategoryAxis(axis => axis
.Categories(s => s.SEVDateStr)
//.Labels(labels => labels.Format("{yyyy/mm/dd}"))
.AxisCrossingValue(0, 100)
)
Thank You.
1. In asp.net mvc column chart, i would like to remove the gradient which can i have highlighted in the image. I have not been able to remove it. How do I remove the glossy hover.
2. Another question, how do I format a date string in category axis where SEVDateStr is a datetime format and this comes from the database as 2012-03-03, I tried using the labels format but this doesn't work.
.CategoryAxis(axis => axis
.Categories(s => s.SEVDateStr)
//.Labels(labels => labels.Format("{yyyy/mm/dd}"))
.AxisCrossingValue(0, 100)
)
Thank You.