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


In This Topic
LegendTitleStyle Property
In This Topic
Gets or sets the legend title style.
Syntax
'Declaration
 
Public Property LegendTitleStyle As ChartStyle
 
'Usage
 
Dim instance As ChartBase
Dim value As ChartStyle
 
instance.LegendTitleStyle = value
 
value = instance.LegendTitleStyle
See Also