|
LibreOffice Module sc (master) 1
|
Sparkline value and action that needs to me performed on the value. More...
#include <SparklineRenderer.hxx>
Public Types | |
| enum class | Action { None , Skip , Interpolate } |
Public Member Functions | |
| SparklineValue (double aValue, Action eAction) | |
Public Attributes | |
| double | maValue |
| Action | meAction |
Sparkline value and action that needs to me performed on the value.
Definition at line 34 of file SparklineRenderer.hxx.
|
strong |
| Enumerator | |
|---|---|
| None | |
| Skip | |
| Interpolate | |
Definition at line 36 of file SparklineRenderer.hxx.
|
inline |
Definition at line 46 of file SparklineRenderer.hxx.
| double sc::SparklineValue::maValue |
Definition at line 43 of file SparklineRenderer.hxx.
| Action sc::SparklineValue::meAction |
Definition at line 44 of file SparklineRenderer.hxx.