@if (RawData == null || RawData.Count == 0)
{
}
else
{
-
Sel.Dettaglio
@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...
}