PieItem Class

Definition

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

Constructors

Properties

Border 
Color
(Inherited from CurveItem)
Displacement 
Fill 
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)
LabelDetail 
LabelType 
Link
(Inherited from CurveItem)
MidAngle 
NPts
(Inherited from CurveItem)
PercentDecimalDigits 
Points
(Inherited from CurveItem)
SlicePath 
StartAngle 
SweepAngle 
Value 
ValueDecimalDigits 
YAxisIndex
(Inherited from CurveItem)

Methods

Fields

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