Sets the properties of x axis. # Arguments `show` - Whether or not draw the axis `options` - Array of PlotOption<&str> controlling the appearance of the axis. Relevant options are: `Color` - Specifies the color of the border `LineStyle` - Specifies the style of the border `LineWidth` - Specifies the width of the border
(&'l mut self, show: bool, options: &[PlotOption<&str>])
source not stored for this graph (policy: none)
no test coverage detected