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


Gets the TimeLabelAutomationInfo class that encapsulates axis ticks, format strings, and options of the Time Label Automation features used to represent particular instances in time.

Syntax

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

Example

See Also

© 2010 All Rights Reserved.