Mantid
Loading...
Searching...
No Matches
GraphOptions.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
13namespace GraphOptions {
14
18enum ScaleType { Linear = 0, Log10, Power };
19
23enum Axis { Left, Right, Bottom, Top };
24
52 User
53};
54} // namespace GraphOptions
This file contains declarations of options such as scale types that are shared between the colormaps ...
Definition: GraphOptions.h:13
CurveType
Graph curve type.
Definition: GraphOptions.h:28
ScaleType
Scale type enumeration.
Definition: GraphOptions.h:18
Axis
Axis choice.
Definition: GraphOptions.h:23