Combo
Add chart method present in slide component or you can replace the chart using shape componenet. This type is bit different from previous core chart types. Combo setting act as organiser for adding other base type chart to single chart componenet along with additional options
Basic Code Sample
Above code is example to add each data series as different type of chart grapics combined as combo chart
ComboChartSetting<G.PresentationSetting>
Options
ComboChartSetting<G.PresentationSetting>
OptionsProperty | Type | Details |
---|---|---|
secondaryAxisPosition | AxisPosition | |
chartAxesOptions | ChartAxesOptions | |
AddComboChartsSetting | function | Method accepts core chart type's setting as input. This provides fexlibilty to handle all options of each chart style. Supported List. |
Last updated