Nevron.Chart Namespace / NStandardRangeSamplerProvider Class / UseOrigin Property


UseOrigin Property (NStandardRangeSamplerProvider)
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
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