Nevron .NET Vision
Nevron.Chart Namespace / NNumericRangeSamplerProvider Class / CustomSteps Property


In This Topic
    CustomSteps Property (NNumericRangeSamplerProvider)
    In This Topic
    Specifies the custom steps when the mode is set to CustomSteps
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Specifies the custom steps when the mode is set to CustomSteps")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CustomSteps As NDoubleList
    'Usage
     
    
    Dim instance As NNumericRangeSamplerProvider
    Dim value As NDoubleList
     
    instance.CustomSteps = value
     
    value = instance.CustomSteps
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Specifies the custom steps when the mode is set to CustomSteps")]
    [System.Xml.Serialization.XmlIgnore()]
    public NDoubleList CustomSteps {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