Loading [MathJax]/extensions/tex2jax.js
Logo ROOT   6.12/07
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
List of all members | Public Member Functions | Public Attributes | List of all members
ROOT::Experimental::THistCoreAttrs Class Reference

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>

Constructor & Destructor Documentation

◆ THistCoreAttrs() [1/2]

ROOT::Experimental::THistCoreAttrs::THistCoreAttrs ( )
default

◆ THistCoreAttrs() [2/2]

ROOT::Experimental::THistCoreAttrs::THistCoreAttrs ( TDrawingOptsBaseNoDefault opts,
const std::string &  name 
)
inline

Definition at line 41 of file THistDrawingOpts.hxx.

Member Data Documentation

◆ fFill

TFillAttrs ROOT::Experimental::THistCoreAttrs::fFill

The histogram fill attributes.

Definition at line 38 of file THistDrawingOpts.hxx.

◆ fLine

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.

Collaboration diagram for ROOT::Experimental::THistCoreAttrs:
[legend]

The documentation for this class was generated from the following file: