Click or drag to resize

GraphCurvePlot Enumeration

Plot types supported by a graph curve.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public enum Plot
Members
Member nameValueDescription
Scatter3D1013D scatter plot.
Surface3D1033D surface plot.
Vector3D1833D vector plot.
ScatterAndErrorBar3D1843D scatter plot with error bars.
TernaryContour185Ternary contour plot.
PolarXrYTheta186Polar plot with X as radius and Y as angle.
SmithChart191Smith chart plot.
Polar192Polar plot.
BubbleIndexed193Bubble plot with indexed sizes or colors.
BubbleColorMapped194Bubble plot with color mapping.
Line200Line plot.
Scatter201Scatter plot.
LineSymbol202Line and symbol plot.
Column203Column plot.
Area204Area plot.
HiLoClose205High-low-close plot.
Box206Box plot.
ColumnFloat207Floating column plot.
Vector208Vector plot.
PlotDot209Dot plot.
Wall3D2103D wall plot.
Ribbon3D2113D ribbon plot.
Bar3D2123D bar plot.
ColumnStack213Stacked column plot.
AreaStack214Stacked area plot.
Bar215Bar plot.
BarStack216Stacked bar plot.
FlowVector218Flow vector plot.
Histogram219Histogram plot.
MatrixImage220Matrix image plot.
Pie225Pie chart.
Contour226Contour plot.
Unknown230Unknown plot type.
ErrorBar231Error bar plot.
TextPlot232Text plot.
XErrorBar233X error bar plot.
SurfaceColorMap236Surface plot with color mapping.
SurfaceColorFill237Surface plot with color fill.
SurfaceWireframe238Wireframe surface plot.
SurfaceBars239Surface bar plot.
Line3D2403D line plot.
Text3D2413D text plot.
Mesh3D2423D mesh plot.
XYZContour243XYZ contour plot.
XYZTriangular245XYZ triangular surface plot.
LineSeries246Line series plot.
YErrorBar254Y error bar plot.
XYErrorBar255XY error bar plot.

The GraphCurvePlot type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also