public BarGaugeTitleBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
示例#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);
 }
示例#8
0
 public ChartCommonAxisSettingsTitleBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
 public ChartValueAxisLabelBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
 public TreeMapGroupLabelBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }
示例#11
0
 public FunnelLabelBuilder TextOverflow(VizTextOverflow value)
 {
     base.Options["textOverflow"] = value;
     return(this);
 }