Version

AxisItem Class Members

The following tables list the members exposed by AxisItem.

Public Constructors
 NameDescription
Public ConstructorAxisItem ConstructorOverloaded.   
Public Fields
 NameDescription
Public FieldaxisNumberThis class supports charting framework. Not to be used explictly in the code. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public Properties
 NameDescription
Public PropertyChartComponentThe charting component which owns this ChartAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public PropertyDataTypeGets or sets the DataType to be represented on this axis.  
Public PropertyExtentGets or sets a value that specifies the breadth of any margin between an Axis and the edge of the Control, in pixels. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyKeyA key to uniquely identify this AxisItem in a collection.  
Public PropertyLabelsReturns a reference to or sets the AxisLabelAppearance object that specifies the appearance of the labels on an axis. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyLineColorReturns a reference to or sets a Color object that specifies the color of an axis line. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyLineDrawStyleReturns or sets a value that determines the style of an axis line. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyLineEndCapStyleReturns or sets a value that determines the style of the end of an axis line. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyLineThicknessReturns or sets a value that determines the thickness of an axis line, in pixels. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyLogBaseGets/Sets Log base of log axes. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyLogZeroGets or sets a value to be used as the log of zero. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyMajorGridLinesReturns a reference to or sets the GridlinesAppearance object that specifies the appearance of an axis' major grid lines. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyMarginContains properties which affect axis margins. Axis margins are the space allocated on each end of an axis where data is not plotted. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyMinorGridLinesReturns a reference to or sets the GridlinesAppearance object that specifies the appearance of an axis' minor grid lines. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyNumericAxisTypeGets or sets this Axis to linear, logarithmic or an itemized (discrete) scale. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyOrientationTypeGets or sets the orientation of this axis.  
Public PropertyRangeMaxGets or sets the maximum limit (or index) of this Axis' range. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyRangeMinGets or sets the minimum limit (or index) of this Axis' range. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyRangeTypeAdjusts how the range of this Axis will be calculated. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyScrollScaleGets/Sets Scrolling and Scalling property of the Axis. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertySetLabelAxisTypeGets or sets the SetLabelAxisType to be represented on this axis, if the DataType property is set to String.  
Public PropertyStripLinesReturns a reference to or sets the StripLineAppearance object that specifies the appearance of an axis' major grid lines. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyTickmarkIntervalSpecifies how often to place tick marks and labels along a chart axis as numeric data value when AxisTickStyle is set to DataValue. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyTickmarkIntervalTypeThe type of unit to use for intervals on this axis. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyTickmarkPercentageSpecifies 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. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyTickmarkStyleThis property determines where tickmarks are placed. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public PropertyTimeAxisStyleOverridden. Specifies how separate TimeAxis piles compare to each other.  
Public PropertyVisibleOverridden. Toggles the visibility of a chart axis.  
Protected Properties
 NameDescription
Protected PropertydirtyA dirty flag for any operations that we want to optimize. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Protected PropertynoUpdateSet the noUpdate flag to true to prevent parent notification on updates. (Inherited from Infragistics.UltraChart.Resources.Appearance.ChartAppearance)
Public Methods
 NameDescription
Public MethodCloneCreates and returns a copy of this AxisItem object.  
Public MethodResetTimeAxisStyleResets the TimeAxisStyle property to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public MethodSetAxisNumberSets the AxisNumber in context for this axis. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Public MethodToStringReturns a string representation of this AxisItem.  
Protected Methods
 NameDescription
Protected MethodCreateInstanceDescriptorCreates an InstanceDescriptor representing an AxisAppearance object. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Protected MethodShouldSerializeRangeMinReturns a Boolean value that determines whether the RangeMin property is set to its default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
Protected MethodShouldSerializeTimeAxisStyleCheck if TimeAxisStyle has a not default value. (Inherited from Infragistics.UltraChart.Resources.Appearance.AxisAppearance)
See Also