Namespace: Spire.Xls.Core.Spreadsheet.Charts
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 XlsChartLegend : XlsObject, 
	IChartLegend
Public Class XlsChartLegend
	Inherits XlsObject
	Implements IChartLegend
public ref class XlsChartLegend : public XlsObject, 
	IChartLegend
type XlsChartLegend =  
    class
        inherit XlsObject
        interface IChartLegend
    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.)
AutoPosition
AutoPositionX
AutoPositionY
CheckDisposed()()()() (Inherited from XlsObject.)
Clear()()()()
Clone(Object, Dictionary<(Of <<'(Int32, Int32>)>>), Dictionary<(Of <<'(String, String>)>>))
Delete()()()()
Dispose()()()() (Inherited from XlsObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
FrameFormat
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasDataTable
Height
IncludeInLayout
InnerLayoutTarget
IsHMode
IsVerticalLegend
IsWMode
IsXMode
IsYMode
LegendEntries
m_bIsDisposed (Inherited from XlsObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnDispose()()()() (Inherited from XlsObject.)
Parent (Inherited from XlsObject.)
Position
ReferenceCount (Inherited from XlsObject.)
ReleaseReference()()()() (Inherited from XlsObject.)
SetParent(Object) (Inherited from XlsObject.)
TextArea
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Width
X
Y

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..XlsObject
    Spire.Xls.Core.Spreadsheet.Charts..::..XlsChartLegend
      Spire.Xls.Charts..::..ChartLegend

See Also