Exemple #1
0
 public PieChartViewModel GetDistActividad(string clss,
                                           string labelPosition, int labelOffset, bool showLabel = true)
 {
     return(ChartUtil.GetPieChartViewModel(DistActividad,
                                           "chart-activity", clss, labelPosition, labelOffset,
                                           showLabel));
 }
 public PieChartViewModel GetDistribucionSexo(string clss,
                                              string labelPosition, int labelOffset, bool showLabel = true)
 {
     return(ChartUtil.GetPieChartViewModel(DistSexo, "chart-sex",
                                           clss, labelPosition, labelOffset, showLabel));
 }