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