

'DeclarationPublic Class PropertyChartEngineBar2DStackedRelative Inherits PropertyChartEngineBar2DBase
public class PropertyChartEngineBar2DStackedRelative : PropertyChartEngineBar2DBase
public ref class PropertyChartEngineBar2DStackedRelative : public PropertyChartEngineBar2DBase
// add bar chart to container and assign name SubItemChart chartBar = new SubItemChart(LlChartType.Bar2DStackedRelative, container.SubItems); chartBar.Name = "2D stacked relative bar chart"; //pass source table path chartBar.SourceTablePath = "Employees.Orders(Employees2Orders).Order_Details(Orders2Order Details)"; //access chart engine PropertyChartEngineBar2DStackedRelative engineBar = (PropertyChartEngineBar2DStackedRelative)chartBar.Definition.ChartEngine;
System.Object
combit.Reporting.Dom.DomItem
combit.Reporting.Dom.PropertyChartEngineBase
combit.Reporting.Dom.PropertyChartEngineBarBase
combit.Reporting.Dom.PropertyChartEngineBar2DBase
combit.Reporting.Dom.PropertyChartEngineBar2DStackedRelative
Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10