#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { DefineSection("SampleHeading", async() => { BeginContext(103, 54, true); WriteLiteral("<span class=\"sampleName\">Chart / Pyramid Chart </span>"); EndContext(); } ); BeginContext(160, 2, true); WriteLiteral("\r\n"); EndContext(); DefineSection("ControlsSection", async() => { BeginContext(187, 21, true); WriteLiteral("\r\n <div>\r\n "); EndContext(); BeginContext(208, 1388, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-chart", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "70ba7b1ca8974318b5e24356807a39ad", async() => { BeginContext(268, 14, true); WriteLiteral("\r\n "); EndContext(); BeginContext(282, 62, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-title", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7925d560912d418c8dd49e7dbc8b19fb", async() => { } ); __Syncfusion_JavaScript_DataVisualization_Models_ChartTitle = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.ChartTitle>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_ChartTitle); __Syncfusion_JavaScript_DataVisualization_Models_ChartTitle.Text = (string)__tagHelperAttribute_0.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(344, 14, true); WriteLiteral("\r\n "); EndContext(); BeginContext(358, 30, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-size", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6237eae5037948f1836298fc32ccc189", async() => { } ); __Syncfusion_JavaScript_DataVisualization_Models_ModelSize = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.ModelSize>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_ModelSize); __Syncfusion_JavaScript_DataVisualization_Models_ModelSize.Height = (string)__tagHelperAttribute_1.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(388, 14, true); WriteLiteral("\r\n "); EndContext(); BeginContext(402, 36, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-legend", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "cf7379bbc6d44c0f8d816ffaf19bfa8f", async() => { } ); __Syncfusion_JavaScript_DataVisualization_Models_Legend = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Legend>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Legend); #line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_Legend.Visible = true; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("visible", __Syncfusion_JavaScript_DataVisualization_Models_Legend.Visible, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(438, 14, true); WriteLiteral("\r\n "); EndContext(); BeginContext(452, 1123, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-chart-series", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e9bad5230d534d46a695a1a6df861b18", async() => { BeginContext(468, 18, true); WriteLiteral("\r\n "); EndContext(); BeginContext(486, 1058, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-series", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "5da5d0bf5f92438f956ea157dc21dcd9", async() => { BeginContext(584, 22, true); WriteLiteral("\r\n "); EndContext(); BeginContext(606, 281, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-marker", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ccd18f37b3be497f95be9b1b0a90c057", async() => { BeginContext(616, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(642, 212, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-data-label", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "98181fa2f2cf4902a7c3afc7e48cdcd5", async() => { BeginContext(701, 30, true); WriteLiteral("\r\n "); EndContext(); BeginContext(731, 82, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-font", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e9186a86010f4ded8cc28c8f33394040", async() => { } ); __Syncfusion_JavaScript_DataVisualization_Models_ChartFont = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.ChartFont>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_ChartFont); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); __Syncfusion_JavaScript_DataVisualization_Models_ChartFont.Color = (string)__tagHelperAttribute_3.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3); #line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_ChartFont.FontWeight = ChartFontWeight.Lighter; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("font-weight", __Syncfusion_JavaScript_DataVisualization_Models_ChartFont.FontWeight, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(813, 26, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_DataVisualization_Models_DataLabel = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.DataLabel>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_DataLabel); #line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_DataLabel.Visible = true; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("visible", __Syncfusion_JavaScript_DataVisualization_Models_DataLabel.Visible, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); #line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_DataLabel.Shape = ChartShape.Rectangle; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("shape", __Syncfusion_JavaScript_DataVisualization_Models_DataLabel.Shape, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(854, 22, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_DataVisualization_Models_Marker = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Marker>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Marker); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(887, 22, true); WriteLiteral("\r\n "); EndContext(); BeginContext(909, 606, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-points", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a83e83e6ffeb41bcb8cb337e524bc93e", async() => { BeginContext(919, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(945, 53, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7af4da6b41fa4ef699b38334ff8b2700", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_4.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4); #line 19 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 24; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_5.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(998, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1024, 53, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b2fe90c2b9094eca8a418c432ac468ec", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_6.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6); #line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 25; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_7.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1077, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1103, 61, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "04fad4ccae8a4269af45e5f1fc5f99f8", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_8.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8); #line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 20; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_9.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1164, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1190, 49, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "ac48f24ba27e4e7b9fa575cdbcafe995", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_10.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10); #line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 35; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_11.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1239, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1265, 53, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "b662b895842343f89fbbe4359751a821", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_12.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12); #line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 23; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_13.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1318, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1344, 57, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e9e562784bc44e96b142e3f6d545de54", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_14.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14); #line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 27; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_15.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1401, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1427, 55, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "6910adda07f14b8d8ed5e694a644b27b", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_16.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16); #line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 22; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_17.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_17); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1482, 22, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_ChartCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.ChartCollectionTag>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ChartCollectionTag); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1515, 18, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_DataVisualization_Models_Series = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Series>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Series); __Syncfusion_JavaScript_DataVisualization_Models_Series.Name = (string)__tagHelperAttribute_18.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_18); #line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_Series.Type = SeriesType.Pyramid; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("type", __Syncfusion_JavaScript_DataVisualization_Models_Series.Type, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); #line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_Series.LabelPosition = ChartLabelPosition.Outside; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("label-position", __Syncfusion_JavaScript_DataVisualization_Models_Series.LabelPosition, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1544, 14, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_ChartCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.ChartCollectionTag>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ChartCollectionTag); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1575, 10, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_DataVisualization_Models_ChartProperties = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.ChartProperties>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_ChartProperties); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_19); #line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_ChartProperties.CanResize = true; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("can-resize", __Syncfusion_JavaScript_DataVisualization_Models_ChartProperties.CanResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_DataVisualization_Models_ChartProperties.Load = (string)__tagHelperAttribute_20.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_20); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1596, 108, true); WriteLiteral("\r\n <script>\r\n $(\"#controlarea\").css(\"visibility\", \"visible\");\r\n </script>\r\n</div>\r\n"); EndContext(); } ); }
#pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { DefineSection("SampleHeading", async() => { BeginContext(103, 54, true); WriteLiteral("<span class=\"sampleName\">Chart / Pyramid Chart </span>"); EndContext(); } ); BeginContext(160, 2, true); WriteLiteral("\r\n"); EndContext(); DefineSection("ControlsSection", async() => { BeginContext(187, 21, true); WriteLiteral("\r\n <div>\r\n "); EndContext(); BeginContext(208, 1388, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("ej-chart", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4e3ba35eb93245938ddf4e3625505324", async() => { BeginContext(268, 14, true); WriteLiteral("\r\n "); EndContext(); BeginContext(282, 62, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-title", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "4c9ef49f7c5c400b9d6e71017a3a00c1", async() => { } ); __Syncfusion_JavaScript_DataVisualization_Models_ChartTitle = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.ChartTitle>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_ChartTitle); __Syncfusion_JavaScript_DataVisualization_Models_ChartTitle.Text = (string)__tagHelperAttribute_0.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_0); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(344, 14, true); WriteLiteral("\r\n "); EndContext(); BeginContext(358, 30, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-size", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "79d4f13e18f14f15a35a538090b1646a", async() => { } ); __Syncfusion_JavaScript_DataVisualization_Models_ModelSize = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.ModelSize>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_ModelSize); __Syncfusion_JavaScript_DataVisualization_Models_ModelSize.Height = (string)__tagHelperAttribute_1.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_1); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(388, 14, true); WriteLiteral("\r\n "); EndContext(); BeginContext(402, 36, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-legend", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "33b8bfe135d94295876501c169b3e528", async() => { } ); __Syncfusion_JavaScript_DataVisualization_Models_Legend = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Legend>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Legend); #line 10 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_Legend.Visible = true; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("visible", __Syncfusion_JavaScript_DataVisualization_Models_Legend.Visible, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(438, 14, true); WriteLiteral("\r\n "); EndContext(); BeginContext(452, 1123, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-chart-series", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "2ef30a4bc0064ac8998cdecadace4c4d", async() => { BeginContext(468, 18, true); WriteLiteral("\r\n "); EndContext(); BeginContext(486, 1058, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-series", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c7395b5e887349df9a6e9af43d4cf49d", async() => { BeginContext(584, 22, true); WriteLiteral("\r\n "); EndContext(); BeginContext(606, 281, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-marker", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f272941c544e42a08ea84ffe43535f76", async() => { BeginContext(616, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(642, 212, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-data-label", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "3288ef64022e4b879ccbdc703112b44a", async() => { BeginContext(701, 30, true); WriteLiteral("\r\n "); EndContext(); BeginContext(731, 82, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-font", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "a9a74a75a29f40ce854c514f119aa9ad", async() => { } ); __Syncfusion_JavaScript_DataVisualization_Models_ChartFont = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.ChartFont>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_ChartFont); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2); __Syncfusion_JavaScript_DataVisualization_Models_ChartFont.Color = (string)__tagHelperAttribute_3.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_3); #line 15 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_ChartFont.FontWeight = ChartFontWeight.Lighter; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("font-weight", __Syncfusion_JavaScript_DataVisualization_Models_ChartFont.FontWeight, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(813, 26, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_DataVisualization_Models_DataLabel = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.DataLabel>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_DataLabel); #line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_DataLabel.Visible = true; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("visible", __Syncfusion_JavaScript_DataVisualization_Models_DataLabel.Visible, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); #line 14 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_DataLabel.Shape = ChartShape.Rectangle; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("shape", __Syncfusion_JavaScript_DataVisualization_Models_DataLabel.Shape, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(854, 22, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_DataVisualization_Models_Marker = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Marker>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Marker); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(887, 22, true); WriteLiteral("\r\n "); EndContext(); BeginContext(909, 606, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-points", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "f025ce3e2d1b48f4a384bf68b062c87a", async() => { BeginContext(919, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(945, 53, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9f9c338d0347450590341b1313d49bb5", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_4.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_4); #line 19 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 24; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_5.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_5); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(998, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1024, 53, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "84dbe2ab70774804aedc00a29e47df00", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_6.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_6); #line 20 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 25; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_7.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_7); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1077, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1103, 61, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "c18a436a8da04d008b9a424d2cd712c9", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_8.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_8); #line 21 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 20; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_9.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_9); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1164, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1190, 49, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "7ca15d89c0834f3cafbf55fee3cdc468", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_10.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_10); #line 22 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 35; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_11.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_11); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1239, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1265, 53, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "9fe810dae187468bbdc8ee461cf6cb85", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_12.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_12); #line 23 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 23; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_13.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_13); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1318, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1344, 57, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "00230498a552430c808e86afc5ccb285", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_14.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_14); #line 24 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 27; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_15.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_15); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1401, 26, true); WriteLiteral("\r\n "); EndContext(); BeginContext(1427, 55, false); __tagHelperExecutionContext = __tagHelperScopeManager.Begin("e-point", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "33507afe882a4af69526e25180fbb6a1", async() => { } ); __Syncfusion_JavaScript_Point = CreateTagHelper <global::Syncfusion.JavaScript.Point>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_Point); __Syncfusion_JavaScript_Point.X = (string)__tagHelperAttribute_16.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_16); #line 25 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_Point.Y = 22; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("y", __Syncfusion_JavaScript_Point.Y, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_Point.Text = (string)__tagHelperAttribute_17.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_17); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1482, 22, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_ChartCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.ChartCollectionTag>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ChartCollectionTag); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1515, 18, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_DataVisualization_Models_Series = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.Series>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_Series); __Syncfusion_JavaScript_DataVisualization_Models_Series.Name = (string)__tagHelperAttribute_18.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_18); #line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_Series.Type = SeriesType.Pyramid; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("type", __Syncfusion_JavaScript_DataVisualization_Models_Series.Type, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); #line 12 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_Series.LabelPosition = ChartLabelPosition.Outside; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("label-position", __Syncfusion_JavaScript_DataVisualization_Models_Series.LabelPosition, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1544, 14, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_ChartCollectionTag = CreateTagHelper <global::Syncfusion.JavaScript.ChartCollectionTag>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_ChartCollectionTag); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1575, 10, true); WriteLiteral("\r\n "); EndContext(); } ); __Syncfusion_JavaScript_DataVisualization_Models_ChartProperties = CreateTagHelper <global::Syncfusion.JavaScript.DataVisualization.Models.ChartProperties>(); __tagHelperExecutionContext.Add(__Syncfusion_JavaScript_DataVisualization_Models_ChartProperties); __tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_19); #line 7 "D:\Samples_17.2.0.46\ASPNETCORE\samplebrowser_core_2_0\Views\Chart\Pyramid.cshtml" __Syncfusion_JavaScript_DataVisualization_Models_ChartProperties.CanResize = true; #line default #line hidden __tagHelperExecutionContext.AddTagHelperAttribute("can-resize", __Syncfusion_JavaScript_DataVisualization_Models_ChartProperties.CanResize, global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes); __Syncfusion_JavaScript_DataVisualization_Models_ChartProperties.Load = (string)__tagHelperAttribute_20.Value; __tagHelperExecutionContext.AddTagHelperAttribute(__tagHelperAttribute_20); await __tagHelperRunner.RunAsync(__tagHelperExecutionContext); if (!__tagHelperExecutionContext.Output.IsContentModified) { await __tagHelperExecutionContext.SetOutputContentAsync(); } Write(__tagHelperExecutionContext.Output); __tagHelperExecutionContext = __tagHelperScopeManager.End(); EndContext(); BeginContext(1596, 108, true); WriteLiteral("\r\n <script>\r\n $(\"#controlarea\").css(\"visibility\", \"visible\");\r\n </script>\r\n</div>\r\n"); EndContext(); } ); }