@using ChartJs
    @foreach (PeriodoSel sPer in Enum.GetValues(typeof(PeriodoSel))) {
  • }
    @foreach (var item in @ParetoData) {
  • @item.label @item.value
  • }
selezione ITEM da mostrare, tra quelli POSSIBILI dato periodo...
@if (RawData == null || RawData.Count == 0) {
No Chart Data
} else {
@pSel Detail
Periodo
}