ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / PlotAreaIndex Property






In This Topic
    PlotAreaIndex Property (ChartAxis<T>)
    In This Topic
    Gets or sets the plot area for the axis.
    Syntax
    'Declaration
     
    
    <JsonAttribute("_plotAreaIndex")>
    Public Property PlotAreaIndex As System.Nullable(Of Integer)
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As System.Nullable(Of Integer)
     
    instance.PlotAreaIndex = value
     
    value = instance.PlotAreaIndex
    [Json("_plotAreaIndex")]
    public System.Nullable<int> PlotAreaIndex {get; set;}
    public read-write property PlotAreaIndex: System.Nullable; 
    JsonAttribute("_plotAreaIndex")
    public function get,set PlotAreaIndex : System.Nullable
    [Json("_plotAreaIndex")]
    public: __property System.Nullable<int> get_PlotAreaIndex();
    public: __property void set_PlotAreaIndex( 
       System.Nullable<int> value
    );
    [Json("_plotAreaIndex")]
    public:
    property System.Nullable<int> PlotAreaIndex {
       System.Nullable<int> get();
       void set (    System.Nullable<int> value);
    }
    See Also