|
// add your additional code here <ChartSeriesCollection>
<ChartSeries DataSource="@DataSource" XName="x" YName="y" Name="Vorjahr" Fill="Grey" Type="ChartSeriesType.Column">
</ChartSeries>
<ChartSeries DataSource="@DataSource" XName="x" YName="y1" Name="lst" Fill="Green" Type="ChartSeriesType.Column">
</ChartSeries>
<ChartSeries DataSource="@DataSource" XName="x" YName="y2" Type="ChartSeriesType.Column">
</ChartSeries>
</ChartSeriesCollection>
// add your additional code here |
Hi Gisela,
We are glad to announce that our Essential Studio 2022 Volume 4 release v20.4.0.38 is rolled out; we have included the reported requirement and is available for download under the following link.
|
<SfChart> <ChartEvents OnLegendItemRender="LegendEvent"></ChartEvents> </SfChart> @code { public void LegendEvent(LegendRenderEventArgs args) { Console.WriteLine(args.Text); } } |
Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/ChartLegRender630302245.zip
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
Regards,
Durga Gopalakrishnan.