Class pv.Layout.Bullet
				
				
Extends
					pv.Layout.
				
			
				
				
				
					
Defined in:  Bullet.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| 
							
							 Constructs a new, empty bullet layout. 
						 | 
					
| Field Attributes | Field Name and Description | 
|---|---|
| 
								
								 Default properties for bullet layouts. 
							 | 
						|
| 
								
								 The marker prototype. 
							 | 
						|
| 
								
								 The array of marker values. 
							 | 
						|
| 
								
								 Optional; the maximum range value. 
							 | 
						|
| 
								
								 The measure prototype. 
							 | 
						|
| 
								
								 The array of measure values. 
							 | 
						|
| 
								
								 The orientation. 
							 | 
						|
| 
								
								 The range prototype. 
							 | 
						|
| 
								
								 The array of range values. 
							 | 
						
- Fields borrowed from class pv.Panel:
 - canvas, children, overflow, transform
 - Fields borrowed from class pv.Bar:
 - fillStyle, height, lineWidth, strokeStyle, width
 - Fields borrowed from class pv.Mark:
 - bottom, childIndex, cursor, data, events, index, left, parent, proto, reverse, right, root, scale, title, top, type, visible
 
- Methods borrowed from class pv.Panel:
 - add, anchor
 - Methods borrowed from class pv.Mark:
 - anchorTarget, def, event, extend, margin, mouse, render
 
					Class Detail
				
				
				
						pv.Layout.Bullet()
				
				
				
					Constructs a new, empty bullet layout. Layouts are not typically constructed
directly; instead, they are added to an existing panel via
pv.Mark#add.
					
				
				
				
				
				
					
					
					
					
					
					
					
			
					Field Detail
				
				
					 
					
					
					{pv.Layout.Bullet}
					defaults
					
					
					
						Default properties for bullet layouts.
						
						
					
					
					
						
						
						
						
					
					
					{pv.Mark}
					marker
					
					
					
						The marker prototype.
						
						
					
					
					
						
						
						
						
					
					
					{array}
					markers
					
					
					
						The array of marker values.
						
						
					
					
					
						
						
						
						
					
					
					{number}
					maximum
					
					
					
						Optional; the maximum range value.
						
						
					
					
					
						
						
						
						
					
					
					{pv.Mark}
					measure
					
					
					
						The measure prototype.
						
						
					
					
					
						
						
						
						
					
					
					{array}
					measures
					
					
					
						The array of measure values.
						
						
					
					
					
						
						
						
						
					
					
					{string}
					orient
					
					
					
						The orientation.
						
						
					
					
					
						
						
						
						
					
					
					{pv.Mark}
					range
					
					
					
						The range prototype.
						
						
					
					
					
						
						
						
						
					
					
					{array}
					ranges
					
					
					
						The array of range values.