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 major ticks custom step when the mode is set to CustomStep. | |
CustomSteps | Specifies the major ticks custom steps when the mode is set to IrregularSteps. | |
MajorTickMode | Controls the mode of the major ticks. | |
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) | |
Origin | Specifies the major tick origin value when the UseOrigin property is set to true. | |
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) | |
UseOrigin | Specifies whether an origin value should be used for the automatically generated major ticks. |