ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Axis Class / PlotAreaIndex Property


In This Topic
    PlotAreaIndex Property
    In This Topic
    Gets or sets the plot area index.
    Syntax
    'Declaration
     
    
    Public Property PlotAreaIndex As Integer
    'Usage
     
    
    Dim instance As Axis
    Dim value As Integer
     
    instance.PlotAreaIndex = value
     
    value = instance.PlotAreaIndex
    public int PlotAreaIndex {get; set;}
    See Also