dotnetCHARTING Send comments on this topic.
Multiplier Property
See Also 
dotnetCHARTING Namespace > TimeIntervalAdvanced Class : Multiplier Property



Gets or sets the factor by which this time interval is multiplied.

Syntax

Visual Basic (Declaration) 
Public Property Multiplier As Integer
Visual Basic (Usage)Copy Code
Dim instance As TimeIntervalAdvanced
Dim value As Integer
 
instance.Multiplier = value
 
value = instance.Multiplier
C# 
public int Multiplier {get; set;}
C++/CLI 
public:
property int Multiplier {
   int get();
   void set (int value);
}

Remarks

If TimeSpan is specified, this property will not have any effect.

See Also