For a list of all members of this type, see XYChartModel members.
Name | Description | |
---|---|---|
AlignsGridLinesToPixels | Gets or sets a value indicating whether grid and tick lines are aligned to device pixels. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
BottomMargin | Gets or sets the bottom margin around the chart content. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
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) | |
Height | Gets or sets the height of the igFunnelChart container. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
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) | |
IsHorizontalZoomEnabled | Gets or sets whether the chart can be horizontally zoomed through user interactions. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
IsVerticalZoomEnabled | Gets or sets whether the chart can be vertically zoomed through user interactions. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
LeftMargin | Gets or sets the left margin of the chart content. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
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) | |
MarkerMaxCount | Gets or sets the maximum number of markers displyed in the plot area of the chart. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
MaxRecCount | Gets sets maximum number of displayed slices in chart (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
Resolution | Gets or sets the rendering resolution for all series in this chart. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
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) | |
RightMargin | Gets or sets the right margin of the chart content. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
Subtitle | Gets or sets text to display below the Title, above the plot area. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
SubtitleAlignment | Gets or sets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
SubtitleBottomMargin | Gets or sets the bottom margin of chart subtitle (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
SubtitleLeftMargin | Gets or sets the left margin of chart subtitle (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
SubtitleRightMargin | Gets or sets the right margin of chart subtitle (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
SubtitleTextColor | Gets or sets color of chart subtitle (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
SubtitleTextStyle | Gets or sets CSS font property for the chart subtitle (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
SubtitleTopMargin | Gets or sets the top margin of chart subtitle (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
Thickness | Gets or sets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
Title | Gets or sets text to display above the plot area. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TitleAlignment | Gets or sets horizontal alignment which determines the title position, relative to the left and right edges of the control. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TitleBottomMargin | Gets or sets the bottom margin of chart title (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TitleLeftMargin | Gets or sets the left margin of chart title (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TitleRightMargin | Gets or sets the right margin of chart title (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TitleTextColor | Gets or sets color of chart title (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TitleTextStyle | Gets or sets CSS font property for the chart title (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TitleTopMargin | Gets or sets the top margin of chart title (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TooltipTemplate | Gets or sets the template for tooltip. Example: "Value: $(ValueMemberPathInDataSource)" (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
TopMargin | Gets or sets the top margin of the chart content. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TransitionDuration | Gets or sets the duration used for animating series plots when the data is changing (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TrendLinePeriod | (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TrendLineThickness | Gets or sets the thickness of the trend lines in this chart. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
TrendLineType | Gets or sets the formula used for calculating trend lines in this chart. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
UnknownValuePlotting | Gets or sets the behavior that determines how unknown values will be plotted on the chart. (Inherited from Infragistics.Web.Mvc.DomainChartModel) | |
Width | Gets or sets the width of the igFunnelChart container. (Inherited from Infragistics.Web.Mvc.ChartModelBase) | |
XAxisExtent | Gets or sets the distance between the X-axis and the bottom of the chart. | |
XAxisInverted | Gets or sets whether to invert the direction of the X-axis by placing the first data items on the right side of the chart. | |
XAxisLabelAngle | Gets or sets the angle of rotation for labels along the X-axis. | |
XAxisLabelBottomMargin | Gets or sets the bottom margin of labels on the X-axis | |
XAxisLabelHorizontalAlignment | Gets or sets Horizontal alignment of X-axis labels. | |
XAxisLabelLeftMargin | Gets or sets the left margin of labels on the X-axis | |
XAxisLabelRightMargin | Gets or sets the right margin of labels on the X-axis | |
XAxisLabelTextColor | Gets or sets color of labels on the X-axis | |
XAxisLabelTextStyle | Gets or sets CSS font property for labels on X-axis | |
XAxisLabelTopMargin | Gets or sets the top margin of labels on the X-axis | |
XAxisLabelVerticalAlignment | Gets or sets Vertical alignment of X-axis labels. | |
XAxisLabelVisibility | Gets or sets Visibility of X-axis labels. | |
XAxisMajorStroke | Gets or sets the color to apply to major gridlines along the X-axis. | |
XAxisMajorStrokeThickness | Gets or sets the thickness to apply to major gridlines along the X-axis. | |
XAxisMinorStroke | Gets or sets the color to apply to minor gridlines along the X-axis. | |
XAxisMinorStrokeThickness | Gets or sets the thickness to apply to minor gridlines along the X-axis. | |
XAxisStrip | Gets or sets the color to apply to stripes along the X-axis. | |
XAxisStroke | Gets or sets the color to apply to the X-axis line. | |
XAxisStrokeThickness | Gets or sets the thickness to apply to the X-axis line. | |
XAxisTickLength | Gets or sets the length of tickmarks along the X-axis. | |
XAxisTickStroke | Gets or sets the color to apply to tickmarks along the X-axis. | |
XAxisTickStrokeThickness | Gets or sets the thickness to apply to tickmarks along the X-axis. | |
XAxisTitle | Gets or sets the Text to display below the X-axis. | |
XAxisTitleAlignment | Gets or sets Horizontal alignment of the X-axis title. | |
XAxisTitleAngle | Gets or sets the angle of rotation for the X-axis title. | |
XAxisTitleBottomMargin | Gets or sets the bottom margin of a title on the X-axis | |
XAxisTitleLeftMargin | Gets or sets the left margin of a title on the X-axis | |
XAxisTitleMargin | Gets or sets the margin around a title on the X-axis | |
XAxisTitleRightMargin | Gets or sets the right margin of a title on the X-axis | |
XAxisTitleTextColor | Gets or sets color of title on the X-axis | |
XAxisTitleTextStyle | Gets or sets CSS font property for title on X-axis | |
XAxisTitleTopMargin | Gets or sets the top margin of a title on the X-axis | |
YAxisExtent | Gets or sets the distance between the Y-axis and the left edge of the chart. | |
YAxisInverted | Gets or sets whether to invert the direction of the Y-axis by placing the minimum numeric value at the top of the chart. | |
YAxisLabelAngle | Gets or sets the angle of rotation for labels along the Y-axis. | |
YAxisLabelBottomMargin | Gets or sets the bottom margin of labels on the Y-axis | |
YAxisLabelHorizontalAlignment | Gets or sets Horizontal alignment of Y-axis labels. | |
YAxisLabelLeftMargin | Gets or sets the left margin of labels on the Y-axis | |
YAxisLabelLocation | The location of Y-axis labels, relative to the plot area. | |
YAxisLabelRightMargin | Gets or sets the right margin of labels on the Y-axis | |
YAxisLabelTextColor | Gets or sets color of labels on the Y-axis | |
YAxisLabelTextStyle | Gets or sets CSS font property for labels on Y-axis | |
YAxisLabelTopMargin | Gets or sets the top margin of labels on the Y-axis | |
YAxisLabelVerticalAlignment | Gets or sets Vertical alignment of Y-axis labels. | |
YAxisLabelVisibility | Gets or sets Visibility of Y-axis labels. | |
YAxisMajorStroke | Gets or sets the color to apply to major gridlines along the Y-axis. | |
YAxisMajorStrokeThickness | Gets or sets the thickness to apply to major gridlines along the Y-axis. | |
YAxisMinorStroke | Gets or sets the color to apply to minor gridlines along the Y-axis. | |
YAxisMinorStrokeThickness | Gets or sets the thickness to apply to minor gridlines along the Y-axis. | |
YAxisStrip | Gets or sets the color to apply to stripes along the Y-axis. | |
YAxisStroke | Gets or sets the color to apply to the Y-axis line. | |
YAxisStrokeThickness | Gets or sets the thickness to apply to the Y-axis line. | |
YAxisTickLength | Gets or sets the length of tickmarks along the Y-axis. | |
YAxisTickStroke | Gets or sets the color to apply to tickmarks along the Y-axis. | |
YAxisTickStrokeThickness | Gets or sets the thickness to apply to tickmarks along the Y-axis. | |
YAxisTitle | Gets or sets the Text to display to the left of the Y-axis. | |
YAxisTitleAlignment | Gets or sets Vertical alignment of the Y-axis title. | |
YAxisTitleAngle | Gets or sets the angle of rotation for the Y-axis title. | |
YAxisTitleBottomMargin | Gets or sets the bottom margin of a title on the Y-axis | |
YAxisTitleLeftMargin | Gets or sets the left margin of a title on the Y-axis | |
YAxisTitleMargin | Gets or sets the margin around a title on the Y-axis | |
YAxisTitleRightMargin | Gets or sets the right margin of a title on the Y-axis | |
YAxisTitleTextColor | Gets or sets color of title on the Y-axis | |
YAxisTitleTextStyle | Gets or sets CSS font property for title on Y-axis | |
YAxisTitleTopMargin | Gets or sets the top margin of a title on the Y-axis |
Name | Description | |
---|---|---|
Store | Return the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase) |
View on GitHub