Spread Windows Forms 12.0 Product Documentation
LegendAreaId Property (LegendArea)


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

Reference

LegendArea Class
LegendArea Members