SeriesGroups
Chart.SeriesGroups property
Ger åtkomst till en seriegruppsamling av detta diagram.
public ChartSeriesGroupCollection SeriesGroups { get; }
Exempel
Visa hur man konfigurerar mellanrumsbredd och överlappning.
Document doc = new Document();
DocumentBuilder builder = new DocumentBuilder(doc);
Shape shape = builder.InsertChart(ChartType.Column, 450, 250);
ChartSeriesGroup seriesGroup = shape.Chart.SeriesGroups[0];
// Ange kolumnmellanrumsbredd och överlappning.
seriesGroup.GapWidth = 450;
seriesGroup.Overlap = -75;
doc.Save(ArtifactsDir + "Charts.ConfigureGapOverlap.docx");
Se även
- class ChartSeriesGroupCollection
- class Chart
- namnutrymme Aspose.Words.Drawing.Charts
- hopsättning Aspose.Words