Home
last modified time | relevance | path

Searched refs:line_style (Results 1 – 2 of 2) sorted by relevance

/plugin/projects/plugins/target/
H A Dplot.php140 $style = $this->plot->line_style($name, 'style');
141 $line_color = $this->plot->line_style($name, 'color');
148 $line_width = $this->plot->line_style($name, 'width');
150 $dot_size = $this->plot->line_style($name, 'dot-size');
158 $radius = $this->plot->line_style($name, 'radius');
/plugin/projects/plugins/file/
H A Dplot_dependency.php51 public function line_style($style_name, $property_name) { function in PlotDefinition