For a list of all members of this type, see SparklineModel members.
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) |
View on GitHub