📚
OpenXML-Office
v3.x (Discontinued)
v3.x (Discontinued)
  • Welcome
    • Getting Started
    • Introduction
    • Privacy Policy
    • License
  • Presentation
    • PowerPoint
    • Slide
    • Shape
    • Picture
    • Textbox
    • Table
    • Chart
      • Area
      • Bar
      • Column
      • Line
      • Pie
      • Scatter
      • Combo
      • Waterfall
  • Spreadsheet
    • Excel
    • Worksheet
    • Shape
    • Picture
    • Table
    • Chart
      • Area
      • Bar
      • Column
      • Line
      • Pie
      • Scatter
      • Combo
    • Style
    • Shared
  • Document
    • Word
    • Pages
    • Shape
    • Picture
    • Table
    • Chart
Powered by GitBook
On this page
  • Basic Code Sample
  • WaterfallChartSetting<G.PresentationSetting> Options

Was this helpful?

  1. Presentation
  2. Chart

Waterfall

PreviousComboNextExcel

Was this helpful?

Add chart method present in slide component or you can replace the chart using shape componenet. Base supported version for this type of chart is office 2016

Basic Code Sample

powerPoint.AddSlide(PresentationConstants.SlideLayoutType.BLANK)
    .AddChart(data, new WaterfallChartSetting<G.PresentationSetting>());

WaterfallChartSetting<G.PresentationSetting> Options

At this moment waterfall supports base setting from future updates will get updated below.

ChartSetting