In This Topic
Gets or sets the margin of the plot area from the control edges.
Syntax
'Declaration
Public Property Margin As Thickness
'Usage
Dim instance As ChartView
Dim value As Thickness
instance.Margin = value
value = instance.Margin
public Thickness Margin {get; set;}
See Also