C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / FlexChart Class / PlotMargin Property


In This Topic
PlotMargin Property
In This Topic
Gets or sets the plot area margin.
Syntax
'Declaration
 
Public Property PlotMargin As UIKit.UIEdgeInsets
 
'Usage
 
Dim instance As FlexChart
Dim value As UIKit.UIEdgeInsets
 
instance.PlotMargin = value
 
value = instance.PlotMargin
See Also