C# 클래스 OfficeOpenXml.Drawing.Chart.ExcelChart

Base class for Chart object.
상속: ExcelDrawing
파일 보기 프로젝트 열기: pruiz/EPPlus 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_chartXmlHelper XmlHelper

Private Properties

프로퍼티 타입 설명
AddAxType string
AddAxis void
AddAxisId string
AddBarDir string
AddFirstSliceAng string
AddGrouping string
AddHasMarker string
AddHoleSize string
AddPerspectiveXml string
AddScatterType string
AddShape string
AddVaryColors string
ChartStartXml string
CheckRemoveAxis void
CreateNewChart void
DeleteMe void
ExcelChart System
ExcelChart System
ExcelChart System
ExcelChart System
ExistsAxis bool
GetChart ExcelChart
GetChart ExcelChart
GetChartSerieStartXml string
GetChartType eChartType
GetGroupingEnum eGrouping
GetGroupingText string
GetNewChart ExcelChart
HasPrimaryAxis bool
Init void
InitChartLoad void
IsType3D bool
LoadAxis void
RemoveSecondaryAxis void
SetPivotSource void
SetTypeProperties void

보호된 메소드들

메소드 설명
GetChartNodeText ( ) : string

Get the name of the chart node

IsType3D ( ) : bool
IsTypeClustered ( ) : bool
IsTypeLine ( ) : bool
IsTypePercentStacked ( ) : bool
IsTypePieDoughnut ( ) : bool
IsTypeScatter ( ) : bool
IsTypeShape ( ) : bool
IsTypeStacked ( ) : bool

비공개 메소드들

메소드 설명
AddAxType ( ) : string
AddAxis ( ) : void

Add a secondary axis

AddAxisId ( int axID, int xAxID ) : string
AddBarDir ( eChartType type ) : string
AddFirstSliceAng ( eChartType type ) : string
AddGrouping ( ) : string
AddHasMarker ( eChartType type ) : string
AddHoleSize ( eChartType type ) : string
AddPerspectiveXml ( eChartType type ) : string
AddScatterType ( eChartType type ) : string
AddShape ( eChartType type ) : string
AddVaryColors ( ) : string
ChartStartXml ( eChartType type ) : string
CheckRemoveAxis ( ExcelChartAxis excelChartAxis ) : void

Sets position of the axis of a chart-serie

Remove all axis that are not used any more

CreateNewChart ( ExcelDrawings drawings, eChartType type, ExcelChart topChart ) : void
DeleteMe ( ) : void
ExcelChart ( ExcelChart topChart, XmlNode chartNode ) : System
ExcelChart ( ExcelDrawings drawings, XmlNode node, Uri uriChart, PackagePart part, XmlDocument chartXml, XmlNode chartNode ) : System
ExcelChart ( ExcelDrawings drawings, XmlNode node, eChartType type, ExcelChart topChart, ExcelPivotTable PivotTableSource ) : System
ExcelChart ( ExcelDrawings drawings, XmlNode node, eChartType type, bool isPivot ) : System
ExistsAxis ( ExcelChartAxis excelChartAxis ) : bool
GetChart ( ExcelDrawings drawings, XmlNode node ) : ExcelChart
GetChart ( XmlElement chartNode, ExcelDrawings drawings, XmlNode node, Uri uriChart, PackagePart part, XmlDocument chartXml, ExcelChart topChart ) : ExcelChart
GetChartSerieStartXml ( eChartType type, int axID, int xAxID ) : string
GetChartType ( string name ) : eChartType
GetGroupingEnum ( string grouping ) : eGrouping
GetGroupingText ( eGrouping grouping ) : string
GetNewChart ( ExcelDrawings drawings, XmlNode drawNode, eChartType chartType, ExcelChart topChart, ExcelPivotTable PivotTableSource ) : ExcelChart
HasPrimaryAxis ( ) : bool
Init ( ExcelDrawings drawings, XmlNode chartNode ) : void
InitChartLoad ( ExcelDrawings drawings, XmlNode chartNode ) : void
IsType3D ( eChartType chartType ) : bool
LoadAxis ( ) : void
RemoveSecondaryAxis ( ) : void
SetPivotSource ( ExcelPivotTable pivotTableSource ) : void
SetTypeProperties ( ExcelDrawings drawings ) : void

메소드 상세

GetChartNodeText() 보호된 메소드

Get the name of the chart node
protected GetChartNodeText ( ) : string
리턴 string

IsType3D() 보호된 메소드

protected IsType3D ( ) : bool
리턴 bool

IsTypeClustered() 보호된 메소드

protected IsTypeClustered ( ) : bool
리턴 bool

IsTypeLine() 보호된 메소드

protected IsTypeLine ( ) : bool
리턴 bool

IsTypePercentStacked() 보호된 메소드

protected IsTypePercentStacked ( ) : bool
리턴 bool

IsTypePieDoughnut() 보호된 메소드

protected IsTypePieDoughnut ( ) : bool
리턴 bool

IsTypeScatter() 보호된 메소드

protected IsTypeScatter ( ) : bool
리턴 bool

IsTypeShape() 보호된 메소드

protected IsTypeShape ( ) : bool
리턴 bool

IsTypeStacked() 보호된 메소드

protected IsTypeStacked ( ) : bool
리턴 bool

프로퍼티 상세

_chartXmlHelper 보호되어 있는 프로퍼티

protected XmlHelper _chartXmlHelper
리턴 XmlHelper