JavaScript/jQuery Chart - ArgumentAxisConstantLines
Declares a collection of constant lines belonging to the argument axis.
                        import { ArgumentAxisConstantLines } from "devextreme/viz/chart"
                    
            displayBehindSeries
Specifies whether to display the constant line behind or in front of the series.
                        Type:
                    
                
                    Default Value: false
                
        extendAxis
Specifies whether to extend the axis's default visual range to display the constant line.
                        Type:
                    
                
                    Default Value: false
                
        Feedback