Completed
Last Updated: 19 Mar 2015 12:24 by ADMIN
ADMIN
Danail Vasilev
Created on: 26 Sep 2014 13:12
Category: HtmlChart
Type: Bug Report
1
FIX labels centering in Bar/Column RadHtmlChart when y-axis min value is changed
Issue is reproducible with the following code:
        <telerik:RadHtmlChart runat="server" ID="ColumnChart1" Width="600px" Height="400px">
            <PlotArea>
                <Series>
                    <telerik:ColumnSeries Name="Product 1">
                        <SeriesItems>
                            <telerik:CategorySeriesItem Y="10" />
                            <telerik:CategorySeriesItem Y="8" />
                        </SeriesItems>
                        <LabelsAppearance Position="Center"></LabelsAppearance>
                    </telerik:ColumnSeries>
                </Series>
            </PlotArea>
        </telerik:RadHtmlChart>
For the time being you can change the labels position from "Center" to "OutsideEnd".
1 comment
ADMIN
Misho
Posted on: 19 Mar 2015 12:24
The issue is resolved. Not reproducible in Q1 2015.