Nevron .NET Vision
Nevron.Chart Namespace / NCustomTickRangeInflator Class / CustomTicks Property


In This Topic
    CustomTicks Property
    In This Topic
    Gets or sets the range sampler associated with this range inflator
    Syntax
    'Declaration
     
    
    Public Property CustomTicks As System.Double()
    'Usage
     
    
    Dim instance As NCustomTickRangeInflator
    Dim value() As System.Double
     
    instance.CustomTicks = value
     
    value = instance.CustomTicks
    public System.double[] CustomTicks {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