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


In This Topic
LegendAreaId Property (SunburstSeries)
In This Topic
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 SunburstSeries
Dim value As Integer
 
instance.LegendAreaId = value
 
value = instance.LegendAreaId
See Also