Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Points below minimum value showing with PointTemplate

$
0
0

Here's an even stranger result.

Using a log axis:

<telerik:RadCartesianChart.VerticalAxis>
    <telerik:LogarithmicAxisMinimum="0.1"Maximum="10"/>
</telerik:RadCartesianChart.VerticalAxis>

and a bit different data:

for(inti = 0; i < 11; i++)
    BarSeries.DataPoints.Add(
        newTelerik.Charting.CategoricalDataPoint()
            { Category = DateTime.Today.AddDays(i), Value = i/5.0 });

Now even points that should be on the chart are shown at value 1 (some half points, some full) instead of being where they should be!

 


Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>