ChartDataLabel.isVisible property. Returns ``true`` if this data label has something to display....( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
ChartSeries.dataLabels property. Specifies the settings for the data labels for the entire series....( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
ChartDataLabel.showValue property. Allows to specify if values are to be displayed in the data labels...( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
ThemeFonts.eastAsian property. Specifies font name for EastAsian characters.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...
ThemeColors.dark2 property. Specifies color Dark 2.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...
ThemeColors.followedHyperlink property. Specifies color for a clicked hyperlink.... let doc = new aw . Document ( base ....fonts and colors. let theme = doc . theme ; // Some styles, such...
ChartDataLabel.showLeaderLines property. Allows to specify if data label leader lines need be shown...( 'DataLabels' , () => { let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chartShape = builder ...
BuiltInDocumentProperties.paragraphs property. Represents an estimate of the number of paragraphs in the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Lorem...
ChartSeries.clearValues method. Removes all data values from the chart series with preserving the Format of the data points and data labels....series with preserving the format of the data points and data...chart series with data. let doc = new aw . Document (); let builder...
ChartSeries.clear method. Removes all data values from the chart series... Format of all individual data points...chart series with data. let doc = new aw . Document (); let builder...