Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
345
Is there any way to control the labels displayed on a logarithmic axis
posted

I have a data series that starts at 100 and is exponential in nature, so I am displaying it on a chart with a logarithmic scale and a log base of 2.  The minimum value of this scale is calculated in code behind and bound.  For example the minimum value might be 100, 50, 25 etc.  However when I display the chart the labels are always powers of 2.  For example if I set the minimum value to 50, then there is no label at 50, the first label is 64 and then 128, 256 etc.

Is there any way I can control these labels so that the labels would appear at 25, 50, 100, 200, 400 etc. ?