public BarGaugeTitleBuilder TextOverflow(VizTextOverflow value) { base.Options["textOverflow"] = value; return(this); }
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); }
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); }
public FunnelLabelBuilder TextOverflow(VizTextOverflow value) { base.Options["textOverflow"] = value; return(this); }