Nevron .NET Vision
Nevron.Chart Namespace / NChart Class / Height Property
Example


In This Topic
    Height Property (NChart)
    In This Topic
    Controls the chart area height in model units.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Dimensions")>
    <System.ComponentModel.DescriptionAttribute("Controls the chart area height in model units")>
    <System.ComponentModel.DefaultValueAttribute(55)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property Height As System.Single
    'Usage
     
    
    Dim instance As NChart
    Dim value As System.Single
     
    instance.Height = value
     
    value = instance.Height
    [System.ComponentModel.Category("Dimensions")]
    [System.ComponentModel.Description("Controls the chart area height in model units")]
    [System.ComponentModel.DefaultValue(55)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.float Height {get; set;}
    Remarks
    By default set to 55.
    Example
    Increase the height of the chart:
    chart.Height = 57.0
    chart.Height = 57.0;
    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