Spread Windows Forms 12.0 Product Documentation
LegendAreaId Property (Series)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > Series Class : LegendAreaId Property
Gets or sets the ID of the legend on which the series is displayed.
Syntax
'Declaration
 
Public Overridable Property LegendAreaId As Integer
'Usage
 
Dim instance As Series
Dim value As Integer
 
instance.LegendAreaId = value
 
value = instance.LegendAreaId
public virtual int LegendAreaId {get; set;}
Exceptions
ExceptionDescription
value is less than zero.
See Also

Reference

Series Class
Series Members