Pytanie : ASP.NET ChartControl

Cześć,

I mieć the następujący ChartControl Marża i Kodować następujący i I być w the potrzeba niektóre pomoc z wartość wśrodku the PieChart/Pączek Mapa. W inny słowo I mieć legenda który wystawiać the wartość ale the ChartControl mieć the etykietka wśrodku inny kolor che i chcieć ponieważ i mieć legenda the użytkownik w co kolor kojarzyć swój value.

OnLoad= " chtCountHearAboutValues_Load " Palette= " Rewolucjonistka " Height= " 461px "
Width= " 715px "
PaletteCustomColors= " Rewolucjonistka; 255, 128, (0); Kolor żółty; Wapno; Cyan; Błękitny; Fuksja "
BackGradientStyle= " DiagonalRight " BackHatchStyle= " DashedHorizontal "
BackImageTransparentColor= " 224, 224, 224 " >

Font= " Microsoft Sans Serif, 8pt " Legend= " Legend1 " >

           

           
               
DStyle>

           
           
               

           

       


ochraniać kawitacyjny chtCountHearAboutValues_Load (przedmiot nadawca, EventArgs e)
{
SqlConnection conn = nowy SqlConnection (ConfigurationManager.ConnectionStrings ["Admissions"] .ConnectionString);

SqlCommand cmd = nowy SqlCommand ();
cmd.CommandText = "Admissions_ChartReportCountHearAboutValues";
cmd.CommandType = CommandType.StoredProcedure;
cmd. Związek = conn;

try
{
conn. Otwierać ();

SqlDataReader rdr = cmd.ExecuteReader (CommandBehavior. CloseConnection);

chtCountHearAboutValues.Series ["Series1"]. Points.DataBindXY (rdr, "hear_description", rdr, "suma");

// Tworzyć nowy legenda dzwonić "Legend1".
            chtCountHearAboutValues.Legends.Dodawać (new Legenda ("Legend1"));
// Ustawiać Kurtyzacja the Legenda mapa the Brak Mapa Area.
chtCountHearAboutValues.Legends ["Legend1"]. DockedToChartArea = "Brak";
// Wyznaczać the legenda Series1.
chtCountHearAboutValues.Series ["Series1"]. Legend = "Legend1";
chtCountHearAboutValues.Series ["Series1"] .IsVisibleInLegend = true;
}

chwyt (Wyjątek message.ToString)
{
message.ToString. Message.ToString ();
}

finally
{
conn. Zakończenie ();
}
}

Odpowiedź : ASP.NET ChartControl

I próbować rozwiązanie dla ty, i jeżeli ty wciąż mieć problem, I wierzyć że I móc ty.
Inne rozwiązania  
 
programming4us programming4us