IViewProperties.Chart Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Chart type of the main view in Cost Analysis. Required.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ChartType) }, ReadOnly=false, Required=false, SerializedName="chart")]
public Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ChartType? Chart { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Runtime.Info(Description="Chart type of the main view in Cost Analysis. Required.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ChartType) }, ReadOnly=false, Required=false, SerializedName="chart")>]
member this.Chart : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ChartType> with get, set
Public Property Chart As Nullable(Of ChartType)
Property Value
- Attributes