Nevron .NET Vision
Nevron.Chart Namespace / NStandardRangeSamplerProvider Class / UseOrigin Property


In This Topic
    UseOrigin Property (NStandardRangeSamplerProvider)
    In This Topic
    Specifies whether an origin value should be used when SamplingMode is set to MaxCount or MaxDensity.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Ticks")>
    <System.ComponentModel.DescriptionAttribute("Specifies whether an origin value should be used when SamplingMode is set to MaxCount or MaxDensity.")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property UseOrigin As System.Boolean
    'Usage
     
    
    Dim instance As NStandardRangeSamplerProvider
    Dim value As System.Boolean
     
    instance.UseOrigin = value
     
    value = instance.UseOrigin
    [System.ComponentModel.Category("Ticks")]
    [System.ComponentModel.Description("Specifies whether an origin value should be used when SamplingMode is set to MaxCount or MaxDensity.")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool UseOrigin {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