Nevron .NET Vision
Nevron.Chart Namespace / NRangeSelection Class / PreserveAspectRatio Property


In This Topic
    PreserveAspectRatio Property (NRangeSelection)
    In This Topic
    Whether to preserve the aspect ratio of the selection relative to the chart area.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.ComponentModel.CategoryAttribute("Axes")>
    <System.ComponentModel.DescriptionAttribute("The axis id of the horizontal axis.")>
    Public Property PreserveAspectRatio As System.Boolean
    'Usage
     
    
    Dim instance As NRangeSelection
    Dim value As System.Boolean
     
    instance.PreserveAspectRatio = value
     
    value = instance.PreserveAspectRatio
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(false)]
    [System.ComponentModel.Category("Axes")]
    [System.ComponentModel.Description("The axis id of the horizontal axis.")]
    public System.bool PreserveAspectRatio {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