How to Hide Pie Labels in System.Web.Helpers.Chart in MVC
up vote
0
down vote
favorite
I am trying to use System.Web.Helpers.Chart in MVC, I want to hide Labels in chart in MVC. Any help will be appreciated.As stated in 1 solution I even tried
<Series>
<Series Name=""Series1"" ChartType=""Pie""=""PieLabelStyle=Disabled"">
</Series>
</Series>
But it didnt worked
string strTheme = @"<Chart BackSecondaryColor=""White"" PaletteCustomColors=""100, 221, 23 ; 255, 98, 98"" Palette=""None"">
<Series>
<Series Name=""Series1"" ChartType=""Pie"" CustomProperties=""PieLabelStyle=Disabled"">
</Series>
</Series>
<Legends>
<Legend _Template_=""All"" BackColor=""Transparent"" Font=""200pt"" IsTextAutoFit=""True"" />
</Legends>
</Chart>";
var myChart = new Chart(width: 315, height: 310, theme: strTheme)
.AddSeries(
name: "ChartTitle",
chartType: "Pie",
xValue: new { "Complete : 88", "Incomplete : 33" },
yValues: new { "80", "20" })
.AddLegend()
.Write();
asp.net-mvc charts
add a comment |
up vote
0
down vote
favorite
I am trying to use System.Web.Helpers.Chart in MVC, I want to hide Labels in chart in MVC. Any help will be appreciated.As stated in 1 solution I even tried
<Series>
<Series Name=""Series1"" ChartType=""Pie""=""PieLabelStyle=Disabled"">
</Series>
</Series>
But it didnt worked
string strTheme = @"<Chart BackSecondaryColor=""White"" PaletteCustomColors=""100, 221, 23 ; 255, 98, 98"" Palette=""None"">
<Series>
<Series Name=""Series1"" ChartType=""Pie"" CustomProperties=""PieLabelStyle=Disabled"">
</Series>
</Series>
<Legends>
<Legend _Template_=""All"" BackColor=""Transparent"" Font=""200pt"" IsTextAutoFit=""True"" />
</Legends>
</Chart>";
var myChart = new Chart(width: 315, height: 310, theme: strTheme)
.AddSeries(
name: "ChartTitle",
chartType: "Pie",
xValue: new { "Complete : 88", "Incomplete : 33" },
yValues: new { "80", "20" })
.AddLegend()
.Write();
asp.net-mvc charts
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to use System.Web.Helpers.Chart in MVC, I want to hide Labels in chart in MVC. Any help will be appreciated.As stated in 1 solution I even tried
<Series>
<Series Name=""Series1"" ChartType=""Pie""=""PieLabelStyle=Disabled"">
</Series>
</Series>
But it didnt worked
string strTheme = @"<Chart BackSecondaryColor=""White"" PaletteCustomColors=""100, 221, 23 ; 255, 98, 98"" Palette=""None"">
<Series>
<Series Name=""Series1"" ChartType=""Pie"" CustomProperties=""PieLabelStyle=Disabled"">
</Series>
</Series>
<Legends>
<Legend _Template_=""All"" BackColor=""Transparent"" Font=""200pt"" IsTextAutoFit=""True"" />
</Legends>
</Chart>";
var myChart = new Chart(width: 315, height: 310, theme: strTheme)
.AddSeries(
name: "ChartTitle",
chartType: "Pie",
xValue: new { "Complete : 88", "Incomplete : 33" },
yValues: new { "80", "20" })
.AddLegend()
.Write();
asp.net-mvc charts
I am trying to use System.Web.Helpers.Chart in MVC, I want to hide Labels in chart in MVC. Any help will be appreciated.As stated in 1 solution I even tried
<Series>
<Series Name=""Series1"" ChartType=""Pie""=""PieLabelStyle=Disabled"">
</Series>
</Series>
But it didnt worked
string strTheme = @"<Chart BackSecondaryColor=""White"" PaletteCustomColors=""100, 221, 23 ; 255, 98, 98"" Palette=""None"">
<Series>
<Series Name=""Series1"" ChartType=""Pie"" CustomProperties=""PieLabelStyle=Disabled"">
</Series>
</Series>
<Legends>
<Legend _Template_=""All"" BackColor=""Transparent"" Font=""200pt"" IsTextAutoFit=""True"" />
</Legends>
</Chart>";
var myChart = new Chart(width: 315, height: 310, theme: strTheme)
.AddSeries(
name: "ChartTitle",
chartType: "Pie",
xValue: new { "Complete : 88", "Incomplete : 33" },
yValues: new { "80", "20" })
.AddLegend()
.Write();
asp.net-mvc charts
asp.net-mvc charts
asked Nov 13 at 5:16
user7090959
12
12
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53274253%2fhow-to-hide-pie-labels-in-system-web-helpers-chart-in-mvc%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown