ViewChartType Struct
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.
Chart type of the main view in Cost Analysis. Required.
public readonly struct ViewChartType : IEquatable<Azure.ResourceManager.CostManagement.Models.ViewChartType>
type ViewChartType = struct
Public Structure ViewChartType
Implements IEquatable(Of ViewChartType)
- Inheritance
-
ViewChartType
- Implements
Constructors
| Name | Description |
|---|---|
| ViewChartType(String) |
Initializes a new instance of ViewChartType. |
Properties
| Name | Description |
|---|---|
| Area |
Area. |
| GroupedColumn |
GroupedColumn. |
| Line |
Line. |
| StackedColumn |
StackedColumn. |
| Table |
Table. |
Methods
| Name | Description |
|---|---|
| Equals(ViewChartType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ViewChartType, ViewChartType) |
Determines if two ViewChartType values are the same. |
| Implicit(String to ViewChartType) |
Converts a String to a ViewChartType. |
| Inequality(ViewChartType, ViewChartType) |
Determines if two ViewChartType values are not the same. |