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
ViewChartType(String) |
Initializes a new instance of ViewChartType. |
Properties
Area |
Area. |
GroupedColumn |
GroupedColumn. |
Line |
Line. |
StackedColumn |
StackedColumn. |
Table |
Table. |
Methods
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
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. |
Applies to
Azure SDK for .NET