Version

CategoryAxisBaseModel Class Properties

For a list of all members of this type, see CategoryAxisBaseModel members.

Public Properties
 NameDescription
Public PropertyBottomMarginGets or set the bottom margin of the labels. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyCrossingAxisGets or sets the CrossingAxis property. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyCrossingValueGets or sets the crossing value. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyDataSourceGets or sets the data source object. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyDataSourceTypeGets or sets the type of the data source. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyDataSourceUrlGets or sets the data source URL. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyDataViewthe DataView property contains the filtered and transformed data records after data binding and all feature transformations have been applied (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyEnhancedIntervalMinimumCharactersGets or sets the mininum desired characters to be displayed for horizontal axes when using advanced label heuristics. -1 will attempt to adjust the interval to precisely fit the horizontal labels. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyExpectFunctionsGets or sets whether the series should expect that properties in its items source may be functions that need to be evaluated to yield their value. This defaults to false, as there will be a subtle performance impact to using this feature. This value must be set before assigning an item's source to take effect. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyFormatLabelGets or sets the label format for the current axis object. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyGapGets or sets the amount of space between adjacent categories for the current axis object.

This is a dependency property.

 
Public PropertyIsDisabledGets or sets the IsDisabled property. If true, the axis will not be rendered.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyIsInvertedGets or sets the IsInverted property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelSets or gets the label path to use for the axis. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelAngleGets or sets the angle of the axis labels (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelExtentGets or sets the extent of the label panel. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelHorizontalAlignmentGets or sets the LabelHorizontalAlignment property. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelLocationGets or set the position of the label panel. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelTextColorGets or sets the text color of the axis labels (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelTextStyleGets or sets the text style of the axis labels (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelVerticalAlignmentGets or sets the LabelVerticalAlignment property. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLabelVisibilityGets or sets the visibility of axis labels (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLeftMarginGets or set the left margin of the labels. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyLocalSchemaTransformwhen local schema transforming is turned off, all of the data provided is sent to the client. When it is turned on, only the fields provided in MemberPath options are sent to the client. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyMajorStrokeGets or sets the MajorStroke property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyMajorStrokeThicknessGets or sets the MajorStrokeThickness property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyMarginGets or set the margin of the labels. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyMinorStrokeGets or sets the MinorStroke property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyMinorStrokeThicknessGets or sets the MinorStrokeThickness property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyNamename of the axis (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyOverlapGets or sets the amount of overlap between adjacent categories for the current axis object.  
Public PropertyResponseDataKeyGets or sets the response data key. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyResponseDataTypeGets or sets the type of the response data. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyRightMarginGets or set the right margin of the labels. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyStripGets or sets the Strip property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyStrokeGets or sets the Stroke property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyStrokeThicknessGets or sets the StrokeThickness property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyTickLengthGets or sets the TickLength property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyTickStrokeGets or sets the TickStroke property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyTickStrokeThicknessGets or sets the TickStrokeThickness property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyTitleGets or sets the Title property.

This is a dependency property.

(Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyTitleAngle (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyTitleHorizontalAlignment (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyTitleVerticalAlignment (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyTopMarginGets or set the top margin of the labels. (Inherited from Infragistics.Web.Mvc.AxisModel)
Public PropertyUseClusteringModeGets or sets whether the cateogory axis should use clustering display mode even if no series are present that would force clustering mode.  
Public PropertyUseEnhancedIntervalManagementGets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc. (Inherited from Infragistics.Web.Mvc.AxisModel)
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected PropertyTypeGets or sets the axis type for the chart. (Inherited from Infragistics.Web.Mvc.AxisModel)
See Also

View on GitHub