Version 20.1

AxisModel Class Properties

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

Public Properties
 NameDescription
Public PropertyBottomMarginGets or set the bottom margin of the labels.  
Public PropertyCrossingAxisGets or sets the CrossingAxis property.  
Public PropertyCrossingValueGets or sets the crossing value.  
Public PropertyDataSourceGets or sets the data source object.  
Public PropertyDataSourceTypeGets or sets the type of the data source.  
Public PropertyDataSourceUrlGets or sets the data source URL.  
Public PropertyDataViewthe DataView property contains the filtered and transformed data records after data binding and all feature transformations have been applied  
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.  
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.  
Public PropertyFormatLabelGets or sets the label format for the current axis object.  
Public PropertyIsDisabledGets or sets the IsDisabled property. If true, the axis will not be rendered.

This is a dependency property.

 
Public PropertyIsInvertedGets or sets the IsInverted property.

This is a dependency property.

 
Public PropertyLabelSets or gets the label path to use for the axis.  
Public PropertyLabelAngleGets or sets the angle of the axis labels  
Public PropertyLabelExtentGets or sets the extent of the label panel.  
Public PropertyLabelHorizontalAlignmentGets or sets the LabelHorizontalAlignment property.  
Public PropertyLabelLocationGets or set the position of the label panel.  
Public PropertyLabelTextColorGets or sets the text color of the axis labels  
Public PropertyLabelTextStyleGets or sets the text style of the axis labels  
Public PropertyLabelVerticalAlignmentGets or sets the LabelVerticalAlignment property.  
Public PropertyLabelVisibilityGets or sets the visibility of axis labels  
Public PropertyLeftMarginGets or set the left margin of the labels.  
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.  
Public PropertyMajorStrokeGets or sets the MajorStroke property.

This is a dependency property.

 
Public PropertyMajorStrokeThicknessGets or sets the MajorStrokeThickness property.

This is a dependency property.

 
Public PropertyMarginGets or set the margin of the labels.  
Public PropertyMinorStrokeGets or sets the MinorStroke property.

This is a dependency property.

 
Public PropertyMinorStrokeThicknessGets or sets the MinorStrokeThickness property.

This is a dependency property.

 
Public PropertyNamename of the axis  
Public PropertyResponseDataKeyGets or sets the response data key.  
Public PropertyResponseDataTypeGets or sets the type of the response data.  
Public PropertyRightMarginGets or set the right margin of the labels.  
Public PropertyStripGets or sets the Strip property.

This is a dependency property.

 
Public PropertyStrokeGets or sets the Stroke property.

This is a dependency property.

 
Public PropertyStrokeThicknessGets or sets the StrokeThickness property.

This is a dependency property.

 
Public PropertyTickLengthGets or sets the TickLength property.

This is a dependency property.

 
Public PropertyTickStrokeGets or sets the TickStroke property.

This is a dependency property.

 
Public PropertyTickStrokeThicknessGets or sets the TickStrokeThickness property.

This is a dependency property.

 
Public PropertyTitleGets or sets the Title property.

This is a dependency property.

 
Public PropertyTitleAngle  
Public PropertyTitleHorizontalAlignment  
Public PropertyTitleVerticalAlignment  
Public PropertyTopMarginGets or set the top margin of the labels.  
Public PropertyUseEnhancedIntervalManagementGets or sets whether to use more advanced heuristics when determining the initial number of labels to render, before resolving collisions, etc.  
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.  
See Also

View on GitHub