Mantid
Loading...
Searching...
No Matches
Enumerations
GraphOptions Namespace Reference

This file contains declarations of options such as scale types that are shared between the colormaps and instrument window. More...

Enumerations

enum  Axis { Left , Right , Bottom , Top }
 Axis choice. More...
 
enum  CurveType {
  Unspecified = -1 , Line , Scatter , LineSymbols ,
  VerticalBars , Area , Pie , VerticalDropLines ,
  Spline , HorizontalSteps , Histogram , HorizontalBars ,
  VectXYXY , ErrorBars , Box , VectXYAM ,
  VerticalSteps , ColorMap , GrayScale , ColorMapContour ,
  Contour , Function , ImagePlot , User
}
 Graph curve type. More...
 
enum  ScaleType { Linear = 0 , Log10 , Power }
 Scale type enumeration. More...
 

Detailed Description

This file contains declarations of options such as scale types that are shared between the colormaps and instrument window.

Enumeration Type Documentation

◆ Axis

Axis choice.

Enumerator
Left 
Right 
Bottom 
Top 

Definition at line 23 of file GraphOptions.h.

◆ CurveType

Graph curve type.

Enumerator
Unspecified 
Line 
Scatter 
LineSymbols 
VerticalBars 
Area 
Pie 
VerticalDropLines 
Spline 
HorizontalSteps 
Histogram 
HorizontalBars 
VectXYXY 
ErrorBars 
Box 
VectXYAM 
VerticalSteps 
ColorMap 
GrayScale 
ColorMapContour 
Contour 
Function 
ImagePlot 
User 

Definition at line 28 of file GraphOptions.h.

◆ ScaleType

Scale type enumeration.

Enumerator
Linear 
Log10 
Power 

Definition at line 18 of file GraphOptions.h.