The following tables list the members exposed by SparklineModel.
Name | Description | |
---|---|---|
SparklineModel Constructor | Initializes a new instance of the igSparkline Model class. |
Name | Description | |
---|---|---|
Brush | Gets or sets the sparkline brush. | |
ClientEvents | Set implementations of client events raised by a widget. Event handler assumes 2 parameters: 1st parameter has name "evt" and 2nd parameter has name "ui". To get information about member variables available for "ui" parameter, please consult documentation of a widget and its events. Examples: 1. Full implementation: new Dictionary<string, string> { { "dropDownOpening", "function(evt,ui){alert('drop:'+ui.owner);}" } } 2. Content of inline function: new Dictionary<string, string> { { "dropDownOpening", "alert('drop:'+ui.owner);" } } 3. Name of global function: new Dictionary<string, string> { { "dropDownOpening", "nameOfGlobalFunction" } } Note: Instead of explicit key-strings, which represent name of event exposed by a widget, the event-constants defined by a particular control can be used. Example: new Dictionary<string, string> { { ComboClientEvents.DropDownOpening, "nameOfGlobalFunction" } } (Inherited from Infragistics.Web.Mvc.ModelWidgetBase) | |
DataSource | Gets or sets the data source object. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
DataSourceType | Gets or sets the type of the data source. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
DataSourceUrl | Gets or sets the data source URL. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
DataView | the DataView property contains the filtered and transformed data records after data binding and all feature transformations have been applied (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
DisplayNormalRangeInFront | Gets or sets the position of the normal range on the sparkline. | |
DisplayType | Gets or sets the display type of the sparkline. | |
FirstMarkerBrush | Gets or sets the first marker brush of the sparkline. | |
FirstMarkerSize | Gets or sets the first marker size of the sparkline. | |
FirstMarkerVisibility | Gets or sets the first marker visibility of the sparkline. | |
FormatLabel | Sets or gets a function which takes an object that produces a formatted label for displaying in the chart. Function should return string and it takes 1 parameter: original value of label. Example: "function(val) { return typeof val === 'number' && val < 0 ? '(' + (-val) + ')' : val; }" | |
Height | Gets or sets the height of the igFunnelChart container. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
HighMarkerBrush | Gets or sets the high marker brush of the sparkline. | |
HighMarkerSize | Gets or sets the high marker size of the sparkline. | |
HighMarkerVisibility | Gets or sets the high marker visibility of the sparkline. | |
HorizontalAxisBrush | Gets or sets the horizontal axis line brush of the sparkline. | |
HorizontalAxisVisibility | Gets or sets the display state of the horizontal axis. | |
HtmlAttributes | Sets custom attributes of the div on which the map widget will be created. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
ID | Gets or sets the ID of the igFunnelChart container. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
LabelMemberPath | String identifier of a column or property name to get labels from on each item in the data source. These labels will be retrieved from the first and last item, and displayed by the horizontal axis. | |
LastMarkerBrush | Gets or sets the last marker brush of the sparkline. | |
LastMarkerSize | Gets or sets the last marker size of the sparkline. | |
LastMarkerVisibility | Gets or sets the last marker visibility of the sparkline. | |
LineThickness | Gets or sets the line thickness of the sparkline. | |
LocalSchemaTransform | when 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.ChartModelBase) | |
LowMarkerBrush | Gets or sets the low marker brush of the sparkline. | |
LowMarkerSize | Gets or sets the low marker size of the sparkline. | |
LowMarkerVisibility | Gets or sets the low marker visibility of the sparkline. | |
MarkerBrush | Gets or sets the marker brush of the sparkline. | |
MarkerSize | Gets or sets the marker size of the sparkline. | |
MarkerVisibility | Gets or sets the marker visibility of the sparkline. | |
MaxRecCount | Gets sets maximum number of displayed slices in chart (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
NegativeBrush | Gets or sets the negative brush of the sparkline. | |
NegativeMarkerBrush | Gets or sets the negative marker brush of the sparkline. | |
NegativeMarkerSize | Gets or sets the negative marker size of the sparkline. | |
NegativeMarkerVisibility | Gets or sets the negative marker visibility of the sparkline. | |
NormalRangeFill | Gets or sets the normal range brush of the sparkline. | |
NormalRangeMaximum | Gets or sets the maximum value of the normal range. | |
NormalRangeMinimum | Gets or sets the minimum value of the normal range. | |
NormalRangeVisibility | Gets or sets the normal range visibility of the sparkline. | |
PixelScalingRatio | Gets or sets the scaling value used to affect the pixel density of the control. | |
ResponseDataKey | Gets or sets the response data key. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
ResponseTotalRecCountKey | Gets or sets the property in the response specifying the total number of records on the server (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
TooltipTemplate | Gets or sets the template for tooltip. Example: "Value: $(ValueMemberPathInDataSource)" (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
TrendLineBrush | Gets or sets the trendline brush of the sparkline. | |
TrendLinePeriod | Gets or sets the trendline period used by the sparkline. | |
TrendLineThickness | Gets or sets the thickness of the sparkline's trendline. | |
TrendLineType | Gets or sets the type of trendline used by the sparkline. | |
UnknownValuePlotting | Gets or sets the way null values are interpreted. | |
ValueMemberPath | Gets or sets the string path to the value column. | |
VerticalAxisBrush | Gets or sets the vertical axis line brush of the sparkline. | |
VerticalAxisVisibility | Gets or sets the display state of the vertical axis. | |
Width | Gets or sets the width of the igFunnelChart container. (Inherited from Infragistics.Web.Mvc.ChartModelBase) |
Name | Description | |
---|---|---|
Store | Return the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase) |
Name | Description | |
---|---|---|
AddClientEvent | Adds javascript function to process client event of widget. (Inherited from Infragistics.Web.Mvc.ModelWidgetBase) | |
DataBind | Initialize data source (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
GetData | first performs data binding and generates the JsonResult object (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
ToJson | Serializes the object to JSON. (Inherited from Infragistics.Web.Mvc.ModelBase) |
Name | Description | |
---|---|---|
Camelize | Converts the provided string to camel case. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
EnsureClientEvents | Adds client events to Serializes the internal model store into json. (Inherited from Infragistics.Web.Mvc.ModelWidgetBase) | |
GetBool | Gets the value of a bool property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetChar | Sets the value of a char property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetDataMemberPaths | Overridden. Gets list which contains ValueMemberPath, InnerLabelMemberPath and OuterLabelMemberPath if those properties are defined. | |
GetDateTime | Gets the value of a DateTime property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetDouble | Gets the value of a double property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetIEnumerable<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) | |
GetInt | Gets the value of an int property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetJSLiteral | Sets the value of a literal property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetLong | Gets the value of a long property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetModel<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) | |
GetString | Gets the value of a string property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetStringEnum<T> | Gets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetValue<T> | Gets a property value of arbitrary type. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
GetValueModel<T> | Gets the value of an IModel property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromBool | Serializes a bool object into json. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromDateTime | Serializes a DateTime object into json Date object. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromDouble | Serializes a double object into json. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromFloat | Serializes a float object into json. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromIDictionary | Serializes an IDictionary of objects into json. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromIEnumerable | Serializes an IEnumerable object into json. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromInt | Serializes an int object into json. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromModelStore | ModelBase.JsonFromModelStore (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
JsonFromObject | Serializes an arbitrary object in json using the typed serialization methods. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
JsonFromString | Serializes a string object into json string, escaping all single quotes. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetBool | Sets a value to a bool property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetBrush | (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetCamelizedStringEnum<T> | Sets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetChar | Gets the value of a char property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetDateTime | Sets a value to a DateTime property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetDouble | Sets a value to a double property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetIEnumerable<T> | Sets a value to an IEnumerable property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetInt | Sets a value to an int property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetJSLiteral | Gets the value of a literal property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetLong | Sets a value to a long property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetModel<T> | Sets a value to an IModel property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetString | Sets a value to a string property of the model. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetStringEnum<T> | Sets the value of a string property whose values are the lowercase values of an Enum. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
SetValue<T> | Sets a property value of arbitrary type. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
TransformData | Transforms the data. (Inherited from Infragistics.Web.Mvc.ModelBase) | |
ValidValueType<T> | Checks type for value of existing property. Returns false as well if non existing property. (Inherited from Infragistics.Web.Mvc.ModelBase) |
View on GitHub