| Name | Description |
| ChartComponent | The charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance) |
| Extent | Gets or sets a value that specifies the breadth of any margin between an Axis and the edge of the Control, in pixels. |
| Labels | Returns a reference to or sets the AxisLabelAppearance object that specifies the appearance of the labels on an axis. |
| LineColor | Returns a reference to or sets a Color object that specifies the color of an axis line. |
| LineDrawStyle | Returns or sets a value that determines the style of an axis line. |
| LineEndCapStyle | Returns or sets a value that determines the style of the end of an axis line. |
| LineThickness | Returns or sets a value that determines the thickness of an axis line, in pixels. |
| LogBase | Gets/Sets Log base of log axes. |
| LogZero | Gets or sets a value to be used as the log of zero. |
| MajorGridLines | Returns a reference to or sets the GridlinesAppearance object that specifies the appearance of an axis' major grid lines. |
| Margin | Contains properties which affect axis margins. Axis margins are the space allocated on each end of an axis where data is not plotted. |
| MinorGridLines | Returns a reference to or sets the GridlinesAppearance object that specifies the appearance of an axis' minor grid lines. |
| NumericAxisType | Gets or sets this Axis to linear, logarithmic or an itemized (discrete) scale. |
| RangeMax | Gets or sets the maximum limit (or index) of this Axis' range. |
| RangeMin | Gets or sets the minimum limit (or index) of this Axis' range. |
| RangeType | Adjusts how the range of this Axis will be calculated. |
| StripLines | Returns a reference to or sets the StripLineAppearance object that specifies the appearance of an axis' major grid lines. |
| TickmarkInterval | Specifies how often to place tick marks and labels along a chart axis as numeric data value when AxisTickStyle is set to DataValue. |
| TickmarkIntervalType | The type of unit to use for intervals on this axis. |
| TickmarkPercentage | Specifies how often to place tick marks and labels along a chart axis as a percentage of the axis data range when AxisTickStyle is set to Percentage. The value specified is outside the range of valid values. |
| TickmarkStyle | This property determines where tickmarks are placed. |
| TimeAxisStyle | Specifies how separate TimeAxis piles compare to each other. |
| Visible | Toggles the visibility of a chart axis. |