dotnetCHARTING Send comments on this topic.
MinorTimeIntervalAdvanced Property
See Also 
dotnetCHARTING Namespace > Axis Class : MinorTimeIntervalAdvanced Property


Gets or sets a TimeIntervalAdvanced object that determines the interval of minor axis ticks.

Syntax

Visual Basic (Declaration) 
Public Property MinorTimeIntervalAdvanced As TimeIntervalAdvanced
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As TimeIntervalAdvanced
 
instance.MinorTimeIntervalAdvanced = value
 
value = instance.MinorTimeIntervalAdvanced
C# 
public TimeIntervalAdvanced MinorTimeIntervalAdvanced {get; set;}

Example

See Also

© 2010 All Rights Reserved.