Performance View

Microsoft.SystemCenter.PerformanceViewType (ViewType)

Displays the performance related to a managed entity.

Element properties:

AccessibilityPublic

Source Code:

<ViewType ID="Microsoft.SystemCenter.PerformanceViewType" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.ViewCriteriaSchema</SchemaType>
<SchemaType>Microsoft.SystemCenter.ViewPresentationSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Criteria" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="RuleList" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Rule" type="xsd:string" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Object" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>with a specific object name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Instance" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>with a specific instance name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Counter" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>with a specific counter name</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Presentation" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="SortedColumnIndex" type="xsd:integer" minOccurs="0"/>
<xsd:element name="SortOrder" type="xsd:integer" minOccurs="0"/>
<xsd:element name="StartTime" type="xsd:dateTime" minOccurs="0"/>
<xsd:element name="EndTime" type="xsd:dateTime" minOccurs="0"/>
<xsd:element name="DynamicTimeTicks" type="xsd:integer" minOccurs="0"/>
<xsd:element name="IsDynamic" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="Is3DMode" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="ShowAlerts" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="ShowMaintenanceMode" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="BaselineMode" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="ShowPointLabels" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="EnableSmartLabels" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="RightAngleAxes" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="ClusterSeries" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="Title" type="xsd:string" minOccurs="0"/>
<xsd:element name="TitleFont" type="xsd:string" minOccurs="0"/>
<xsd:element name="ChartFont" type="xsd:string" minOccurs="0"/>
<xsd:element name="ShowBands" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="BandColor" type="xsd:integer" minOccurs="0"/>
<xsd:element name="ChartType" type="xsd:string" minOccurs="0"/>
<xsd:element name="Depth" type="xsd:integer" minOccurs="0"/>
<xsd:element name="GapDepth" type="xsd:integer" minOccurs="0"/>
<xsd:element name="Perspective" type="xsd:integer" minOccurs="0"/>
<xsd:element name="GraphXRotation" type="xsd:integer" minOccurs="0"/>
<xsd:element name="GraphYRotation" type="xsd:integer" minOccurs="0"/>
<xsd:element name="XLabelAngle" type="xsd:integer" minOccurs="0"/>
<xsd:element name="LabelColor" type="xsd:integer" minOccurs="0"/>
<xsd:element name="LabelFont" type="xsd:string" minOccurs="0"/>
<xsd:element name="XAxisVisible" type="xsd:string" minOccurs="0"/>
<xsd:element name="XShowMajorGridlines" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="XShowMinorGridlines" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="ShowInterlaceStrips" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="XInterlaceColor" type="xsd:integer" minOccurs="0"/>
<xsd:element name="XShowSideMargin" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="XAxisFont" type="xsd:string" minOccurs="0"/>
<xsd:element name="AutoAxis" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="AxisMax" type="xsd:string" minOccurs="0"/>
<xsd:element name="AxisMin" type="xsd:string" minOccurs="0"/>
<xsd:element name="YAxisVisible" type="xsd:string" minOccurs="0"/>
<xsd:element name="YShowMajorGridlines" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="YShowMinorGridlines" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="YShowInterlaceStrips" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="YShowSideMargin" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="YAxisFont" type="xsd:string" minOccurs="0"/>
<xsd:element name="BackgroundColor1" type="xsd:integer" minOccurs="0"/>
<xsd:element name="BackgroundColor2" type="xsd:integer" minOccurs="0"/>
<xsd:element name="GradientType" type="xsd:string" minOccurs="0"/>
<xsd:element name="Series" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PerformanceSeriesSettings" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Show" type="xsd:boolean" minOccurs="0"/>
<xsd:element name="SeriesColor" type="xsd:integer" minOccurs="0"/>
<xsd:element name="ScaleFactor" type="xsd:integer" minOccurs="0"/>
<xsd:element name="Id" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Target" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<ViewImplementation>
<Assembly>Microsoft.Mom.Ui.Components, Culture="", PublicKeyToken="31bf3856ad364e35", Version="6.0.4900.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.UI.PerformanceView</Type>
</ViewImplementation>
</ViewType>