Click or drag to resize

ChartAnalysis Class

The ChartAnalysis represents a pie, bar or column chart analysis
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.AnalyseAnalysis
              Easymap.AddIn.AnalyseChartAnalysis

Namespace: Easymap.AddIn.Analyse
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class ChartAnalysis : Analysis

The ChartAnalysis type exposes the following members.

Properties
 NameDescription
Public propertyChartParts Collection of ChartParts
Top
Remarks
Use the ChartParts property to access the settings of individual pie slices/bars.
See Also