Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 809 for

line visibility

(0.1 sec)
  1. ChartDataLabel class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartDataLabel class. Represents data label on a chart point or trendLine...Provides access to fill and line formatting of the data label...default value is False . is_visible Returns True if this data label...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Advanced SVG Builder API for C# – Aspose.SVG

    Explore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....draws a line from the current point to the new point (Line to x=10...Another 'L' to draw a line to a new point (Line to x=0, y=10). 9 ...

    docs.aspose.com/svg/net/svg-builder-api/
  3. CellFormat class | Aspose.Words for Python

    aspose.words.tables.CellFormat class. Represents all formatting for a table cell...hide_mark Returns or sets visibility of cell mark. horizontal_merge...builder . row_format . borders . line_style = aw . LineStyle . ENGRAVE_3D...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ChartSeries class | Aspose.Words for Python

    aspose.words.drawing.charts.ChartSeries class. Represents chart series properties...Provides access to fill and line formatting of the series. has_data_labels...Allows to specify whether the line connecting the points on the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Missing borders after PDF to PPTX conversion - ...

    Hello, I’m trying to convert a PDF document to a PPTX, but some borders are missing after the conversion. Could you please confirm whether this is a bug in the library? Thank you Document doc = Document("/path/to/borde…...conversion some of the borders (lines separating cells) are missing...Known limitation Rectangles / lines that form table borders Converted...

    forum.aspose.com/t/missing-borders-after-pdf-to...
  6. ChartSeries.data_labels property | Aspose.Words...

    ChartSeries.data_labels property. Specifies the settings for the data labels for the entire series....apply labels to data points in a line chart. def data_labels (): doc...drawing . charts . ChartType . LINE , 400 , 300 ) chart = chart_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartDataLabel.show_legend_key property | Aspos...

    ChartDataLabel.show_legend_key property. Allows to specify if legend key is to be displayed for the data labels on a chart...apply labels to data points in a line chart. def data_labels (): doc...drawing . charts . ChartType . LINE , 400 , 300 ) chart = chart_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ChartSeries.name property | Aspose.Words for Py...

    ChartSeries.name property. Gets or sets the name of the series, if name is not set explicitly it is generated using index...apply labels to data points in a line chart. def data_labels (): doc...drawing . charts . ChartType . LINE , 400 , 300 ) chart = chart_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  9. ChartDataLabel.show_value property | Aspose.Wor...

    ChartDataLabel.show_value property. Allows to specify if values are to be displayed in the data labels...apply labels to data points in a line chart. def data_labels (): doc...drawing . charts . ChartType . LINE , 400 , 300 ) chart = chart_shape...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add WordArt Watermark to Worksheet with JavaScr...

    Learn how to add WordArt as a background watermark to a worksheet using Aspose.Cells for JavaScript via C++....Make the line invisible const lineFormat = wordart . line ; lineFormat...lineFormat . visible = false ; // Saving the modified Excel file...

    docs.aspose.com/cells/javascript-cpp/add-wordar...