ThemeColors.accent4 property. Specifies color Accent 4....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". let colors = theme . colors ; colors . dark1...
ThemeColors.accent6 property. Specifies color Accent 6....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". let colors = theme . colors ; colors . dark1...
ThemeColors.hyperlink property. Specifies color for a hyperlink....insert a shape, and then set a color for it via "Shape Format"...Format" -> "Shape Styles". let colors = theme . colors ; colors . dark1...
Aspose::Words::Drawing::Charts::ChartDataTable::get_HasLegendKeys method. Gets or sets a flag indicating whether legend keys are displayed in the data table. The default value is true in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...
Aspose::Words::Drawing::Charts::ChartSeries::get_Format method. Provides access to fill and line formatting of the series in C++....:: Words :: Drawing :: Shape > shape = builder -> InsertChart...:: Charts :: Chart > chart = shape -> get_Chart (); System :: SharedPtr...
ChartDataLabel.show_bubble_size property. Allows to specify if bubble size is to be displayed for the data labels on a chart...DocumentBuilder ( doc = doc ) shape = builder . insert_chart ( chart_type...500 , height = 350 ) chart = shape . chart self . assertEqual (...