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


Padding Property (LegendArea)
Gets or sets the amount of extra space around the text.
Syntax
'Declaration
 
Public Property Padding As PaddingF
 
'Usage
 
Dim instance As LegendArea
Dim value As PaddingF
 
instance.Padding = value
 
value = instance.Padding
Exceptions
ExceptionDescription
Padding on any edge is less than zero or greater than 1584.
Remarks
Padding is measured in points.
See Also