liborigin 2.0.0
|
#include <OriginObj.h>
Public Types | |
enum | LineConnect { NoLine = 0 , Straight = 1 , TwoPointSegment = 2 , ThreePointSegment = 3 , BSpline = 8 , Spline = 9 , StepHorizontal = 11 , StepVertical = 12 , StepHCenter = 13 , StepVCenter = 14 , Bezier = 15 } |
enum | LineStyle { Solid = 0 , Dash = 1 , Dot = 2 , DashDot = 3 , DashDotDot = 4 , ShortDash = 5 , ShortDot = 6 , ShortDashDot = 7 } |
enum | Plot { Line = 200 , Scatter =201 , LineSymbol =202 , Column = 203 , Area = 204 , HiLoClose = 205 , Box = 206 , ColumnFloat = 207 , Vector = 208 , PlotDot = 209 , Wall3D = 210 , Ribbon3D = 211 , Bar3D = 212 , ColumnStack = 213 , AreaStack = 214 , Bar = 215 , BarStack = 216 , FlowVector = 218 , Histogram = 219 , MatrixImage = 220 , Pie = 225 , Contour = 226 , Unknown = 230 , ErrorBar = 231 , TextPlot = 232 , XErrorBar = 233 , SurfaceColorMap = 236 , SurfaceColorFill = 237 , SurfaceWireframe = 238 , SurfaceBars = 239 , Line3D = 240 , Text3D = 241 , Mesh3D = 242 , XYZContour = 243 , XYZTriangular = 245 , LineSeries = 246 , YErrorBar = 254 , XYErrorBar = 255 , GraphScatter3D = 0x8AF0 , GraphTrajectory3D = 0x8AF1 , Polar = 0x00020000 , SmithChart = 0x00040000 , FillArea = 0x00800000 } |
Public Attributes | |
unsigned char | boxWidth |
ColorMap | colorMap |
bool | connectSymbols |
string | dataName |
bool | fillArea |
Color | fillAreaColor |
unsigned char | fillAreaPattern |
Color | fillAreaPatternBorderColor |
unsigned char | fillAreaPatternBorderStyle |
double | fillAreaPatternBorderWidth |
Color | fillAreaPatternColor |
double | fillAreaPatternWidth |
unsigned char | fillAreaType |
Color | lineColor |
unsigned char | lineConnect |
unsigned char | lineStyle |
double | lineWidth |
PieProperties | pie |
unsigned char | pointOffset |
SurfaceProperties | surface |
Color | symbolColor |
Color | symbolFillColor |
double | symbolSize |
unsigned char | symbolThickness |
unsigned short | symbolType |
TextProperties | text |
unsigned char | type |
VectorProperties | vector |
string | xColumnName |
string | yColumnName |
string | zColumnName |
unsigned char Origin::GraphCurve::boxWidth |
ColorMap Origin::GraphCurve::colorMap |
bool Origin::GraphCurve::connectSymbols |
string Origin::GraphCurve::dataName |
bool Origin::GraphCurve::fillArea |
Color Origin::GraphCurve::fillAreaColor |
unsigned char Origin::GraphCurve::fillAreaPattern |
Color Origin::GraphCurve::fillAreaPatternBorderColor |
unsigned char Origin::GraphCurve::fillAreaPatternBorderStyle |
double Origin::GraphCurve::fillAreaPatternBorderWidth |
Color Origin::GraphCurve::fillAreaPatternColor |
double Origin::GraphCurve::fillAreaPatternWidth |
unsigned char Origin::GraphCurve::fillAreaType |
Color Origin::GraphCurve::lineColor |
unsigned char Origin::GraphCurve::lineConnect |
unsigned char Origin::GraphCurve::lineStyle |
double Origin::GraphCurve::lineWidth |
PieProperties Origin::GraphCurve::pie |
unsigned char Origin::GraphCurve::pointOffset |
SurfaceProperties Origin::GraphCurve::surface |
Color Origin::GraphCurve::symbolColor |
Color Origin::GraphCurve::symbolFillColor |
double Origin::GraphCurve::symbolSize |
unsigned char Origin::GraphCurve::symbolThickness |
unsigned short Origin::GraphCurve::symbolType |
TextProperties Origin::GraphCurve::text |
unsigned char Origin::GraphCurve::type |
VectorProperties Origin::GraphCurve::vector |
string Origin::GraphCurve::xColumnName |
string Origin::GraphCurve::yColumnName |
string Origin::GraphCurve::zColumnName |