ComponentOne Chart for WPF and Silverlight
PlotAreaIndex Property


C1.WPF.C1Chart Namespace > Axis Class : PlotAreaIndex Property
Gets or sets the plot area index.
Syntax
'Declaration
 
Public Property PlotAreaIndex As System.Integer
'Usage
 
Dim instance As Axis
Dim value As System.Integer
 
instance.PlotAreaIndex = value
 
value = instance.PlotAreaIndex
public System.int PlotAreaIndex {get; set;}
See Also

Reference

Axis Class
Axis Members