Pie Item Class
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
[SerializableAttribute]
public class PieItem : CurveItem, ICloneable,
ISerializableVB
<SerializableAttribute>
Public Class PieItem
Inherits CurveItem
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
| PieItem | |
| PieItem(PieItem) | |
| PieItem(Double, String) | |
| PieItem(SerializationInfo, StreamingContext) | |
| PieItem(Double, Color, Double, String) | |
| PieItem(Double, Color, Color, Single, Double, String) |
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
| AddPoint(PointPair) | (Inherited from CurveItem) |
| AddPoint(Double, Double) | (Inherited from CurveItem) |
| BaseAxis | (Inherited from CurveItem) |
| BuildLabelString | |
| CalcExplodedRect | |
| CalcNewBaseRect | |
| CalcPieRect | |
| CalculateLinePoints | |
| CalculatePieChartParams | |
| Clear | (Inherited from CurveItem) |
| Clone | |
| DesignLabel | |
| Draw | (Overrides CurveItemDraw(Graphics, GraphPane, Int32, Single)) |
| DrawLabel | |
| DrawLegendKey | (Overrides CurveItemDrawLegendKey(Graphics, GraphPane, RectangleF, Single)) |
| GetBarWidth | (Inherited from CurveItem) |
| GetCoords | (Overrides CurveItemGetCoords(GraphPane, Int32, String)) |
| GetObjectData | (Overrides CurveItemGetObjectData(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 CurveItem) |
| RemovePoint | (Inherited from CurveItem) |
| ValueAxis | (Inherited from CurveItem) |
Fields
| _border | |
| _boundingRectangle | |
| _displacement | |
| _endPoint | |
| _fill | |
| _intersectionPoint | |
| _isOverrideOrdinal | (Inherited from CurveItem) |
| _isSelectable | (Inherited from CurveItem) |
| _isSelected | (Inherited from CurveItem) |
| _isVisible | (Inherited from CurveItem) |
| _isX2Axis | (Inherited from CurveItem) |
| _isY2Axis | (Inherited from CurveItem) |
| _labelDetail | |
| _labelStr | |
| _labelType | |
| _midAngle | |
| _percentDecimalDigits | |
| _pieValue | |
| _pivotPoint | |
| _points | (Inherited from CurveItem) |
| _rotator | |
| _slicePath | |
| _startAngle | |
| _sweepAngle | |
| _valueDecimalDigits | |
| _yAxisIndex | (Inherited from CurveItem) |
| schema2 | |
| Tag | (Inherited from CurveItem) |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| ICloneableClone | Creates a new object that is a copy of the current instance. |