@@ -279,22 +279,24 @@ namespace MethodMonteKarlo {
279279 chartArea2->Position ->Y = 49 .61771F ;
280280 this ->chart1 ->ChartAreas ->Add (chartArea1);
281281 this ->chart1 ->ChartAreas ->Add (chartArea2);
282+ legend1->BackColor = System::Drawing::Color::Transparent;
282283 legend1->HeaderSeparator = System::Windows::Forms::DataVisualization::Charting::LegendSeparatorStyle::DashLine;
283284 legend1->LegendStyle = System::Windows::Forms::DataVisualization::Charting::LegendStyle::Column;
284285 legend1->MaximumAutoSize = 25 ;
285286 legend1->Name = L" Legend1" ;
286- legend1->Title = L" Ëåãåíäà ïëîùàäü " ;
287+ legend1->Title = L" Ïëîùàëü ôèãóðû " ;
287288 legend1->TitleFont = (gcnew System::Drawing::Font (L" Microsoft Sans Serif" , 9 .75F , System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
288289 static_cast <System::Byte>(204 )));
289290 legend1->TitleSeparator = System::Windows::Forms::DataVisualization::Charting::LegendSeparatorStyle::GradientLine;
291+ legend2->BackColor = System::Drawing::Color::Transparent;
290292 legend2->DockedToChartArea = L" ChartArea2" ;
291293 legend2->HeaderSeparator = System::Windows::Forms::DataVisualization::Charting::LegendSeparatorStyle::DashLine;
292294 legend2->IsDockedInsideChartArea = false ;
293295 legend2->ItemColumnSpacing = 10 ;
294296 legend2->MaximumAutoSize = 100 ;
295297 legend2->Name = L" Legend2" ;
296298 legend2->TableStyle = System::Windows::Forms::DataVisualization::Charting::LegendTableStyle::Tall;
297- legend2->Title = L" Ëåãåíäà èíòåãðàë " ;
299+ legend2->Title = L" Èíòåãðàë " ;
298300 legend2->TitleFont = (gcnew System::Drawing::Font (L" Microsoft Sans Serif" , 9 .75F , System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
299301 static_cast <System::Byte>(204 )));
300302 legend2->TitleSeparator = System::Windows::Forms::DataVisualization::Charting::LegendSeparatorStyle::DashLine;
0 commit comments