StickItem Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class StickItem : LineItem, ICloneable, 
	ISerializable
Inheritance
Object    CurveItem    LineItem    StickItem
Implements
ICloneable, ISerializable

Constructors

Properties

Color
(Inherited from CurveItem)
IsBar
(Inherited from CurveItem)
IsLine
(Inherited from CurveItem)
IsOverrideOrdinal
(Inherited from CurveItem)
IsPie
(Inherited from CurveItem)
IsSelectable
(Inherited from CurveItem)
IsSelected
(Inherited from CurveItem)
IsVisible
(Inherited from CurveItem)
IsX2Axis
(Inherited from CurveItem)
IsY2Axis
(Inherited from CurveItem)
Item
(Inherited from CurveItem)
Label
(Inherited from CurveItem)
Line
(Inherited from LineItem)
Link
(Inherited from CurveItem)
NPts
(Inherited from CurveItem)
Points
(Inherited from CurveItem)
Symbol
(Inherited from LineItem)
YAxisIndex
(Inherited from CurveItem)

Methods

AddPoint(PointPair)
(Inherited from CurveItem)
AddPoint(Double, Double)
(Inherited from CurveItem)
BaseAxis
(Inherited from CurveItem)
Clear
(Inherited from CurveItem)
Clone 
Draw
(Inherited from LineItem)
DrawLegendKey
(Inherited from LineItem)
GetBarWidth
(Inherited from CurveItem)
GetCoords
(Inherited from LineItem)
GetObjectData
(Overrides LineItemGetObjectData(SerializationInfo, StreamingContext))
GetRange
(Inherited from CurveItem)
GetXAxis
(Inherited from CurveItem)
GetYAxis
(Inherited from CurveItem)
GetYAxisIndex
(Inherited from CurveItem)
MakeUnique
(Inherited from CurveItem)
MakeUnique(ColorSymbolRotator)
(Inherited from LineItem)
RemovePoint
(Inherited from CurveItem)
ValueAxis
(Inherited from CurveItem)

Fields

_isOverrideOrdinal
(Inherited from CurveItem)
_isSelectable
(Inherited from CurveItem)
_isSelected
(Inherited from CurveItem)
_isVisible
(Inherited from CurveItem)
_isX2Axis
(Inherited from CurveItem)
_isY2Axis
(Inherited from CurveItem)
_line
(Inherited from LineItem)
_points
(Inherited from CurveItem)
_symbol
(Inherited from LineItem)
_yAxisIndex
(Inherited from CurveItem)
schema3 
Tag
(Inherited from CurveItem)

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

Explicit Interface Implementations

ICloneableCloneCreates a new object that is a copy of the current instance.

See Also