Hi,
We have following issues how to fix those
Thanks,
Hello,
Can you please give more detail about Log issue. As a suggested solution you said:
The suggested solution is to manually detect whether an adjustment in the minimum and maximum values. Therefore you can set min and maxValue for the axes array that you are assigning to the chart. Please note that the min and max values if set need to fall inside the set log range.
How can we adjust min/max value when Log checkbox checked and re-adjust when log checkbox unchecked. We also face this issue and Y-Axis labels disappear when
isLogarithmic = true and ogarithmBase: 10.
Appreciate your response.
Thanks for clarification. Basically the chart use the same base chart from WinForms, but they are not 1:1 at inheriting all properties, methods, etc. Unfortunately it seems not possiblr to style the area background and the plot area border brush. For further styling please refer to those resources:
http://www.igniteui.com/help/igdatachart-styling-themes?v=14.1
http://www.igniteui.com/help/igdatachart-visual-elements
where you can find a list of allconfigurable visual elements and the corresponding properties to set styles and also css classes used to apply the styles. I hope it helps.
Thanks for response, We use Infragistics silverlight version in another application and i got these properties from silverlight and trying to apply same properties in this chart but its not working, We need same look and feel like showing in snapshot. Yaxis blue background color with white chart plot area color. Please note that snapshot is captured from silverlight infragistics application.
Please find answers to your questions below:
1. Logarithmic is not working properly, when we checked the logarithmic check box all Yaxis values are collapsed, How to fix Logarithmic option so that it keeps min and max values and all y-axis labels the same, it just changes spaces between them?
This is a known issue and is already discussed at http://ko.infragistics.com/community/forums/t/86123.aspx. There is a detailed explanation of the issue, I hope it helps. The suggested solution is to manually detect whether an adjustment in the minimum and maximum values. Therefore you can set min and maxValue for the axes array that you are assigning to the chart. Please note that the min and max values if set need to fall inside the set log range. This is the behavior of the component by design.
2. Background color and plotAreaBorderBrush are not applied. How to fix that issue ?
There are no background and plotAreaBorderBrush properties, you can refer to http://help.infragistics.com/jQuery/2015.1/ui.igDataChart dor the official API, Where did you get those options from ? could you provide a link ?
I am currently working onto this and will update the thread shortly.