Represents a chart data marker in Java....assertEquals("Series 1", chart.getSeries().get(0)...getName()); Assert.assertEquals("Series 2", chart.getSeries().get(1)...
ChartDataLabel.format property. Provides access to fill and line formatting of the data label.... series . count ). toEqual ( 3 ); expect...chart . series . at ( 0 ). name ). toEqual ( "Series 1" ); expect...
ChartDataLabel.isHidden property. Gets/sets a flag indicating whether this label is hidden... series . count ). toEqual ( 3 ); expect...chart . series . at ( 0 ). name ). toEqual ( "Series 1" ); expect...
ChartSeries.smooth property. Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines.... series . count ). toEqual ( 3 ); expect...chart . series . at ( 0 ). name ). toEqual ( "Series 1" ); expect...
ChartDataLabelCollection.showDataLabelsRange property. Allows to specify whether values from data labels range to be displayed in the data labels of the entire Series...the data labels of the entire series. Default value is false . get.... chart ; expect ( chart . series . count ). toEqual ( 3 ); expect...
Aspose.Words.Drawing.Charts.ChartDataLabel class. Represents data label on a chart point or trendline... Remarks On a series, the ChartDataLabel object...sets a Boolean to indicate the series name display behavior for the...
ChartDataLabel.separator property. Gets or sets string separator used for the data labels on a chart... series . count ). toEqual ( 3 ); expect...chart . series . at ( 0 ). name ). toEqual ( "Series 1" ); expect...
ChartDataLabelCollection.format property. Provides access to fill and line formatting of the data labels....generated series. chart . series . clear (); // Add new series. let...let series = chart . series . add ( "AW Series 1" , [ "AW Category...
ChartDataTable.has_horizontal_border property. Gets or sets a flag indicating whether a horizontal border of the data table is displayed...show data table with chart series data. doc = aw . Document ()...= shape . chart series = chart . seriesseries . clear () x_values...