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

 NameDescription
Public PropertyDayFormatString 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 PropertyDayTick Gets or sets the AxisTick used to represent the instance in time where the day changes.  
Public PropertyHourFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the hour changes.  
Public PropertyHourTick Gets or sets the AxisTick used to represent the instance in time where the hour changes.  
Public PropertyMaximumRangeRows Gets of sets the maximum number or rows automatically generated range ticks will span.  
Public PropertyMillisecondFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the millisecond changes.  
Public PropertyMillisecondTick Gets or sets the axis tick used to represent the instance in time where the millisecond changes.  
Public PropertyMinuteFormatString Gets or sets the format string used with DateTimevalues that represent the instance in time where the minute changes.  
Public PropertyMinuteTick Gets or sets the AxisTick used to represent the instance in time where the minute changes.  
Public PropertyModeGets or sets the time label automation mode for single value labels.  
Public PropertyMonthFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the Month changes.  
Public PropertyMonthTick Gets or sets the AxisTick used to represent the instance in time where the Month changes.  
Public PropertyPercentEdgeOverlapToRemoveTicks 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 PropertyQuarterFormatString Gets or sets the format string used with DateTime labels of quarter range ticks.  
Public PropertyQuarterTick Gets or sets the AxisTick used to represent a year's quarter range ticks.  
Public PropertyRangeIntervals Gets or sets an TimeIntervalCollection used with modes Range and AddRange. When no intervals are specified the intervals will be determined dynamically.  
Public PropertyRangeModeGets or sets the time label automation mode for range value labels.  
Public PropertySecondFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the second changes.  
Public PropertySecondTick Gets or sets the AxisTick used to represent the instance in time where the second changes.  
Public PropertyWeekFormatString Gets or sets the format string used with DateTime labels of week range ticks.  
Public PropertyWeekTickGets or sets the AxisTick used to represent a week range ticks.  
Public PropertyYearFormatString Gets or sets the format string used with DateTime values that represent the instance in time where the year changes.  
Public PropertyYearTick Gets or sets the AxisTick used to represent the instance in time where the Year changes.  
Top

See Also