FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LegendArea Class / LegendAreaId Property


LegendAreaId Property (LegendArea)
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
Exceptions
ExceptionDescription
value is less than zero.
See Also