Nevron .NET Vision
Nevron.Chart Namespace / NCartesianChart Class / Fit2DAxisContentMode Property


In This Topic
    Fit2DAxisContentMode Property
    In This Topic
    Controls how the 2D chart axis content should be fitted in the chart panel content area
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Size")>
    <System.ComponentModel.DescriptionAttribute("Controls how the 2D chart axis content should be fitted in the chart panel content area")>
    Public Property Fit2DAxisContentMode As Fit2DAxisContentMode
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim value As Fit2DAxisContentMode
     
    instance.Fit2DAxisContentMode = value
     
    value = instance.Fit2DAxisContentMode
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Size")]
    [System.ComponentModel.Description("Controls how the 2D chart axis content should be fitted in the chart panel content area")]
    public Fit2DAxisContentMode Fit2DAxisContentMode {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also