ChartLegend
LegendEntrys Property
|
Get legend entry collection.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public LegendEntryCollection LegendEntrys { get; }
Public ReadOnly Property LegendEntrys As LegendEntryCollection
Get
public:
property LegendEntryCollection^ LegendEntrys {
LegendEntryCollection^ get ();
}
member LegendEntrys : LegendEntryCollection with get
Property Value
Type:
LegendEntryCollection
See Also