class flotPoint in Flot 7
Points style class for the flot.
Hierarchy
Expanded class hierarchy of flotPoint
File
- ./
flot.module, line 423
View source
class flotPoint extends flot {
function __construct($settings = NULL) {
$this->show = TRUE;
$this->lineWidth = 1;
$this->fill = 0.1;
parent::__construct($settings);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
flotPoint:: |
function |
Overrides flot:: |