Wijmo UI for the Web
options type
Inheritance Hierarchy

Object
   jQuery.wijmo.wijscatterchart.options

Browser Compatibility
7
5
5
Fields
 NameDescription
public Fieldstatic (Shared in Visual Basic)animation

Type: wijmo.chart.chart_animation

An option that controls aspects of the widget's animation, such as duration and easing.

 
public Fieldstatic (Shared in Visual Basic)axis

Type: wijmo.chart.chart_axes

A value that contains all of the information to create the X and Y axes of the chart

 
public Fieldstatic (Shared in Visual Basic)chartLabelFormatString

Default value: ""

Sets the numeric format of the chart labels that show the value of each chart element. You can use Standard Numeric Format Strings.

 
public Fieldstatic (Shared in Visual Basic)chartLabelStyle

Sets all of the style options of the chart labels that show the value of each chart element.

 
public Fieldstatic (Shared in Visual Basic)create  
public Fieldstatic (Shared in Visual Basic)culture

Default value: ""

A value that indicator the culture to format the chart text.

 
public Fieldstatic (Shared in Visual Basic)data

Default value: null

Bind a field to each series's data x array

 
public Fieldstatic (Shared in Visual Basic)dataSource

Default value: null

Sets the array to use as a source for data that you can bind to the axes in your seriesList.

 
public Fieldstatic (Shared in Visual Basic)disabled  
public Fieldstatic (Shared in Visual Basic)disableDefaultTextStyle

Default value: false

Sets a value indicating whether you can set the font-family of the text using a class instead of options.

 
public Fieldstatic (Shared in Visual Basic)footer

Type: wijmo.chart.chart_title

Sets up the object to use as the footer of the barchart.

 
public Fieldstatic (Shared in Visual Basic)header

Type: wijmo.chart.chart_title

Sets up the object to use as the header of the barchart.

 
public Fieldstatic (Shared in Visual Basic)height

Default value: null

Sets the height of the barchart in pixels.

 
public Fieldstatic (Shared in Visual Basic)hint

Type: wijmo.chart.chart_hint

Creates an object to use as the tooltip, or hint, when the mouse is over a chart element.

 
public Fieldstatic (Shared in Visual Basic)indicator

Type: wijmo.chart.chart_indicator

Sets up an object that can display an indicator line running horizontally/vertically through the center of each chart element in the chart when the user clicks the chart element.

 
public Fieldstatic (Shared in Visual Basic)legend

Type: wijmo.chart.chart_legend

Creates a legend object to display with the chart.

 
public Fieldstatic (Shared in Visual Basic)marginBottom

Default value: 25

Sets the amount of space in pixels between the chart area and the bottom edge of the <div> that defines the widget.

 
public Fieldstatic (Shared in Visual Basic)marginLeft

Default value: 25

Sets the amount of space in pixels between the chart area and the left edge of the <div> that defines the widget

 
public Fieldstatic (Shared in Visual Basic)marginRight

Default value: 25

Sets the amount of space in pixels between the chart area and the right edge of the <div> that defines the widget

 
public Fieldstatic (Shared in Visual Basic)marginTop

Default value: 25

Sets the amount of space in pixels between the chart area and the top edge of the <div> that defines the widget

 
public Fieldstatic (Shared in Visual Basic)seriesHoverStyles

Default value: []

Sets an array of styles to use in rendering bars in the chart when you hover over them.

 
public Fieldstatic (Shared in Visual Basic)seriesList

Creates an array of series objects that contain data values and labels to display in the chart. Each series object consists of a label and a data attribute with its own array of X and Y values. X values are generally text values, while Y values are numeric. The X value determines where the data point appears in relation to the X axis, and the Y value determines where it appears in relation to the Y axis.

The seriesList for a scatter chart also allows you to specify the shapes to use for the data points in each series.

Type: Array

Default: []

 
public Fieldstatic (Shared in Visual Basic)seriesStyles

Default value: []

Sets an array of style objects to use in rendering the bars for each series in the chart.

 
public Fieldstatic (Shared in Visual Basic)seriesTransition

Type: wijmo.chart.chart_animation

The seriesTransition option is used to animate series in the chart when just their values change.

 
public Fieldstatic (Shared in Visual Basic)shadow

Default value: true

A value that indicates whether to show a shadow around the edge of the chart.

 
public Fieldstatic (Shared in Visual Basic)showChartLabels

Default value: false

A value that indicates whether to show default chart labels.

 
public Fieldstatic (Shared in Visual Basic)textStyle

Creates an object to use for the fallback style of any chart text that does not have other style options set.

 
public Fieldstatic (Shared in Visual Basic)width

Default value: null

Sets the width of the chart in pixels.

 
public Fieldstatic (Shared in Visual Basic)zoomOnHover

Default value: true

A value that indicates whether to zoom in on the marker on hover.

 
Top
Events
 NameDescription
public EventbeforePaintThis event fires before the canvas is painted. This event can be cancelled. "return false;" to cancel the event.  
public EventbeforeSeriesChangeThis event fires before the series changes. This event can be cancelled. "return false;" to cancel the event.  
public EventclickFires when the user clicks the chart element.  
public EventmouseDownOccurs when the user clicks a mouse button.  
public EventmouseMoveFires when the user moves the mouse pointer while it is over a chart element.  
public EventmouseOutFires when the user moves the pointer off of the chart element.  
public EventmouseOverFires when the user first places the pointer over the chart element.  
public EventmouseUpFires when the user releases a mouse button while the pointer is over the chart element.  
public EventpaintedThis event fires after the canvas is painted.  
public EventseriesChangedThis event fires when the series changes.  
Top
See Also

Reference

jQuery.wijmo.wijscatterchart Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.