combit List & Label 29 - .NET Hilfe
combit.Reporting.Dom Namespace / PropertyChartEngineBar3DMultiRow Klasse
Member Beispiele


In diesem Thema
    PropertyChartEngineBar3DMultiRow Klasse
    In diesem Thema

    Diese Klasse stellt ein gestaffeltes 3D Balken-Diagramm dar.

     

    Beispiel: Überblick über Umsatz pro Mitarbeiter und Monat oder Umsatz pro Quartal und Produktgruppe.

    Objektmodell
    PropertyChartEngineBar3DMultiRow KlassePropertyColorModeChart KlassePropertyFilling KlassePropertyChartSecondaryValueAxis KlassePropertyCategoryAxisX KlassePropertyCategoryAxisY KlassePropertyValueZAxisArray KlassePropertyValueAxisBase Klasse
    Syntax
    'Deklaration
     
    
    Public Class PropertyChartEngineBar3DMultiRow 
       Inherits PropertyChartEngineBar3DExtendedBase
    public class PropertyChartEngineBar3DMultiRow : PropertyChartEngineBar3DExtendedBase 
    public ref class PropertyChartEngineBar3DMultiRow : public PropertyChartEngineBar3DExtendedBase 
    Beispiele
    // 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;
    Vererbungshierarchie

    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

    Anforderungen

    Plattformen: Windows 10 (Version 21H2 - 22H2), Windows 11 (21H2 - 23H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    Siehe auch