RenderingType 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.
Defines values for RenderingType.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum RenderingType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type RenderingType =
Public Enum RenderingType
- Inheritance
-
RenderingType
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Name | Value | Description |
---|---|---|
NoGraph | 0 | |
Table | 1 | |
TimeSeries | 2 | |
TimeSeriesPerInstance | 3 | |
PieChart | 4 | |
DataSummary | 5 | |
6 | ||
Insights | 7 | |
DynamicInsight | 8 | |
Markdown | 9 | |
Detector | 10 | |
DropDown | 11 | |
Card | 12 | |
Solution | 13 | |
Guage | 14 | |
Form | 15 | |
ChangeSets | 16 | |
ChangeAnalysisOnboarding | 17 | |
ChangesView | 18 | |
AppInsight | 19 | |
DependencyGraph | 20 | |
DownTime | 21 | |
SummaryCard | 22 | |
SearchComponent | 23 | |
AppInsightEnablement | 24 |