
'Declaration
Public Class PropertyChartEngineBar3DMultiRow Inherits PropertyChartEngineBar3DExtendedBase
public class PropertyChartEngineBar3DMultiRow : PropertyChartEngineBar3DExtendedBase
public ref class PropertyChartEngineBar3DMultiRow : public PropertyChartEngineBar3DExtendedBase
// add bar chart to container and assign name SubItemChart chartBar = new SubItemChart(LlChartType.Bar3DMultiRow, container.SubItems); chartBar.Name = "3DMultiRow bar chart"; //pass source table path chartBar.SourceTablePath = "Employees.Orders(Employees2Orders).Order_Details(Orders2Order Details)"; //access chart engine PropertyChartEngineBar3DMultiRow engineBar = (PropertyChartEngineBar3DMultiRow)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.PropertyChartEngineBar3DMultiRow
Platforms: Windows 8.1, Windows 10 (Version 20H2 - 22H2), Windows 11 (21H2 - 22H2), Windows Server 2012 - 2022