|
ROOT 6.12/07 Reference Guide |
Stores drawing attributes for a histogram.
This class contains the properties that are independent of the histogram dimensionality, and used by at least one of the visualizations (scatter, bar, etc).
Customize the defaults with THistDrawingOpts<1>::Default().SetLineColor(TColor::kRed); or by modifying the style configuration file rootstylerc (e.g. $ROOTSYS/etc/system.rootstylerc or ~/.rootstylerc).
Definition at line 33 of file THistDrawingOpts.hxx.
Public Member Functions | |
| THistCoreAttrs ()=default | |
| THistCoreAttrs (TDrawingOptsBaseNoDefault &opts, const std::string &name) | |
Public Attributes | |
| TFillAttrs | fFill |
| The histogram fill attributes. More... | |
| TLineAttrs | fLine |
| Index of the line color in TCanvas's color table. More... | |
#include <ROOT/THistDrawingOpts.hxx>
|
default |
|
inline |
Definition at line 41 of file THistDrawingOpts.hxx.
| TFillAttrs ROOT::Experimental::THistCoreAttrs::fFill |
The histogram fill attributes.
Definition at line 38 of file THistDrawingOpts.hxx.
| TLineAttrs ROOT::Experimental::THistCoreAttrs::fLine |
Index of the line color in TCanvas's color table.
The histogram line attributes
Definition at line 37 of file THistDrawingOpts.hxx.