[]
Custom axis
[TypeConverter(typeof())]
public sealed class CustomAxis : AxisBase, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, IMouseEnabled, IMouseHandler, INamedComponent, IDisposable
Name | Description |
---|---|
CustomAxis() | Creates default axis |
CustomAxis(string) | For internal use only. |
CustomAxis(string, GraphXmlSerializationContext) | For internal use only. |
Name | Description |
---|---|
IsDirty | Dirty state. |
MaxDerived | if true, axis automatically calculates it's max value based on position against parent axis |
MinDerived | if true, axis automatically calculates it's min value based on position against parent axis |
Parent | Main axis (i.e. X, Y or Z) on which to draw this custom axis |
PlacementLength | Legnth of custom axis in terms of parent axis |
PlacementLocation | Position of custom axis' origin in terms of parent axis |
Name | Description |
---|---|
Clone() | This member overrides
|