RadarAxisXRange Properties
Contains settings that define the range displayed by the RadarAxisX axis.Name | Description |
---|---|
AlwaysShowZeroLevel | Overrides the AxisRange.AlwaysShowZeroLevel property to hide it. |
Auto | Obsolete. Gets or sets a value that specifies whether the minimum and maximum axis values are calculated automatically based upon the series being drawn. Inherited from AxisRange. |
MaxValue | Obsolete. Gets or sets the maximum value to display on an Axis. This may not be the same as the maximum value of the series associated with this axis. Inherited from AxisRange. |
MaxValueInternal | Obsolete. Overrides the AxisRange.MaxValueInternal property to hide it. |
MaxValueSerializable | Gets or sets the value used to support serialization of the AxisRange.MaxValue property. Inherited from AxisRange. |
MinValue | Obsolete. Gets or sets the minimum value to display on an Axis. This may not be the same as the minimum value of the series associated with this axis. Inherited from AxisRange. |
MinValueInternal | Obsolete. Overrides the AxisRange.MinValueInternal property to hide it. |
MinValueSerializable | Gets or sets the value used to support serialization of the AxisRange.MinValue property. Inherited from AxisRange. |
ScrollingRange | Obsolete. Gets the range through which it’s possible to scroll an axis. Inherited from AxisRange. |
SideMarginsEnabled | Overrides the AxisRange.SideMarginsEnabled property to hide it. |
Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
See Also