123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- This file defines what appears in the chart selection dialog
-
- Each chartGroup will show up on the left side of the dialog.
- Each chartType within each chartGroup will show up in the right side of the dialog as a selectable template
-
- smallIcon points to an image in the pat images directory (or relative to it), the image should be 20x20 pixels (required)
- idsLabel is a string resource used for the label of in the list view, put one in each language resource file for multi-lingual text (required)
- useLabels indicates whether or not the chartTypes will have only icons or icons and labels. The default is false (optional)
- <chartGroup smallIcon="image" idsLabel="string resource" useLabels="true">
-
- icon points to an image in the pat images directory (or relative to it), the image should be 48x48 pixels (required)
- idsLabel is a string resource used for the label of in the chart type, by default none is used, put one in each language resource file for multi-lingual text, it is only used if the group has useLabels="true" (optional)
- idsName is a string resource used for the name of chart type displayed at the top of the dialog, put one in each language resource file for multi-lingual text (required)
- idsTips is a string resource used for a description of the chart type displayed at the bottom of the dialog, put one in each language resource file for multi-lingual text (required)
- <chartType icon="chart_icon_bar_clustered_flat.gif" idsLabel="IDS_PROP_float" idsName="IDS_EL_bubbleChart" idsTips="IDS_XTAB_DROP">
- Place the full report spec for a single chart here
- </chartType>
-
- </chartGroup>
- -->
- <resources>
- <xmlFragment id="ChartGroups">
- <chartGroups>
- <chartGroup id="chartGroup_Column" idsLabel="IDS_LBL_CHART_Column" smallIcon="group_v2_column.jpg">
- <chartType legacyMode="v2" id="v2_column_rectangle_clustered" icon="type_v2_column_rectangle_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_column_rectangle_clustered"/>
- <chartType legacyMode="v2" id="v2_column_rectangle_stacked" icon="type_v2_column_rectangle_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_column_rectangle_stacked"/>
- <chartType legacyMode="v2" id="v2_column_rectangle_percent" icon="type_v2_column_rectangle_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_column_rectangle_percent"/>
- <chartType legacyMode="v2" id="v2_column_box_clustered_depth" icon="type_v2_column_box_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_box_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_column_box_stacked_depth" icon="type_v2_column_box_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_box_stacked_depth"/>
- <chartType legacyMode="v2" id="v2_column_box_percent_depth" icon="type_v2_column_box_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_box_percent_depth"/>
- <chartType legacyMode="v2" id="v2_column_cylinder_clustered" icon="type_v2_column_cylinder_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_clustered"/>
- <chartType legacyMode="v2" id="v2_column_cylinder_stacked" icon="type_v2_column_cylinder_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_stacked"/>
- <chartType legacyMode="v2" id="v2_column_cylinder_percent" icon="type_v2_column_cylinder_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_percent"/>
- <chartType legacyMode="v2" id="v2_column_cylinder_clustered_depth" icon="type_v2_column_cylinder_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_column_cylinder_stacked_depth" icon="type_v2_column_cylinder_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_stacked_depth"/>
- <chartType legacyMode="v2" id="v2_column_cylinder_percent_depth" icon="type_v2_column_cylinder_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cylinder_percent_depth"/>
- <chartType legacyMode="v2" id="v2_column_triangle_clustered" icon="type_v2_column_triangle_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_column_triangle_clustered"/>
- <chartType legacyMode="v2" id="v2_column_triangle_stacked" icon="type_v2_column_triangle_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_column_triangle_stacked"/>
- <chartType legacyMode="v2" id="v2_column_triangle_percent" icon="type_v2_column_triangle_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_column_triangle_percent"/>
- <chartType legacyMode="v2" id="v2_column_pyramid_clustered_depth" icon="type_v2_column_pyramid_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_pyramid_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_column_pyramid_stacked_depth" icon="type_v2_column_pyramid_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_pyramid_stacked_depth"/>
- <chartType legacyMode="v2" id="v2_column_pyramid_percent_depth" icon="type_v2_column_pyramid_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_pyramid_percent_depth"/>
- <chartType legacyMode="v2" id="v2_column_cone_clustered" icon="type_v2_column_cone_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_clustered"/>
- <chartType legacyMode="v2" id="v2_column_cone_stacked" icon="type_v2_column_cone_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_stacked"/>
- <chartType legacyMode="v2" id="v2_column_cone_percent" icon="type_v2_column_cone_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_percent"/>
- <chartType legacyMode="v2" id="v2_column_cone_clustered_depth" icon="type_v2_column_cone_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_column_cone_stacked_depth" icon="type_v2_column_cone_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_stacked_depth"/>
- <chartType legacyMode="v2" id="v2_column_cone_percent_depth" icon="type_v2_column_cone_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_column_cone_percent_depth"/>
- </chartGroup>
- <chartGroup id="chartGroup_Line" idsLabel="IDS_LBL_CHART_Line" smallIcon="group_v2_line.jpg">
- <chartType legacyMode="v2" id="v2_line_clustered" icon="type_v2_line_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered"/>
- <chartType legacyMode="v2" id="v2_line_clustered_samemarkers" icon="type_v2_line_clustered_samemakers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_samemarkers"/>
- <chartType legacyMode="v2" id="v2_line_clustered_markers" icon="type_v2_line_clustered_makers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_markers"/>
- <chartType legacyMode="v2" id="v2_line_clustered_3dmarkers" icon="type_v2_line_clustered_3dmakers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_3dmarkers"/>
- <chartType legacyMode="v2" id="v2_line_clustered_openclosemarkers" icon="type_v2_line_clustered_openclosemakers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_openclosemarkers"/>
- <chartType legacyMode="v2" id="v2_line_clustered_highlowmarkers" icon="type_v2_line_clustered_highlowmakers.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_highlowmarkers"/>
- <chartType legacyMode="v2" id="v2_smooth_line_clustered" icon="type_v2_smooth_line_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_smooth_line_clustered"/>
- <chartType legacyMode="v2" id="v2_line_clustered_linestyles" icon="type_v2_line_clustered_linestyles.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_linestyles"/>
- <chartType legacyMode="v2" id="v2_stepped_line_at_points_clustered" icon="type_v2_stepped_line_at_points_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_stepped_line_at_points_clustered"/>
- <chartType legacyMode="v2" id="v2_stepped_line_between_points_clustered" icon="type_v2_stepped_line_between_points_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_stepped_line_between_points_clustered"/>
- <chartType legacyMode="v2" id="v2_line_clustered_depth" icon="type_v2_line_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_line_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_smooth_line_clustered_depth" icon="type_v2_smooth_line_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_smooth_line_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_stepped_line_at_points_clustered_depth" icon="type_v2_stepped_line_at_points_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_stepped_line_at_points_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_stepped_line_between_points_clustered_depth" icon="type_v2_stepped_line_between_points_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_stepped_line_between_points_clustered_depth"/>
- </chartGroup>
- <chartGroup id="chartGroup_Pie" idsLabel="IDS_LBL_CHART_PieDonut" smallIcon="group_v2_pie.gif">
- <chartType legacyMode="v2" id="v2_pie" icon="type_v2_pie.gif" idsTooltip="IDS_LBL_CHART_v2_pie"/>
- <chartType legacyMode="v2" id="v2_pie_exploded" icon="type_v2_pie_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_pie_exploded"/>
- <chartType legacyMode="v2" id="v2_pie_depth" icon="type_v2_pie_depth.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth"/>
- <chartType legacyMode="v2" id="v2_pie_depth_exploded" icon="type_v2_pie_depth_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_exploded"/>
- <chartType legacyMode="v2" id="v2_pie_depth_flat" icon="type_v2_pie_depth_flat.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_flat"/>
- <chartType legacyMode="v2" id="v2_pie_depth_flat_exploded" icon="type_v2_pie_depth_flat_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_flat_exploded"/>
- <chartType legacyMode="v2" id="v2_pie_depth_round" icon="type_v2_pie_depth_round.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_round"/>
- <chartType legacyMode="v2" id="v2_pie_depth_round_exploded" icon="type_v2_pie_depth_round_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_pie_depth_round_exploded"/>
- <chartType legacyMode="v2" id="v2_donut" icon="type_v2_donut.gif" idsTooltip="IDS_LBL_CHART_v2_donut"/>
- <chartType legacyMode="v2" id="v2_donut_exploded" icon="type_v2_donut_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_donut_exploded"/>
- <chartType legacyMode="v2" id="v2_donut_depth" icon="type_v2_donut_depth.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth"/>
- <chartType legacyMode="v2" id="v2_donut_depth_exploded" icon="type_v2_donut_depth_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_exploded"/>
- <chartType legacyMode="v2" id="v2_donut_depth_flat" icon="type_v2_donut_depth_flat.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_flat"/>
- <chartType legacyMode="v2" id="v2_donut_depth_flat_exploded" icon="type_v2_donut_depth_flat_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_flat_exploded"/>
- <chartType legacyMode="v2" id="v2_donut_depth_round" icon="type_v2_donut_depth_round.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_round"/>
- <chartType legacyMode="v2" id="v2_donut_depth_round_exploded" icon="type_v2_donut_depth_round_exploded.gif" idsTooltip="IDS_LBL_CHART_v2_donut_depth_round_exploded"/>
- </chartGroup>
- <chartGroup id="chartGroup_Bar" idsLabel="IDS_LBL_CHART_Bar" smallIcon="group_v2_bar.jpg">
- <chartType legacyMode="v2" id="v2_bar_rectangle_clustered" icon="type_v2_bar_rectangle_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_rectangle_clustered"/>
- <chartType legacyMode="v2" id="v2_bar_rectangle_stacked" icon="type_v2_bar_rectangle_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_rectangle_stacked"/>
- <chartType legacyMode="v2" id="v2_bar_rectangle_percent" icon="type_v2_bar_rectangle_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_rectangle_percent"/>
- <chartType legacyMode="v2" id="v2_bar_box_clustered_depth" icon="type_v2_bar_box_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_box_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_bar_box_stacked_depth" icon="type_v2_bar_box_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_box_stacked_depth"/>
- <chartType legacyMode="v2" id="v2_bar_box_percent_depth" icon="type_v2_bar_box_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_box_percent_depth"/>
- <chartType legacyMode="v2" id="v2_bar_cylinder_clustered" icon="type_v2_bar_cylinder_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_clustered"/>
- <chartType legacyMode="v2" id="v2_bar_cylinder_stacked" icon="type_v2_bar_cylinder_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_stacked"/>
- <chartType legacyMode="v2" id="v2_bar_cylinder_percent" icon="type_v2_bar_cylinder_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_percent"/>
- <chartType legacyMode="v2" id="v2_bar_cylinder_clustered_depth" icon="type_v2_bar_cylinder_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_bar_cylinder_stacked_depth" icon="type_v2_bar_cylinder_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_stacked_depth"/>
- <chartType legacyMode="v2" id="v2_bar_cylinder_percent_depth" icon="type_v2_bar_cylinder_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cylinder_percent_depth"/>
- <chartType legacyMode="v2" id="v2_bar_cone_clustered" icon="type_v2_bar_cone_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_clustered"/>
- <chartType legacyMode="v2" id="v2_bar_cone_stacked" icon="type_v2_bar_cone_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_stacked"/>
- <chartType legacyMode="v2" id="v2_bar_cone_percent" icon="type_v2_bar_cone_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_percent"/>
- <chartType legacyMode="v2" id="v2_bar_cone_clustered_depth" icon="type_v2_bar_cone_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_bar_cone_stacked_depth" icon="type_v2_bar_cone_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_stacked_depth"/>
- <chartType legacyMode="v2" id="v2_bar_cone_percent_depth" icon="type_v2_bar_cone_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_cone_percent_depth"/>
- <chartType legacyMode="v2" id="v2_bar_triangle_clustered" icon="type_v2_bar_triangle_clustered.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_triangle_clustered"/>
- <chartType legacyMode="v2" id="v2_bar_triangle_stacked" icon="type_v2_bar_triangle_stacked.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_triangle_stacked"/>
- <chartType legacyMode="v2" id="v2_bar_triangle_percent" icon="type_v2_bar_triangle_percent.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_triangle_percent"/>
- <chartType legacyMode="v2" id="v2_bar_pyramid_clustered_depth" icon="type_v2_bar_pyramid_clustered_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_pyramid_clustered_depth"/>
- <chartType legacyMode="v2" id="v2_bar_pyramid_stacked_depth" icon="type_v2_bar_pyramid_stacked_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_pyramid_stacked_depth"/>
- <chartType legacyMode="v2" id="v2_bar_pyramid_percent_depth" icon="type_v2_bar_pyramid_percent_depth.jpg" idsTooltip="IDS_LBL_CHART_v2_bar_pyramid_percent_depth"/>
- </chartGroup>
- <chartGroup id="chartGroup_Area" idsLabel="IDS_LBL_CHART_Area" smallIcon="group_v2_area.gif">
- <chartType legacyMode="v2" id="v2_area_flat_point_to_point" icon="type_v2_area_flat_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_point_to_point"/>
- <chartType legacyMode="v2" id="v2_area_flat_percent_point_to_point" icon="type_v2_area_flat_percent_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_percent_point_to_point"/>
- <chartType legacyMode="v2" id="v2_area_depth_point_to_point" icon="type_v2_area_depth_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_point_to_point"/>
- <chartType legacyMode="v2" id="v2_area_depth_percent_point_to_point" icon="type_v2_area_depth_percent_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_percent_point_to_point"/>
- <chartType legacyMode="v2" id="v2_area_flat_smooth" icon="type_v2_area_flat_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_smooth"/>
- <chartType legacyMode="v2" id="v2_area_flat_percent_smooth" icon="type_v2_area_flat_percent_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_percent_smooth"/>
- <chartType legacyMode="v2" id="v2_area_depth_smooth" icon="type_v2_area_depth_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_smooth"/>
- <chartType legacyMode="v2" id="v2_area_depth_percent_smooth" icon="type_v2_area_depth_percent_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_percent_smooth"/>
- <chartType legacyMode="v2" id="v2_area_flat_step_at_point" icon="type_v2_area_flat_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_step_at_point"/>
- <chartType legacyMode="v2" id="v2_area_flat_percent_step_at_point" icon="type_v2_area_flat_percent_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_flat_percent_step_at_point"/>
- <chartType legacyMode="v2" id="v2_area_depth_step_at_point" icon="type_v2_area_depth_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_step_at_point"/>
- <chartType legacyMode="v2" id="v2_area_depth_percent_step_at_point" icon="type_v2_area_depth_percent_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_depth_percent_step_at_point"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_flat_point_to_point" icon="type_v2_area_horizontal_flat_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_point_to_point"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_flat_percent_point_to_point" icon="type_v2_area_horizontal_flat_percent_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_percent_point_to_point"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_depth_point_to_point" icon="type_v2_area_horizontal_depth_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_point_to_point"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_depth_percent_point_to_point" icon="type_v2_area_horizontal_depth_percent_point_to_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_percent_point_to_point"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_flat_smooth" icon="type_v2_area_horizontal_flat_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_smooth"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_flat_percent_smooth" icon="type_v2_area_horizontal_flat_percent_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_percent_smooth"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_depth_smooth" icon="type_v2_area_horizontal_depth_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_smooth"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_depth_percent_smooth" icon="type_v2_area_horizontal_depth_percent_smooth.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_percent_smooth"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_flat_step_at_point" icon="type_v2_area_horizontal_flat_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_step_at_point"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_flat_percent_step_at_point" icon="type_v2_area_horizontal_flat_percent_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_flat_percent_step_at_point"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_depth_step_at_point" icon="type_v2_area_horizontal_depth_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_step_at_point"/>
- <chartType legacyMode="v2" id="v2_area_horizontal_depth_percent_step_at_point" icon="type_v2_area_horizontal_depth_percent_step_at_point.gif" idsTooltip="IDS_LBL_CHART_v2_area_horizontal_depth_percent_step_at_point"/>
- </chartGroup>
- <chartGroup id="chartGroup_Point" idsLabel="IDS_LBL_CHART_Point" smallIcon="group_v2_point.jpg">
- <chartType legacyMode="v2" id="v2_point_clustered_circlemarkers" icon="type_v2_point_clustered_circlemarkers.jpg" idsTooltip="IDS_LBL_CHART_v2_point_clustered_circlemarkers"/>
- <chartType legacyMode="v2" id="v2_point_clustered_markers" icon="type_v2_point_clustered_markers.jpg" idsTooltip="IDS_LBL_CHART_v2_point_clustered_markers"/>
- <chartType legacyMode="v2" id="v2_point_clustered_spheremarkers" icon="type_v2_point_clustered_spheremarkers.jpg" idsTooltip="IDS_LBL_CHART_v2_point_clustered_spheremarkers"/>
- <chartType legacyMode="v2" id="v2_point_clustered_3dmarkers" icon="type_v2_point_clustered_3dmarkers.jpg" idsTooltip="IDS_LBL_CHART_v2_point_clustered_3dmarkers"/>
- </chartGroup>
- <!-- Combination Charts -->
- <chartGroup id="chartGroup_Combination" idsLabel="IDS_LBL_CHART_Combination" smallIcon="../v2_combinationChart.gif">
- <chartType legacyMode="v2" id="v2_combo_tl_clustered_bar_line" icon="type_v2_combo_tl_clustered_bar_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_clustered_bar_line"/>
- <chartType legacyMode="v2" id="v2_combo_tl_stacked_bar_clustered_line" icon="type_v2_combo_tl_stacked_bar_clustered_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_stacked_bar_clustered_line"/>
- <chartType legacyMode="v2" id="v2_combo_tl_stacked_bar_area" icon="type_v2_combo_tl_stacked_bar_area.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_stacked_bar_area"/>
- <chartType legacyMode="v2" id="v2_combo_tl_stacked_bar_tr_clustered_line" icon="type_v2_combo_tl_stacked_bar_tr_clustered_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_stacked_bar_tr_clustered_line"/>
- <chartType legacyMode="v2" id="v2_combo_tl_clustered_bar_tr_clustered_line" icon="type_v2_combo_tl_clustered_bar_tr_clustered_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_clustered_bar_tr_clustered_line"/>
- <chartType legacyMode="v2" id="v2_combo_tl_stacked_area_tr_clustered_bar_line" icon="type_v2_combo_tl_stacked_area_tr_clustered_bar_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_stacked_area_tr_clustered_bar_line"/>
- <chartType legacyMode="v2" id="v2_combo_tl_clustered_line_bl_stacked_bar" icon="type_v2_combo_tl_clustered_line_bl_stacked_bar.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_clustered_line_bl_stacked_bar"/>
- <chartType legacyMode="v2" id="v2_combo_tl_clustered_bar_line_bl_clustered_bar_line" icon="type_v2_combo_tl_clustered_bar_line_bl_clustered_bar_line.gif" idsTooltip="IDS_LBL_CHART_v2_combo_tl_clustered_bar_line_bl_clustered_bar_line"/>
- </chartGroup>
- <!-- Point Style Scatter Charts -->
- <chartGroup id="chartGroup_Scatter" idsLabel="IDS_LBL_CHART_Scatter" smallIcon="../v2_scatterChart.gif">
- <chartType legacyMode="v2" id="v2_scatter" icon="type_v2_scatter.gif" idsTooltip="IDS_TOOLTIP_SCATTER" idsTips="IDS_TOOLTIP_SCATTER"/>
- <chartType legacyMode="v2" id="v2_scatter_changingMarkers" icon="type_v2_scatter_changingMarkers.gif" idsTooltip="IDS_TOOLTIP_SCATTER_CHANGINGMARKERS" idsTips="IDS_TOOLTIP_SCATTER_CHANGINGMARKERS"/>
- <chartType legacyMode="v2" id="v2_scatter_changingMarkers_plot" icon="type_v2_scatter_changingMarkers_plot.gif" idsTooltip="IDS_TOOLTIP_SCATTER_CHANGINGMARKERS_PLOT" idsTips="IDS_TOOLTIP_SCATTER_CHANGINGMARKERS_PLOT"/>
- <chartType legacyMode="v2" id="v2_scatter_3dMarkers" icon="type_v2_scatter_3dMarkers.gif" idsTooltip="IDS_TOOLTIP_SCATTER_3DMARKERS" idsTips="IDS_TOOLTIP_SCATTER_3DMARKERS"/>
- <chartType legacyMode="v2" id="v2_scatter_quadrant" icon="type_v2_scatter_quadrant.gif" idsTooltip="IDS_TOOLTIP_SCATTER_QUADRANT" idsTips="IDS_TOOLTIP_SCATTER_QUADRANT"/>
- <chartType legacyMode="v2" id="v2_bubble" icon="type_v2_bubble.gif" idsTooltip="IDS_TOOLTIP_BUBBLE" idsTips="IDS_TOOLTIP_BUBBLE"/>
- <chartType legacyMode="v2" id="v2_bubble_3d" icon="type_v2_bubble_3dmarkers.gif" idsTooltip="IDS_TOOLTIP_BUBBLE_3d" idsTips="IDS_TOOLTIP_BUBBLE"/>
- <chartType legacyMode="v2" id="v2_bubble_changingMarkers" icon="type_v2_bubble_changingmarkers.gif" idsTooltip="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS" idsTips="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS"/>
- <chartType legacyMode="v2" id="v2_bubble_changingMarkers_plot" icon="type_v2_bubble_changingmarkers_plot.gif" idsTooltip="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS_PLOT" idsTips="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS_PLOT"/>
- <chartType legacyMode="v2" id="v2_bubble_3dchangingMarkers" icon="type_v2_bubble_changing3dmarkers.gif" idsTooltip="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS_3d" idsTips="IDS_TOOLTIP_BUBBLE_CHANGINGMARKERS_3d"/>
- <chartType legacyMode="v2" id="v2_quadrant" icon="type_v2_bubble_quadrant.gif" idsName="IDS_LBL_CHART_quadrant" idsTooltip="IDS_TOOLTIP_BUBBLE_quadrant" idsTips="IDS_TOOLTIP_CHART_quadrant"/>
- </chartGroup>
- <!-- Bullet Charts -->
- <chartGroup id="chartGroup_Bullet" idsLabel="IDS_LBL_CHART_bullet" smallIcon="../v2_bulletChart.gif">
- <chartType legacyMode="v2" id="v2_bullet" icon="type_v2_bullet.gif" idsTooltip="IDS_TOOLTIP_BULLET_HOR" idsTips="IDS_TOOLTIP_BULLET_HOR"/>
- <chartType legacyMode="v2" id="v2_bullet_vertical" icon="type_v2_bullet_vertical.gif" idsTooltip="IDS_TOOLTIP_BULLET_VERT" idsTips="IDS_TOOLTIP_BULLET_VERT"/>
- <chartType legacyMode="v2" id="v2_bullet_greyscale" icon="type_v2_bullet_greyscale.gif" idsTooltip="IDS_TOOLTIP_BULLET_HOR_GREYSCALE" idsTips="IDS_TOOLTIP_BULLET_HOR_GREYSCALE"/>
- <chartType legacyMode="v2" id="v2_bullet_vertical_greyscale" icon="type_v2_bullet_vertical_greyscale.gif" idsTooltip="IDS_TOOLTIP_BULLET_VERT_GREYSCALE" idsTips="IDS_TOOLTIP_BULLET_VERT_GREYSCALE"/>
- </chartGroup>
- <!-- Gauge Charts -->
- <chartGroup id="chartGroup_Gauge" idsLabel="IDS_LBL_CHART_gauge" smallIcon="../v2_gaugeChart.gif">
- <chartType legacyMode="v2" id="v2_gauge_shallowBorder" icon="type_v2_gauge_shallowBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_SHALLOWBORDER" idsTips="IDS_TOOLTIP_GAUGE_SHALLOWBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge" icon="type_v2_gauge.gif" idsTooltip="IDS_TOOLTIP_GAUGE_DEEPBORDER" idsTips="IDS_TOOLTIP_GAUGE_DEEPBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge_noBorder" icon="type_v2_gauge_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_NOBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge_topHalf" icon="type_v2_gauge_topHalf.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_HALF" idsTips="IDS_TOOLTIP_GAUGE_TOP_HALF"/>
- <chartType legacyMode="v2" id="v2_gauge_topHalf_noBorder" icon="type_v2_gauge_topHalf_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_HALF_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_TOP_HALF_NOBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge_bottomHalf" icon="type_v2_gauge_bottomHalf.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_HALF" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_HALF"/>
- <chartType legacyMode="v2" id="v2_gauge_bottomHalf_noBorder" icon="type_v2_gauge_bottomHalf_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_HALF_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_HALF_NOBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge_topLeft" icon="type_v2_gauge_topLeft.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_LEFT" idsTips="IDS_TOOLTIP_GAUGE_TOP_LEFT"/>
- <chartType legacyMode="v2" id="v2_gauge_topLeft_noBorder" icon="type_v2_gauge_topLeft_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_LEFT_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_TOP_LEFT_NOBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge_topRight" icon="type_v2_gauge_topRight.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_RIGHT" idsTips="IDS_TOOLTIP_GAUGE_TOP_RIGHT"/>
- <chartType legacyMode="v2" id="v2_gauge_topRight_noBorder" icon="type_v2_gauge_topRight_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_RIGHT_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_TOP_RIGHT_NOBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge_bottomLeft" icon="type_v2_gauge_bottomLeft.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_LEFT" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_LEFT"/>
- <chartType legacyMode="v2" id="v2_gauge_bottomLeft_noBorder" icon="type_v2_gauge_bottomLeft_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_LEFT_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_LEFT_NOBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge_bottomRight" icon="type_v2_gauge_bottomRight.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_RIGHT" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_RIGHT"/>
- <chartType legacyMode="v2" id="v2_gauge_bottomRight_noBorder" icon="type_v2_gauge_bottomRight_noBorder.gif" idsTooltip="IDS_TOOLTIP_GAUGE_BOTTOM_RIGHT_NOBORDER" idsTips="IDS_TOOLTIP_GAUGE_BOTTOM_RIGHT_NOBORDER"/>
- <chartType legacyMode="v2" id="v2_gauge_topBottom" icon="type_v2_gauge_topBottom.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_BOTTOM" idsTips="IDS_TOOLTIP_GAUGE_TOP_BOTTOM"/>
- <chartType legacyMode="v2" id="v2_gauge_range" icon="type_v2_gauge_range.gif" idsTooltip="IDS_TOOLTIP_GAUGE_RANGE" idsTips="IDS_TOOLTIP_GAUGE_RANGE"/>
- <chartType legacyMode="v2" id="v2_gauge_innerOuter" icon="type_v2_gauge_innerOuter.gif" idsTooltip="IDS_TOOLTIP_GAUGE_INNER_OUTER" idsTips="IDS_TOOLTIP_GAUGE_INNER_OUTER"/>
- <chartType legacyMode="v2" id="v2_gauge_topBottom_dual" icon="type_v2_gauge_topBottom_dual.gif" idsTooltip="IDS_TOOLTIP_GAUGE_TOP_BOTTOM_DUAL" idsTips="IDS_TOOLTIP_GAUGE_TOP_BOTTOM_DUAL"/>
- </chartGroup>
- <!-- V2 Paretto Chart-->
- <chartGroup id="chartGroup_Pareto" idsLabel="IDS_LBL_CHART_PARETO" smallIcon="../v2_paretoChart.gif">
- <chartType legacyMode="v2" id="v2_pareto" icon="type_pareto_column_flat.gif" idsTooltip="IDS_TOOLTIP_PARETO"/>
- <chartType legacyMode="v2" id="v2_pareto_horisontal" icon="type_pareto_bar_flat.gif" idsTooltip="IDS_TOOLTIP_PARETO_HORIS"/>
- <chartType legacyMode="v2" id="v2_pareto_with_depth" icon="type_pareto_column.gif" idsTooltip="IDS_TOOLTIP_PARETO_DEPTH"/>
- <chartType legacyMode="v2" id="v2_pareto_horisontal_with_depth" icon="type_pareto_bar.gif" idsTooltip="IDS_TOOLTIP_PARETO_HORIS_DEPTH"/>
- </chartGroup>
- <!-- V2 Progressive Chart -->
- <chartGroup id="chartGroup_Progressive" idsLabel="IDS_LBL_CHART_PROGRESSIVE" smallIcon="../v2_progressiveChart.gif">
- <chartType legacyMode="v2" id="v2_progressive" icon="type_v2_progressive_flat.jpg" idsTooltip="IDS_TOOLTIP_PROGRESSIVE"/>
- <chartType legacyMode="v2" id="v2_progressive_horisontal" icon="type_progressive_bar_flat.png" idsTooltip="IDS_TOOLTIP_PROGRESSIVE_HORIS"/>
- <chartType legacyMode="v2" id="v2_progressive_with_depth" icon="type_v2_progressive.jpg" idsTooltip="IDS_TOOLTIP_PROGRESSIVE_DEPTH"/>
- <chartType legacyMode="v2" id="v2_progressive_horisontal_with_depth" icon="type_progressive_bar.png" idsTooltip="IDS_TOOLTIP_PROGRESSIVE_HORIS_DEPTH"/>
- </chartGroup>
- <!-- V2 Micro Charts -->
- <chartGroup id="chartGroup_MicroGroup" idsLabel="IDS_LBL_CHART_microGroup" smallIcon="group_microchart_line.gif">
- <chartType id="micro_line_v2" legacyMode="v2" icon="type_new_micro_line.gif" idsName="IDS_LBL_CHART_microLine" idsTooltip="IDS_LBL_CHART_microLine"/>
- <chartType id="micro_line_close_v2" legacyMode="v2" icon="type_new_micro_line_close.gif" idsName="IDS_LBL_CHART_microLineClose" idsTooltip="IDS_LBL_CHART_microLineClose"/>
- <chartType id="micro_line_opencloseminmax_v2" legacyMode="v2" icon="type_new_micro_line_opencloseminmax.gif" idsName="IDS_LBL_CHART_microLineOpenCloseMinMax" idsTooltip="IDS_LBL_CHART_microLineOpenCloseMinMax"/>
- <chartType id="micro_line_baseline_v2" legacyMode="v2" icon="type_new_micro_line_baseline.gif" idsName="IDS_LBL_CHART_microLineBand" idsTooltip="IDS_LBL_CHART_microLineBand"/>
- <chartType id="micro_column_v2" legacyMode="v2" icon="type_new_micro_column.gif" idsName="IDS_LBL_CHART_microColumn" idsTooltip="IDS_LBL_CHART_microColumn"/>
- <chartType id="micro_bar_v2" legacyMode="v2" icon="type_new_micro_bar.gif" idsName="IDS_LBL_CHART_microBar" idsTooltip="IDS_LBL_CHART_microBar"/>
- <chartType id="micro_area_v2" legacyMode="v2" icon="type_micro_area.gif" idsName="IDS_LBL_CHART_microArea" idsTooltip="IDS_LBL_CHART_microArea"/>
- <chartType id="micro_horizontal_area_v2" legacyMode="v2" icon="type_micro_horizontal_area.gif" idsName="IDS_LBL_CHART_microHorizontalArea" idsTooltip="IDS_LBL_CHART_microHorizontalArea"/>
- <chartType id="micro_pie_v2" legacyMode="v2" icon="type_micro_pie.gif" idsName="IDS_LBL_CHART_microPie" idsTooltip="IDS_LBL_CHART_microPie"/>
- <chartType id="micro_donut_v2" legacyMode="v2" icon="type_micro_donut.gif" idsName="IDS_LBL_CHART_microDonut" idsTooltip="IDS_LBL_CHART_microDonut"/>
- </chartGroup>
- <chartGroup id="chartGroup_Advanced" idsLabel="IDS_LBL_CHART_advanced" smallIcon="advancedGroup.gif">
- <chartType id="column_marimemkko_new" icon="type_new_column_marimekko.gif" idsName="IDS_LBL_CHART_marimekko" idsTooltip="IDS_LBL_CHART_marimekko" idsTips="IDS_TOOLTIP_CHART_marimekko" legacyMode="v2"/>
- <chartType id="column_3daxis_new" icon="type_new_column_3daxis.gif" idsName="IDS_LBL_CHART_column_3daxis" idsTooltip="IDS_LBL_CHART_column_3daxis" idsTips="IDS_TOOLTIP_CHART_column_3daxis" legacyMode="v2"/>
- <chartType id="line_3daxis_new" legacyMode="v2" icon="type_new_line_3daxis.gif" idsName="IDS_LBL_CHART_line_3daxis" idsTooltip="IDS_LBL_CHART_line_3daxis" idsTips="IDS_TOOLTIP_CHART_line_3daxis"/>
- <chartType id="area_3daxis_new" legacyMode="v2" icon="type_new_area_3daxis.gif" idsName="IDS_LBL_CHART_area_3daxis" idsTooltip="IDS_LBL_CHART_area_3daxis" idsTips="IDS_TOOLTIP_CHART_area_3daxis"/>
- <chartType id="combo_3daxis_new" legacyMode="v2" icon="type_new_combo_3daxis.gif" idsName="IDS_LBL_CHART_combo_cus_3daxis" idsTooltip="IDS_LBL_CHART_combo_cus_3daxis" idsTips="IDS_TOOLTIP_CHART_combo_cus_3daxis"/>
- <chartType id="scatter_3daxis_new" legacyMode="v2" icon="type_new_scatter_3daxis.gif" idsName="IDS_LBL_CHART_3dscatter" idsTooltip="IDS_LBL_CHART_3dscatter" idsTips="IDS_TOOLTIP_CHART_3dscatter"/>
- <chartType id="radar_flat_new" legacyMode="v2" icon="type_new_radar.gif" idsName="IDS_LBL_CHART_radar_flat" idsTooltip="IDS_LBL_CHART_radar_flat" idsTips="IDS_TOOLTIP_CHART_radar_flat"/>
- <chartType id="radar_stacked_flat_new" legacyMode="v2" icon="type_new_radar_stacked.gif" idsName="IDS_LBL_CHART_radar_stacked_flat" idsTooltip="IDS_LBL_CHART_radar_stacked_flat" idsTips="IDS_TOOLTIP_CHART_radar_stacked_flat"/>
- <chartType id="polar_categorymarkers_new" legacyMode="v2" icon="type_new_polar_categorymarkers.gif" idsName="IDS_LBL_CHART_polar" idsTooltip="IDS_LBL_CHART_polar" idsTips="IDS_TOOLTIP_CHART_polar"/>
- <chartType id="metricsRange_column_new" legacyMode="v2" icon="type_new_metricsRange_column.gif" idsName="IDS_LBL_CHART_metricsRange_column" idsTooltip="IDS_LBL_CHART_metricsRange_column" idsTips="IDS_TOOLTIP_CHART_metricsRange_column"/>
- <chartType id="metricsRange_area_new" legacyMode="v2" icon="type_new_metricsRange_area.gif" idsName="IDS_LBL_CHART_metricsRange_area" idsTooltip="IDS_LBL_CHART_metricsRange_area" idsTips="IDS_TOOLTIP_CHART_metricsRange_area"/>
- <chartType id="metricsRange_line_new" legacyMode="v2" icon="type_new_metricsRange_line.gif" idsName="IDS_LBL_CHART_metricsRange_line" idsTooltip="IDS_LBL_CHART_metricsRange_line" idsTips="IDS_TOOLTIP_CHART_metricsRange_line"/>
- <chartType id="micro_win_loss_new" legacyMode="v2" icon="type_new_micro_win_loss.gif" idsName="IDS_LBL_CHART_winLoss" idsTooltip="IDS_LBL_CHART_winLoss" idsTips="IDS_TOOLTIP_CHART_winLoss"/>
- </chartGroup>
- </chartGroups>
- </xmlFragment>
- </resources>
|