Discover the ChartAxis Title property for easy access and customization of axis titles, enhancing your data visualization and presentation....Add ( "AW Series 1" , new string [] { "AW Category 1" , "AW Category...
aspose.words.PlainTextDocument class. Allows to extract plain-text representation of the document's content... doc = aw . Document () builder = aw . DocumentBuilder...'PlainTextDocument.Load.docx' ) plaintext = aw . PlainTextDocument ( file_name...
IChartDataPoint.bubble3D property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
ChartDataLabel.font property. Provides access to the font formatting of this data label....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...shape = builder . insertChart ( aw . Drawing . Charts . ChartType...
Stroke.base_fore_color property. Gets the base foreground color of the stroke without any modifiers.... doc = aw . Document () builder = aw . DocumentBuilder... insert_shape ( shape_type = aw . drawing . ShapeType . RECTANGLE...
Paragraph.joinRunsWithSameFormatting method. Joins runs with the same formatting in the paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...3 ). font . styleIdentifier = aw . StyleIdentifier . Emphasis...
PageSetup.line_number_distance_from_text property. Gets or sets distance between the right edge of line numbers and the left edge of the document.... doc = aw . Document () builder = aw . DocumentBuilder.... line_number_restart_mode = aw . LineNumberRestartMod . RESTART_PAGE...
ChartDataLabelCollection.show_bubble_size property. Allows to specify whether bubble size is to be displayed for the data labels of the entire series... doc = aw . Document () builder = aw . DocumentBuilder... insert_chart ( chart_type = aw . drawing . charts . ChartType...
ChartDataLabel.showDataLabelsRange property. Allows to specify if values from data labels range to be displayed in the data labels...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...chartShape = builder . insertChart ( aw . Drawing . Charts . ChartType...