[]
Represents an axis stripe.
public class Stripe : IXmlSerializable
Public Class Stripe
Implements IXmlSerializable
Name | Description |
---|---|
Stripe() | Creates a new axis stripe. |
Stripe(Stripe) | Creates a new axis stripe that is a deep copy of the specified axis stripe. |
Stripe(double, double, Fill) | Creates a new axis stripe with the specified range and fill. |
Name | Description |
---|---|
Fill | Gets or sets the fill of the stripe. |
From | Gets or sets the start value of the stripe. |
To | Gets or sets the end value of the stripe. |
Name | Description |
---|---|
Clone() | Creates a deep copy of this stripe. |
GetSchema() | This method is reserved and should not be used. |
OnChanged(EventArgs) | Raises the Changed event. |
ReadXml(XmlReader) | Generates an object from its XML representation. |
WriteXml(XmlWriter) | Converts an object into its XML representation. |
Name | Description |
---|---|
Changed | Occurs when the stripe is changed. |