2.2.4.16 AnalyticChartReportView

Namespace: http://www.microsoft.com/performancepoint/scorecards

The AnalyticChartReportView is a complex type that contains the chart type report view details for analytic reports.

 <xs:complexType name="AnalyticChartReportView" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:AnalyticBaseReportViewData">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Title" type="tns:Title"/>
         <xs:element minOccurs="0" maxOccurs="1" name="PlotAreaBackColor" type="xs:string"/>
         <xs:element minOccurs="0" maxOccurs="1" name="Legend" type="tns:AnalyticChartLegend"/>
       </xs:sequence>
       <xs:attribute default="Column" name="ChartType" type="tns:AnalyticChartType"/>
       <xs:attribute default="None" name="LineMarkerStyle" type="tns:AnalyticMarkerStyle"/>
       <xs:attribute default="true" name="ChartColorVisible" type="xs:boolean"/>
       <xs:attribute default="false" name="ChartPointersVisible" type="xs:boolean"/>
       <xs:attribute default="2" name="LineWidth" type="xs:int"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

Title: The title for the analytic chart as specified in Title complex type (section 2.2.4.178).

PlotAreaBackColor: The plot area background color for the grid data values of the analytic report. The background color is specified by a string. This MUST be one of the following formats:

  • "NamedColor:<name>" where:

  • "<name>" is the name of a predefined color, specified by a string. Values MUST be the same as the names of the elements listed in Color Table 1 (see section 2.2.4.14).

  • "ARGBColor:<A>:<R>:<G>:<B>" where:

    • "<A>" is the alpha component, specified by a string. Values MUST NOT be less than 0 and MUST NOT be greater than 255.

    • "<R>" is the red component, specified by a string. Values MUST NOT be less than 0 and MUST NOT be greater than 255.

    • "<G>" is the green component, specified by a string. Values MUST NOT be less than 0 and MUST NOT be greater than 255.

    • "<B>" is the blue component, specified by a string. Values MUST NOT be less than 0 and MUST NOT be greater than 255.

Legend: The chart legend as specified in AnalyticChartLegend complex type (section 2.2.4.15).

ChartType: The type of analytic chart, as specified in AnalyticChartType simple type (section 2.2.5.3). This element MUST be present and the default value is of Column type.

LineMarkerStyle: The style for the line markers in the analytic chart as specified in AnalyticMarkerStyle (section 2.2.5.5). This element MUST be present and the default value is "None".

ChartColorVisible: This attribute MUST be present and MUST be TRUE if the analytic chart color is visible; otherwise, the attribute is FALSE.

ChartPointersVisible: This attribute MUST be present and MUST be TRUE if the pointers of the analytic chart are visible; otherwise, the attribute is FALSE.

LineWidth: This element is a deprecated property, and MUST NOT be used.