
'Declaration
Public Class PropertyChartEngineBar2DStacked Inherits PropertyChartEngineBar2DBase
public class PropertyChartEngineBar2DStacked : PropertyChartEngineBar2DBase
public ref class PropertyChartEngineBar2DStacked : public PropertyChartEngineBar2DBase
// add bar chart to container and assign name SubItemChart chartBar = new SubItemChart(LlChartType.Bar2DStacked, container.SubItems); chartBar.Name = "2D stacked bar chart"; //pass source table path chartBar.SourceTablePath = "Employees.Orders(Employees2Orders).Order_Details(Orders2Order Details)"; //access chart engine PropertyChartEngineBar2DStacked engineBar = (PropertyChartEngineBar2DStacked)chartBar.Definition.ChartEngine;
System.Object
combit.Reporting.Dom.DomItem
combit.Reporting.Dom.PropertyChartEngineBase
combit.Reporting.Dom.PropertyChartEngineBarBase
combit.Reporting.Dom.PropertyChartEngineBar2DBase
combit.Reporting.Dom.PropertyChartEngineBar2DStacked
Platforms: Windows 8.1, Windows 10 (Version 20H2 - 21H2), Windows 11 (21H2), Windows Server 2012 - 2022