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


In This Topic
    UsePlotAspect Property (NCartesianChart)
    In This Topic
    Gets or set a value how the aspect is calculated when operating in Fit mode.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.CategoryAttribute("Attributes")>
    <System.ComponentModel.DescriptionAttribute("Whether to use the plot or content area aspect when operating in Fit mode.")>
    Public Property UsePlotAspect As System.Boolean
    'Usage
     
    
    Dim instance As NCartesianChart
    Dim value As System.Boolean
     
    instance.UsePlotAspect = value
     
    value = instance.UsePlotAspect
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.Category("Attributes")]
    [System.ComponentModel.Description("Whether to use the plot or content area aspect when operating in Fit mode.")]
    public System.bool UsePlotAspect {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