Version

Timescale Class Members

The following tables list the members exposed by Timescale.

Public Constructors
 NameDescription
Public ConstructorTimescale ConstructorInitializes a new Timescale  
Public Properties
 NameDescription
Public PropertyBandsReturns the collection of TimescaleBand instances that will provide the tiers for the timescale.  
Public PropertyScaleReturns or sets the percentage by which the preferred size of the intervals will be scaled. (Inherited from Infragistics.Controls.Schedules.TimescaleBase)
Public PropertyVisibleBandsReturns the read-only collection of timescales determining the intervals displayed in the control. (Inherited from Infragistics.Controls.Schedules.TimescaleBase)
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected PropertyVisibleBandsSourceOverridden. Returns the collection that is used to provide the bands displayed in the timescale.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)FromXmlConverts the specified xml to an instance of Timescale.  
Public Methodstatic (Shared in Visual Basic)ToXmlConverts the specified Timescale to its XML representation. This is the format that the XamGantt uses to serialize out Timescale instances into underlying data item that provides a string type property mapping.  
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifierExtended)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodSetField<T> (Inherited from Infragistics.PropertyChangeNotifierExtended)
Public Events
 NameDescription
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also