TrendlineValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Trendline Type
public enum TrendlineValues
public readonly struct TrendlineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.TrendlineValues>
type TrendlineValues =
type TrendlineValues = struct
interface IEnumValue
interface IEnumValueFactory<TrendlineValues>
Public Enum TrendlineValues
Public Structure TrendlineValues
Implements IEnumValue, IEnumValueFactory(Of TrendlineValues), IEquatable(Of TrendlineValues)
- Inheritance
-
TrendlineValues
- Inheritance
-
TrendlineValues
Fields
Name | Value | Description |
---|---|---|
Exponential | 0 | Exponential. When the item is serialized out as xml, its value is "exp". |
Linear | 1 | Linear. When the item is serialized out as xml, its value is "linear". |
Logarithmic | 2 | Logarithmic. When the item is serialized out as xml, its value is "log". |
MovingAverage | 3 | Moving Average. When the item is serialized out as xml, its value is "movingAvg". |
Polynomial | 4 | Polynomial. When the item is serialized out as xml, its value is "poly". |
Power | 5 | Power. When the item is serialized out as xml, its value is "power". |
Equality(TrendlineValues, TrendlineValues) | ||
Equals(Object) | ||
Equals(TrendlineValues) | ||
Exponential | Exponential. When the item is serialized out as xml, its value is "exp". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TrendlineValues>.Create(String) | ||
Inequality(TrendlineValues, TrendlineValues) | ||
Linear | Linear. When the item is serialized out as xml, its value is "linear". |
|
Logarithmic | Logarithmic. When the item is serialized out as xml, its value is "log". |
|
MovingAverage | Moving Average. When the item is serialized out as xml, its value is "movingAvg". |
|
Polynomial | Polynomial. When the item is serialized out as xml, its value is "poly". |
|
Power | Power. When the item is serialized out as xml, its value is "power". |
|
ToString() | ||
TrendlineValues(String) | Creates a new TrendlineValues enum instance |