JavaScript/jQuery Chart - commonSeriesSettings.point.image.url
Specifies the URL of the image to be used as a point marker.
                    Default Value: undefined
                
                    
                        This member is exposed by the following entities:
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                            
                    
        Normally, this property accepts one URL as a string value, but if you have a range area series, you may want to specify different images for the minimum and maximum points. In that instance, set the url property to an object with the rangeMinPoint and rangeMaxPoint fields.
rangeMaxPoint
Specifies the URL of the image to be used as a maximum point marker.
                        Type:
 |  undefined                    
                
                    Default Value: undefined
                
                    
                        This member is exposed by the following entities:
                            
                    
        rangeMinPoint
Specifies the URL of the image to be used as a maximum point marker.
                        Type:
 |  undefined                    
                
                    Default Value: undefined
                
                    
                        This member is exposed by the following entities:
                            
                    
        Feedback