Ejemplo n.º 1
0
 public BarGaugeTitleBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
Ejemplo n.º 2
0
 public VectorMapTitleBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
 public ChartAnnotationConfigBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
 public ChartArgumentAxisTitleBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
 public RangeSelectorTitleSubtitleBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
 public PieChartTitleSubtitleBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
 public PieChartCommonSeriesSettingsLabelBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
Ejemplo n.º 8
0
 public ChartCommonAxisSettingsTitleBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
 public ChartValueAxisLabelBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
Ejemplo n.º 10
0
 public TreeMapGroupLabelBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
Ejemplo n.º 11
0
 public FunnelLabelBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }