Version

AxisModel Class Members

The following tables list the members exposed by AxisModel.

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.  
Public Methods
 NameDescription
Public MethodToJsonSerializes the object to JSON. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected Methods
 NameDescription
Protected MethodCamelizeConverts the provided string to camel case. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetBoolGets the value of a bool property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetCharSets the value of a char property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetDateTimeGets the value of a DateTime property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetDoubleGets the value of a double property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetIEnumerable<T>Gets the value of an IEnumerable property of the model. If the value is null a new IEnumerable of type T will be created. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetIntGets the value of an int property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetJSLiteralSets the value of a literal property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetLongGets the value of a long property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetModel<T>Gets the value of an IModel property of the model. If the value is null a new model of type T will be created. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetStringGets the value of a string property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetStringEnum<T>Gets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetValue<T>Gets a property value of arbitrary type. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodGetValueModel<T>Gets the value of an IModel property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromBoolSerializes a bool object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromDateTimeSerializes a DateTime object into json Date object. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromDoubleSerializes a double object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromFloatSerializes a float object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromIDictionarySerializes an IDictionary of objects into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromIEnumerableSerializes an IEnumerable object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromIntSerializes an int object into json. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromModelStoreOverridden. ModelBase.JsonFromModelStore  
Protected MethodJsonFromObjectSerializes an arbitrary object in json using the typed serialization methods. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodJsonFromStringSerializes a string object into json string, escaping all single quotes. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetBoolSets a value to a bool property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetBrush (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetCamelizedStringEnum<T>Sets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetCharGets the value of a char property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetDateTimeSets a value to a DateTime property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetDoubleSets a value to a double property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetIEnumerable<T>Sets a value to an IEnumerable property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetIntSets a value to an int property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetJSLiteralGets the value of a literal property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetLongSets a value to a long property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetModel<T>Sets a value to an IModel property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetStringSets a value to a string property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetStringEnum<T>Sets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodSetValue<T>Sets a property value of arbitrary type. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodTransformDataTransforms the data. (Inherited from Infragistics.Web.Mvc.ModelBase)
Protected MethodValidValueType<T>Checks type for value of existing property. Returns false as well if non existing property. (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub