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


In This Topic
    Fit3DAxisContent Property
    In This Topic
    Gets or set a value indicating whether 3D chart axis content should be fitted in the chart panel content area.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Size")>
    <System.ComponentModel.DescriptionAttribute("Controls whether the 3D chart axis content should be fitted in the chart panel content area")>
    Public Property Fit3DAxisContent As System.Boolean
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim value As System.Boolean
     
    instance.Fit3DAxisContent = value
     
    value = instance.Fit3DAxisContent
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Size")]
    [System.ComponentModel.Description("Controls whether the 3D chart axis content should be fitted in the chart panel content area")]
    public System.bool Fit3DAxisContent {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