PowerPoint プレゼンテーション内のチャートデータおよびカテゴリの操作
POST https://api.aspose.cloud/v3.0/slides/myPresentaion.pptx/slides/1/shapes/1/categories?folder=myFolder
C#.NET
string MyAppKey = "xxxxxxxx"; // Get AppKey and AppSID from https://dashboard.aspose.cloud/ string MyAppSid = "xxxxxxxx"; // Get AppKey and AppSID from https://dashboard.aspose.cloud/ SlidesApi api = new SlidesApi(MyAppSid, MyAppKey); ChartCategory dto = new ChartCategory { Value = "NewCategory", DataPoints = new List