Click or drag to resize

GraphCurve Class

Represents a plot curve with visual properties and data references.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginGraphCurve

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class GraphCurve

The GraphCurve type exposes the following members.

Constructors
 NameDescription
Public methodGraphCurveInitializes a new instance of the GraphCurve class
Top
Properties
 NameDescription
Public propertyColorMapColor map used for contour plots. Initialized lazily.
Public propertyPiePie chart specific properties. Initialized lazily.
Public propertySurfaceSurface plot specific properties. Initialized lazily.
Public propertyTextText plot specific properties. Initialized lazily.
Public propertyVectorVector plot specific properties. Initialized lazily.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldBoxWidthWidth for box-type plots.
Public fieldConnectSymbolsWhether symbols are connected by lines.
Public fieldDataNameName of the dataset that contains the curve data.
Public fieldFillAreaWhether the area under/around the curve is filled.
Public fieldFillAreaColorColor used to fill the area.
Public fieldFillAreaPatternFill pattern index for the fill area.
Public fieldFillAreaPatternBorderColorColor for the fill area pattern border.
Public fieldFillAreaPatternBorderStyleBorder style for the fill area pattern.
Public fieldFillAreaPatternBorderWidthWidth for the fill area pattern border.
Public fieldFillAreaPatternColorColor used for the fill area pattern.
Public fieldFillAreaPatternWidthLine width used for the fill area pattern.
Public fieldFillAreaTransparencyTransparency for the fill area.
Public fieldFillAreaTypeType identifier for fill areas.
Public fieldFillAreaWithLineTransparencyWhether the fill area respects line transparency.
Public fieldIsHiddenWhether the curve is hidden.
Public fieldLineColorColor used for the curve line.
Public fieldLineConnectHow line segments are connected between points.
Public fieldLineStyleLine style index.
Public fieldLineTransparencyTransparency level for the line (0-255).
Public fieldLineWidthWidth of the line used when drawing the curve.
Public fieldPlotTypeType of plot for this curve.
Public fieldPointOffsetOffset applied to points when rendering.
Public fieldSymbolColorColor used for symbol outlines.
Public fieldSymbolFillColorFill color used for symbols.
Public fieldSymbolFillTransparencyTransparency for symbol fill.
Public fieldSymbolInteriorInterior style for symbols.
Public fieldSymbolShapeShape identifier for symbols.
Public fieldSymbolSizeSize of symbols.
Public fieldSymbolThicknessThickness of symbol outlines.
Public fieldXColumnNameName of the X column used by the curve.
Public fieldXDataNameName of the dataset providing X values (if different).
Public fieldYColumnNameName of the Y column used by the curve.
Public fieldZColumnNameName of the Z column used by the curve (for 3D plots).
Top
See Also