Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have below series in asp .net chart

C#
<Series>
                <asp:Series ChartType="Column"   Name="Saturday"  BorderWidth="3" Color="#D8D8D8" LabelForeColor="Blue"></asp:Series>
                <asp:Series ChartType="Column"  Name="Sunday"   BorderWidth="3" Color="#A9E2F3" LabelForeColor="Blue" ></asp:Series>
                <asp:Series ChartType="Line"  Name="MondayToThursday" IsValueShownAsLabel="true"  BorderWidth="3" Color="Orange" LabelForeColor="Blue"></asp:Series>
                <asp:Series ChartType="Column"  Name="Friday"   BorderWidth="3" Color="#BCF5A9" LabelForeColor="Blue"  > </asp:Series>              
            </Series>


1) How can i hide specific data series "values label" on code level.
2) There are small arrows on the chart labels "black arrows" how can i remove them.
3) In chart some of values are "0" and my y-axis also starts from "0" can i give padding to chart.
Posted
Comments
syed shanu 4-Dec-14 1:28am    
Check this link
http://stackoverflow.com/questions/4849671/how-can-i-turn-off-the-x-axis-labels-in-an-asp-net-chart-control

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900