ChartLegend Class |
Namespace: Spire.Presentation.Charts
The ChartLegend type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Effect |
Gets effects used for a chart.
Read-only
EffectDag
.
|
|
|
Effect3D |
Gets 3D format of a chart.
Read-only
FormatThreeD
.
|
|
|
EntryTextProperties |
Represent text properties of Legend Entry
|
|
|
Fill |
Gets fill style properties of a chart.
Read-only
FillFormat
.
|
|
|
Height |
Gets or sets the height of a legend.
Read/write
Single
.
|
|
|
IsOverlay |
Indicates whether other chart elements allowed to overlap legend.
Read/write
Boolean
.
|
|
|
Left |
Gets or sets the x coordinate of a legend.
Read/write
Single
.
|
|
|
LegendEntrys |
Get legend entry collection.
|
|
|
Line |
Gets line style properties of a chart.
|
|
|
Position |
Gets or sets the position of the legend on a chart.
Read/write
ChartLegendPositionType
.
|
|
|
TextProperties |
Represent text properties of Legend
|
|
|
Top |
Gets or sets the y coordinate of a legend.
Read/write
Single
.
|
|
|
Width |
Gets or sets the width of a legend.
Read/write
Single
.
|
| Name | Description | |
|---|---|---|
|
|
DeleteEntry |
Delete legend entry by index
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
setEntrys |
set Legend Entry
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|