ComponentOne Chart for WPF and Silverlight
Margin Property (ChartView)


C1.WPF.C1Chart Namespace > ChartView Class : Margin Property
Gets or sets the margin of the plot area from the control edges.
Syntax
'Declaration
 
Public Property Margin As System.Windows.Thickness
'Usage
 
Dim instance As ChartView
Dim value As System.Windows.Thickness
 
instance.Margin = value
 
value = instance.Margin
public System.Windows.Thickness Margin {get; set;}
Remarks
By default the margin is calculated automatically to provide enough space for axes. Set this property if the plot area should be placed at the fixed position on the control surface. For example when several charts should have their plot areas arranged vertically or horizontally.
See Also

Reference

ChartView Class
ChartView Members