#include <KDChartLineAttributes.h>
Public Types | |
enum | MissingValuesPolicy { MissingValuesAreBridged, MissingValuesHideSegments, MissingValuesShownAsZero, MissingValuesPolicyIgnored } |
MissingValuesPolicy specifies how a missing value will be shown in a line diagram. More... | |
Public Member Functions | |
bool | displayArea () const |
LineAttributes (const LineAttributes &) | |
LineAttributes () | |
MissingValuesPolicy | missingValuesPolicy () const |
bool | operator!= (const LineAttributes &other) const |
LineAttributes & | operator= (const LineAttributes &) |
bool | operator== (const LineAttributes &) const |
void | setDisplayArea (bool display) |
void | setMissingValuesPolicy (MissingValuesPolicy policy) |
void | setTransparency (uint alpha) |
uint | transparency () const |
~LineAttributes () |
|
MissingValuesPolicy specifies how a missing value will be shown in a line diagram. Missing value is assumed if the data cell contains a QVariant that can not be interpreted as a double, or if the data cell is hidden while its dataset is not hidden.
Definition at line 55 of file KDChartLineAttributes.h.
00055 { 00056 MissingValuesAreBridged, 00057 MissingValuesHideSegments, 00058 MissingValuesShownAsZero, 00059 MissingValuesPolicyIgnored }; |
|
|
|
|
|
|
|
Referenced by operator<<(), and KDChart::LineDiagram::paint(). |
|
Referenced by KDChart::LineDiagram::getCellValues(). |
|
Definition at line 79 of file KDChartLineAttributes.h.
00079 { return !operator==(other); } |
|
|
|
|
|
|
|
|
|
|
|
Referenced by operator<<(), and KDChart::LineDiagram::paint(). |