liborigin  2.0.0
Public Member Functions | Public Attributes | List of all members
Origin::GraphLayer Struct Reference

#include <OriginObj.h>

Public Member Functions

 GraphLayer ()
 
bool is3D () const
 

Public Attributes

Color backgroundColor
 
vector< Bitmapbitmaps
 
BorderType borderType
 
Rect clientRect
 
ColorScale colorScale
 
vector< GraphCurvecurves
 
vector< Figurefigures
 
double histogramBegin
 
double histogramBin
 
double histogramEnd
 
double hLine
 
bool imageProfileTool
 
bool isXYY3D
 
TextBox legend
 
vector< Linelines
 
PercentileProperties percentile
 
vector< TextBoxpieTexts
 
vector< TextBoxtexts
 
double vLine
 
GraphAxis xAxis
 
GraphAxisBreak xAxisBreak
 
float xLength
 
GraphAxis yAxis
 
GraphAxisBreak yAxisBreak
 
float yLength
 
GraphAxis zAxis
 
GraphAxisBreak zAxisBreak
 
float zLength
 

Constructor & Destructor Documentation

◆ GraphLayer()

Origin::GraphLayer::GraphLayer ( )
inline

Member Function Documentation

◆ is3D()

bool Origin::GraphLayer::is3D ( ) const
inline

Member Data Documentation

◆ backgroundColor

Color Origin::GraphLayer::backgroundColor

◆ bitmaps

vector<Bitmap> Origin::GraphLayer::bitmaps

◆ borderType

BorderType Origin::GraphLayer::borderType

◆ clientRect

Rect Origin::GraphLayer::clientRect

◆ colorScale

ColorScale Origin::GraphLayer::colorScale

◆ curves

vector<GraphCurve> Origin::GraphLayer::curves

◆ figures

vector<Figure> Origin::GraphLayer::figures

◆ histogramBegin

double Origin::GraphLayer::histogramBegin

◆ histogramBin

double Origin::GraphLayer::histogramBin

◆ histogramEnd

double Origin::GraphLayer::histogramEnd

◆ hLine

double Origin::GraphLayer::hLine

◆ imageProfileTool

bool Origin::GraphLayer::imageProfileTool

◆ isXYY3D

bool Origin::GraphLayer::isXYY3D

◆ legend

TextBox Origin::GraphLayer::legend

◆ lines

vector<Line> Origin::GraphLayer::lines

◆ percentile

PercentileProperties Origin::GraphLayer::percentile

◆ pieTexts

vector<TextBox> Origin::GraphLayer::pieTexts

◆ texts

vector<TextBox> Origin::GraphLayer::texts

◆ vLine

double Origin::GraphLayer::vLine

◆ xAxis

GraphAxis Origin::GraphLayer::xAxis

◆ xAxisBreak

GraphAxisBreak Origin::GraphLayer::xAxisBreak

◆ xLength

float Origin::GraphLayer::xLength

◆ yAxis

GraphAxis Origin::GraphLayer::yAxis

◆ yAxisBreak

GraphAxisBreak Origin::GraphLayer::yAxisBreak

◆ yLength

float Origin::GraphLayer::yLength

◆ zAxis

GraphAxis Origin::GraphLayer::zAxis

◆ zAxisBreak

GraphAxisBreak Origin::GraphLayer::zAxisBreak

◆ zLength

float Origin::GraphLayer::zLength

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