
'Declaration <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <SerializableAttribute()> Public Class AxisScaleDateTime Inherits AxisScaleValue
'Usage Dim instance As AxisScaleDateTime
[ClassInterface(ClassInterfaceType.AutoDual)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [Serializable()] public class AxisScaleDateTime : AxisScaleValue
System.Object
Xceed.Chart.Core.AxisScale
Xceed.Chart.Core.AxisScaleValue
Xceed.Chart.Core.AxisScaleDateTime
Name | Description | |
---|---|---|
![]() | AutoLabels | Specifies whether the scale should produce automatic labels. (Inherited from Xceed.Chart.Core.AxisScale) |
![]() | AutoMax | When set to true the component automatically determines the maximum of the axis scale. When set to false the Max property specifies the maximum value of the axis scale. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
![]() | AutoMin | When set to true the component automatically determines the minimum of the axis scale. When set to false the Min property specifies the minimum value of the axis scale. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
![]() | AutoMinorTicks | Specifies whether minor ticks are automatically generated. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
![]() | CustomStep | Specifies the time span step when the major tick mode is set to TimeSpan. |
![]() | CustomSteps | Specifies the time span steps when the major tick mode is set to TimeSpans. |
![]() | MajorTickMode | Specifies the mode in which the major ticks are calculated. |
![]() | Max | Specifies the maximal value of the axis when the AutoMax property is set to false. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
![]() | MaxTickCount | Controls the density of the major ticks when they are automatically calculated. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
![]() | Min | Specifies the minimal value of the axis when the AutoMin property is set to false. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
![]() | MinorTickCount | Specifies the number of minor ticks between two major ones. (Inherited from Xceed.Chart.Core.AxisScale) |
![]() | MonthsStep | Specifies the months step when the major tick mode is set to Months. |
![]() | RoundToTickMax | Specifies whether the scale should end on an exact tick value. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
![]() | RoundToTickMin | Specifies whether the scale should begin from an exact tick value. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
Name | Description | |
---|---|---|
![]() | Clone | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.AxisScale) |
![]() | UpdateBackpointers | Overridden. This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
![]() | InflateMinMaxWithMajorTicks | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from Xceed.Chart.Core.AxisScaleValue) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2