Exemple #1
0
 private void Initialize()
 {
     Labels        = new ChartFunnelLabels();
     Border        = new ChartElementBorder();
     DynamicHeight = true;
     NeckRatio     = 0.3;
     Type          = "funnel";
 }
 public ChartFunnelLabelsSerializer(ChartFunnelLabels funnelLabels)
     : base(funnelLabels)
 {
     this.funnelLabels = funnelLabels;
 }
Exemple #3
0
 public ChartFunnelLabelsSerializer(ChartFunnelLabels funnelLabels)
     : base(funnelLabels)
 {
     this.funnelLabels = funnelLabels;
 }