Fill 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 Fill : ISerializable, ICloneableVB
<SerializableAttribute>
Public Class Fill
Implements ISerializable, ICloneable- Inheritance
- Object Fill
- Implements
- ICloneable, ISerializable
Constructors
Properties
| AlignH | |
| AlignV | |
| Brush | |
| Color | |
| IsGradientValueType | |
| IsScaled | |
| IsVisible | |
| RangeDefault | |
| RangeMax | |
| RangeMin | |
| SecondaryValueGradientColor | |
| Type |
Methods
| Clone | |
| CreateBrushFromBlend | |
| Draw(Graphics, RectangleF) | |
| Draw(Graphics, RectangleF, PointPair) | |
| GetObjectData | |
| Init | |
| MakeBrush(RectangleF) | |
| MakeBrush(RectangleF, PointPair) | |
| ScaleBrush |
Fields
| _alignH | |
| _alignV | |
| _angle | |
| _brush | |
| _color | |
| _colorList | |
| _gradientBM | |
| _image | |
| _isScaled | |
| _positionList | |
| _rangeDefault | |
| _rangeMax | |
| _rangeMin | |
| _secondaryValueGradientColor | |
| _type | |
| _wrapMode | |
| schema |
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. |