@namespace Connected.Components @using System.Globalization @inherits Chart @foreach (var item in _paths.ToList()) { SelectedIndex = item.Index" class="mud-chart-serie" fill="@(ChartParent.ChartOptions.ChartPalette.GetValue(item.Index % ChartOptions.ChartPalette.Count()))" d="@item.Data"> } @ChartParent?.CustomGraphics