class flotStyleLine in Flot 6
Same name and namespace in other branches
- 7 flot.module \flotStyleLine
Basic line style class for the flot.
Hierarchy
- class \flotStyle
- class \flotStyleLine
Expanded class hierarchy of flotStyleLine
File
- ./
flot.module, line 185
View source
class flotStyleLine extends flotStyle {
function __construct() {
parent::__construct();
$this->lines->show = TRUE;
$this->lines->lineWidth = 1;
$this->lines->fill = 0.1;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
public | property | ||
flotStyle:: |
function | |||
flotStyle:: |
function | |||
flotStyleLine:: |
function |
Overrides flotStyle:: |