Nevron.Chart Namespace / NTimelineScaleConfigurator Class / CustomStep Property


CustomStep Property (NTimelineScaleConfigurator)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Ticks")>
<System.ComponentModel.DescriptionAttribute("Specifies the time span step when the major tick mode is set to TimeSpan")>
<System.ComponentModel.EditorAttribute(Nevron.Editors.NDateTimeSpanTypeEditor, System.Drawing.Design.UITypeEditor)>
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property CustomStep As NDateTimeSpan
 
'Usage
 
Dim instance As NTimelineScaleConfigurator
Dim value As NDateTimeSpan
 
instance.CustomStep = value
 
value = instance.CustomStep
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