dotnetCHARTING Send comments on this topic.
Axis.TimeScaleLabelInfo Class Members
See Also  Properties 
dotnetCHARTING Namespace : Axis.TimeScaleLabelInfo Class


The following tables list the members exposed by Axis.TimeScaleLabelInfo.

Public Constructors

Public Properties

  Name Description
Public Property DayFormatString Gets or sets the format string used with DateTime values that represent the instance in time wher%%%(Shortcut to: Element.Hotspot.URL)e the day changes.  
Public Property DayTick Gets or sets the AxisTick used to represent the instance in time where the day changes.  
Public Property HourFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the hour changes.  
Public Property HourTick Gets or sets the AxisTick used to represent the instance in time where the hour changes.  
Public Property MaximumRangeRows Gets of sets the maximum number or rows automatically generated range ticks will span.  
Public Property MillisecondFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the millisecond changes.  
Public Property MillisecondTick Gets or sets the axis tick used to represent the instance in time where the millisecond changes.  
Public Property MinuteFormatString Gets or sets the format string used with DateTimevalues that represent the instance in time where the minute changes.  
Public Property MinuteTick Gets or sets the AxisTick used to represent the instance in time where the minute changes.  
Public Property Mode Gets or sets the time label automation mode for single value labels.  
Public Property MonthFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the Month changes.  
Public Property MonthTick Gets or sets the AxisTick used to represent the instance in time where the Month changes.  
Public Property PercentEdgeOverlapToRemoveTicks Gets or sets a value that indicates whether auto-generated range ticks are trimmed if more than the specified percentage of the label lingers outside of the axis bounds.  
Public Property QuarterFormatString Gets or sets the format string used with DateTime labels of quarter range ticks.  
Public Property QuarterTick Gets or sets the AxisTick used to represent a year's quarter range ticks.  
Public Property RangeIntervals Gets or sets an TimeIntervalCollection used with modes Range and AddRange. When no intervals are specified the intervals will be determined dynamically.  
Public Property RangeMode Gets or sets the time label automation mode for range value labels.  
Public Property SecondFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the second changes.  
Public Property SecondTick Gets or sets the AxisTick used to represent the instance in time where the second changes.  
Public Property WeekFormatString Gets or sets the format string used with DateTime labels of week range ticks.  
Public Property WeekTick Gets or sets the AxisTick used to represent a week range ticks.  
Public Property YearFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the year changes.  
Public Property YearTick Gets or sets the AxisTick used to represent the instance in time where the Year changes.  
Top

See Also