C1.Xamarin.Forms.Chart Assembly / C1.Xamarin.Forms.Chart Namespace / ChartBase Class / LegendPosition Property


In This Topic
LegendPosition Property
In This Topic
Gets or sets the chart legend position.
Syntax
'Declaration
 
Public Property LegendPosition As ChartPositionType
 
'Usage
 
Dim instance As ChartBase
Dim value As ChartPositionType
 
instance.LegendPosition = value
 
value = instance.LegendPosition
See Also