ComponentOne Chart for WPF and Silverlight
UseAxisLimits Property


C1.WPF.C1Chart Namespace > ChartPanelObject Class : UseAxisLimits Property
Gets or sets the value that specifies whether to limit the element position inside plot area.
Syntax
'Declaration
 
Public Property UseAxisLimits As System.Boolean
'Usage
 
Dim instance As ChartPanelObject
Dim value As System.Boolean
 
instance.UseAxisLimits = value
 
value = instance.UseAxisLimits
public System.bool UseAxisLimits {get; set;}
See Also

Reference

ChartPanelObject Class
ChartPanelObject Members