Nevron .NET Vision
Nevron.Chart Namespace / NStockSeries Class / ScaleCandleWidthWhenZooming Property


In This Topic
    ScaleCandleWidthWhenZooming Property
    In This Topic
    Whether the candle width should be scaled when the user zooms in on the chart
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Options")>
    <System.ComponentModel.DescriptionAttribute("Controls the width of the candle in model units.")>
    Public Property ScaleCandleWidthWhenZooming As System.Boolean
    'Usage
     
    
    Dim instance As NStockSeries
    Dim value As System.Boolean
     
    instance.ScaleCandleWidthWhenZooming = value
     
    value = instance.ScaleCandleWidthWhenZooming
    [System.ComponentModel.Category("Options")]
    [System.ComponentModel.Description("Controls the width of the candle in model units.")]
    public System.bool ScaleCandleWidthWhenZooming {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