Aspose.Words.Drawing.Charts.ChartDataLabelPosition enumeration. Specifies the position for a chart data label.... let shape = builder . insertChart ( aw..., 432 , 252 ); let chart = shape . chart ; let seriesColl = chart...
DocumentVisitor.visitGroupShapeStart method. Called when enumeration of a group Shape has started....when enumeration of a group shape has started. visitGroupShapeStart...
ChartAxis.hasMinorGridlines property. Gets or sets a flag indicating whether the axis has minor gridlines....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...
ChartAxis.minorTickMark property. Returns or sets the minor tick marks for the axis....DocumentBuilder ( doc ); let shape = builder . insertChart ( aw..., 500 , 300 ); let chart = shape . chart ; // Clear the chart's...
Aspose::Words::Drawing::ShapeBase::get_IsGroup method. Returns true if this is a group Shape in C++....Returns true if this is a group shape. bool Aspose :: Words :: Drawing...