FieldToc.heading_level_range property. Gets or sets a range Of heading levels to include....page_number_omitting_level_range = '2-5' # Set a custom string that...because they are within the "2-5" range. insert_new_page_with_heading...
CustomXmlProperty.uri property. Gets or sets the namespace URI Of the custom XML attribute or smart tag property.... at ( 2 ). value ). toEqual ( "2003" );.... count ). toEqual ( 3 ); // 2 - Remove by name: properties ...
Learn how to create a dynamic chart that updates based on a drop-down list selection using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to integrate a drop-down list into your chart for flexible data visualization....allMonths ; j ++ ) { const _row = i + 2 ; const _column = j + 1 ; sheet..._column ). putValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...
ChartSeries.smooth property. Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines....toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataPoints . at ( 2 ); dataPoint . format . fill ...
ChartDataLabel.separator property. Gets or sets string separator used for the data labels on a chart...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...
ChartDataLabel.showSeriesName property. Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...
ChartDataPointCollection.count property. Returns the number Of [ChartDataPoint](../../chartdatapoint/) in this collection.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Emphasize the chart's...