CSAxis |
[Missing <summary> documentation for "T:Altaxo.Graph.CSAxisInformation"]
[SerializableAttribute] public class CSAxisInformation : IImmutable
The CSAxisInformation type exposes the following members.
Name | Description | |
---|---|---|
CSAxisInformation(CSLineID) | Initializes a new instance of the CSAxisInformation class, with only the identifier, but no other information. | |
CSAxisInformation(CSLineID, String, String, String, CSAxisSide) | Initializes a new instance of the CSAxisInformation class | |
CSAxisInformation(CSLineID, String, String, String, CSAxisSide, Boolean, Boolean) | Initializes a new instance of the CSAxisInformation class | |
CSAxisInformation(CSLineID, String, String, String, String, String, CSAxisSide, CSAxisSide, Boolean, Boolean, Boolean, Boolean) | Initializes a new instance of the CSAxisInformation class |
Name | Description | |
---|---|---|
HasLabelsByDefault | ||
HasTicksByDefault | ||
HasTitleByDefault | ||
Identifier | ||
IsShownByDefault | ||
LogicalValueAxisEnd | This is the logical value where the axis ends. Normally, this is 1 (one). For a segment of an axis, this might be be any value. | |
LogicalValueAxisOrg | This is the logical value where the axis starts. Normally, this is 0 (zero). For a segment of an axis, this might be any value. | |
NameOfAxisStyle | Name of the axis style. For cartesian coordinates for instance left, right, bottom or top. | |
NameOfFirstDownSide | Name of the side (in the first alternate direction) of an axis style to lower logical values. For the bottom axis, this is for instance "outer". | |
NameOfFirstUpSide | Name of the side (in the first alternate direction) of an axis style to higher logical values. For the bottom axis, this is for instance "inner". | |
NameOfSecondDownSide | Name of the side (in the second alternate direction) of an axis style to lower logical values. For the bottom axis, this would be in the direction to the viewer. | |
NameOfSecondUpSide | Name of the side (in the second alternate direction) of an axis style to higher logical values. For the bottom axis, this would be in the direction away from the viewer. | |
PreferredLabelSide | Side of an axis style where the label is probably shown. For the bottom axis, this is for instance the right side, i.e. the outer side. | |
PreferredTickSide | Side of an axis style where the ticks are probably shown. For the bottom axis, this is for instance the right side, i.e. the outer side. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
NewWithDefaultValues | ||
ToString | Returns a string that represents the current object. (Inherited from Object) | |
WithIdentifier | ||
WithLogicalValuesForAxisOrgAndEnd | ||
WithNameOfAxisStyle | ||
WithNamesForFirstUpAndDownSides | ||
WithNamesForSecondUpAndDownSides |