The following tables list the members exposed by SubValue.
Name | Description | |
---|---|---|
![]() | SubValue Constructor | Creates an instance of the SubValue object. |
Name | Description | |
---|---|---|
![]() | ErrorHigh | |
![]() | ErrorHighValue | |
![]() | ErrorLow | |
![]() | ErrorLowValue | |
![]() | ErrorPercentageHigh | |
![]() | ErrorPercentageLow | |
![]() | Line | Gets or sets a Line object used to draw the lines of this SubValue. |
![]() | Marker | Gets or sets an ElementMarker object drawn when the SubValue's type is set to SubValueType.Marker.. |
![]() | Name | |
![]() | Type | Gets or sets a SubValueType that determines how this sub value is drawn. |
Name | Description | |
---|---|---|
![]() ![]() | FromHighLowValue | Creates a new instance of a SubValue object with an independent range based on the specified low and high values. |
![]() ![]() | FromOffset | Creates a new instance of a SubValue class with a single value offset from an element's Yvalue. |
![]() ![]() | FromPercent | Creates a new instance of a SubValue class with a single value based on the specified percentage of the related element's Yvalue. |
![]() ![]() | FromPlusMinusOffset | Overloaded. Creates a new instance of a SubValue class with a different range offset from an element's Yvalue in both directions. Hence, the resulting range will be the sum of the high and low offset values. |
![]() ![]() | FromPlusMinusPercent | Overloaded. Creates a new instance of a SubValue class with a range based on the specified percentage of the related element's Yvalue in both directions. Hence, the resulting range will be twice the specified percentage. |
![]() ![]() | FromValue | Overloaded. Creates a new instance of a SubValue class with a single independent value. |