Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class XlsChartShape : XlsShape, 
	IChartShape, IShape, IExcelApplication, IChart
Public Class XlsChartShape
	Inherits XlsShape
	Implements IChartShape, IShape, IExcelApplication, IChart
public ref class XlsChartShape : public XlsShape, 
	IChartShape, IShape, IExcelApplication, IChart
type XlsChartShape =  
    class
        inherit XlsShape
        interface IChartShape
        interface IShape
        interface IExcelApplication
        interface IChart
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddReference()()()() (Inherited from XlsObject.)
AddShapeInChart(ExcelShapeType, ResizeBehaveType, Int32, Int32, Int32, Int32)
AlternativeText (Inherited from XlsShape.)
AlternativeTextTitle (Inherited from XlsShape.)
AutoScaling
AutoSize (Inherited from XlsShape.)
BottomRow
BottomRowOffset (Inherited from XlsShape.)
CategoryAxisTitle
ChangeLayer(ShapeLayerChangeType) (Inherited from XlsShape.)
ChartArea
ChartSubTitle
ChartTitle
ChartTitleArea
ChartType
CheckBoxes
CheckDisposed()()()() (Inherited from XlsObject.)
Clone(Object) (Inherited from XlsShape.)
Clone(Object, Dictionary<(Of <<'(String, String>)>>), Dictionary<(Of <<'(Int32, Int32>)>>), Boolean)
CodeName
ComboBoxes
DataRange
DataTable
DepthPercent
DisplayAxisFieldButtons
DisplayBlanksAs
DisplayEntireFieldButtons
DisplayLegendFieldButtons
DisplayValueFieldButtons
Dispose()()()() (Inherited from XlsObject.)
Elevation
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fill (Inherited from XlsShape.)
Finalize()()()() (Inherited from XlsObject.)
FindParent(Type) (Inherited from XlsObject.)
FindParent(array<Type>[]()[][]) (Inherited from XlsObject.)
FindParent(Type, Boolean) (Inherited from XlsObject.)
FindParents(array<Type>[]()[][]) (Inherited from XlsObject.)
Floor
GapDepth
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Glow (Inherited from XlsShape.)
HasChartArea
HasChartTitle
HasDataTable
HasFill (Inherited from XlsShape.)
HasFloor
HasLegend
HasLineFormat (Inherited from XlsShape.)
HasPivotTable
HasPlotArea
HasWalls
Height (Inherited from XlsShape.)
HeightPercent
HtmlString (Inherited from XlsShape.)
ID (Inherited from XlsShape.)
Instance (Inherited from XlsShape.)
IsFlipH (Inherited from XlsShape.)
IsFlipV (Inherited from XlsShape.)
IsGroup (Inherited from XlsShape.)
IsLockAspectRatio (Inherited from XlsShape.)
IsLocked (Inherited from XlsShape.)
IsMoveWithCell (Inherited from XlsShape.)
IsPrintable (Inherited from XlsShape.)
IsRelative (Inherited from XlsShape.)
IsRightToLeft
IsShortVersion (Inherited from XlsShape.)
IsSizeWithCell (Inherited from XlsShape.)
IsSmartArt (Inherited from XlsShape.)
Left (Inherited from XlsShape.)
LeftColumn
LeftColumnOffset (Inherited from XlsShape.)
Legend
Line (Inherited from XlsShape.)
m_bIsDisposed (Inherited from XlsObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name (Inherited from XlsShape.)
OnAction (Inherited from XlsShape.)
OnDispose()()()() (Inherited from XlsObject.)
PageSetup
Parent (Inherited from XlsObject.)
Perspective
PivotChartType
PivotTable
PlotArea
PlotVisibleOnly
PrimaryCategoryAxis
PrimaryFormats
PrimarySerieAxis
PrimaryValueAxis
ReferenceCount (Inherited from XlsObject.)
Reflection (Inherited from XlsShape.)
RefreshChart()()()()
ReleaseReference()()()() (Inherited from XlsObject.)
Remove()()()() (Inherited from XlsShape.)
ResizeBehave (Inherited from XlsShape.)
RichText (Inherited from XlsShape.)
RightAngleAxes
RightColumn
RightColumnOffset (Inherited from XlsShape.)
Rotation
SaveToImage()()()() (Inherited from XlsShape.)
SaveToImage(Stream) (Inherited from XlsShape.)
SaveToImage(String) (Inherited from XlsShape.)
SaveToImage(Stream, ImageFormat) (Inherited from XlsShape.)
SaveToImage(String, ImageFormat) (Inherited from XlsShape.)
Scale(Int32, Int32) (Inherited from XlsShape.)
SecondaryCategoryAxis
SecondaryCategoryAxisTitle
SecondaryFormats
SecondaryValueAxis
SecondaryValueAxisTitle
SeriesAxisTitle
SeriesDataFromRange
SetName(String) (Inherited from XlsShape.)
SetParent(Object) (Inherited from XlsObject.)
SetParents()()()() (Inherited from XlsShape.)
SetTextEffect(PresetTextEffect, String) (Inherited from XlsShape.)
Shadow (Inherited from XlsShape.)
ShapeCount (Inherited from XlsShape.)
ShapeId (Inherited from XlsShape.)
Shapes
ShapeType (Inherited from XlsShape.)
ShowReportFilterFieldButtons
SizeWithWindow
SupportWallsAndFloor
TextBoxes
TextFrame (Inherited from XlsShape.)
ThreeD (Inherited from XlsShape.)
Top (Inherited from XlsShape.)
TopRow
TopRowOffset (Inherited from XlsShape.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UpdatePositions (Inherited from XlsShape.)
ValueAxisTitle
Visible (Inherited from XlsShape.)
VmlShape (Inherited from XlsShape.)
Walls
WallsAndGridlines2D
Width (Inherited from XlsShape.)
XPos
YPos

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..XlsObject
    Spire.Xls.Core.Spreadsheet.Shapes..::..XlsShape
      Spire.Xls.Core.Spreadsheet.Shapes..::..XlsChartShape
        Spire.Xls..::..Chart

See Also