ChartLegend
EntryTextProperties Property
|
Represent text properties of Legend Entry
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextCharacterProperties[] EntryTextProperties { get; }
Public ReadOnly Property EntryTextProperties As TextCharacterProperties()
Get
public:
property array<TextCharacterProperties^>^ EntryTextProperties {
array<TextCharacterProperties^>^ get ();
}
member EntryTextProperties : TextCharacterProperties[] with get
Property Value
Type:
TextCharacterProperties
See Also