개정판 cb806a91
AliveGrid count expander열림, dashboard 테두리
Change-Id: Id50a07c853f65d7037685ba4c220cdd739c10fca
ConvertService/ServiceBase/Markus.Service.StationController/Views/DashBoard.xaml | ||
---|---|---|
79 | 79 |
<Button Content="Clear" Margin="5" Width="50" Height="20" HorizontalAlignment="Left" Command="{Binding RemoveCreateTimeFilterCommand, Mode=OneWay}"/> |
80 | 80 |
</StackPanel> |
81 | 81 |
</StackPanel> |
82 |
<TextBlock Text="Convert Items" Grid.Row="2" Grid.Column="0" HorizontalAlignment="Center" Margin="0,20,0,0"/> |
|
83 |
<Grid Grid.Row="3" Grid.Column="0" Margin="20,0,0,0"> |
|
84 |
<Grid.ColumnDefinitions> |
|
85 |
<ColumnDefinition Width="*" /> |
|
86 |
<ColumnDefinition Width="Auto" /> |
|
87 |
</Grid.ColumnDefinitions> |
|
88 |
<telerik:RadCartesianChart x:Name="chart" Palette="{StaticResource ActualTargetChartPalette}" ClipToBounds="False" Margin="0,50,0,50"> |
|
89 |
<telerik:RadCartesianChart.VerticalAxis> |
|
90 |
<telerik:CategoricalAxis IsInverse="True" |
|
82 |
<TextBlock Text="Convert Items" Grid.Row="2" Grid.Column="0" HorizontalAlignment="Center" Margin="0,20,0,20"/> |
|
83 |
<Border BorderBrush="Black" BorderThickness="2" Grid.Row="3" Grid.Column="0" Margin="20,0,0,0"> |
|
84 |
<Grid> |
|
85 |
<Grid.ColumnDefinitions> |
|
86 |
<ColumnDefinition Width="*" /> |
|
87 |
<ColumnDefinition Width="Auto" /> |
|
88 |
</Grid.ColumnDefinitions> |
|
89 |
<telerik:RadCartesianChart x:Name="chart" Palette="{StaticResource ActualTargetChartPalette}" ClipToBounds="False" Margin="0,50,0,50"> |
|
90 |
<telerik:RadCartesianChart.VerticalAxis> |
|
91 |
<telerik:CategoricalAxis IsInverse="True" |
|
91 | 92 |
MajorTickStyle="{StaticResource TransparentTickStyle}" |
92 | 93 |
LineStroke="Transparent" |
93 | 94 |
LabelStyle="{StaticResource TextBlockCountryStyle}" /> |
94 |
</telerik:RadCartesianChart.VerticalAxis> |
|
95 |
<telerik:RadCartesianChart.HorizontalAxis> |
|
96 |
<telerik:LinearAxis ShowLabels="False" ElementBrush="Transparent" /> |
|
97 |
</telerik:RadCartesianChart.HorizontalAxis> |
|
98 |
<telerik:RadCartesianChart.Series> |
|
99 |
<telerik:BarSeries CategoryBinding="Project_NO" |
|
95 |
</telerik:RadCartesianChart.VerticalAxis>
|
|
96 |
<telerik:RadCartesianChart.HorizontalAxis>
|
|
97 |
<telerik:LinearAxis ShowLabels="False" ElementBrush="Transparent" />
|
|
98 |
</telerik:RadCartesianChart.HorizontalAxis>
|
|
99 |
<telerik:RadCartesianChart.Series>
|
|
100 |
<telerik:BarSeries CategoryBinding="Project_NO"
|
|
100 | 101 |
ValueBinding="Count" |
101 | 102 |
ItemsSource="{Binding ConvertCOUNTDashBoard}" |
102 | 103 |
CombineMode="None" |
103 | 104 |
ShowLabels="False" |
104 | 105 |
ClipToPlotArea="False" > |
105 |
<telerik:BarSeries.PointAnimation> |
|
106 |
<telerik:ChartMoveAnimation Delay="0:0:0.125" Duration="0:0:1.55" MoveAnimationType="Left" > |
|
107 |
<telerik:ChartMoveAnimation.Easing> |
|
108 |
<BounceEase EasingMode="EaseOut" Bounces="20" Bounciness="5" /> |
|
109 |
</telerik:ChartMoveAnimation.Easing> |
|
110 |
</telerik:ChartMoveAnimation> |
|
111 |
</telerik:BarSeries.PointAnimation> |
|
112 |
<telerik:BarSeries.PointTemplate> |
|
113 |
<DataTemplate> |
|
114 |
<Rectangle Fill="{StaticResource ActualBrush}" Margin="0 0 0 3" /> |
|
115 |
</DataTemplate> |
|
116 |
</telerik:BarSeries.PointTemplate> |
|
117 |
<telerik:BarSeries.LegendSettings> |
|
118 |
<telerik:SeriesLegendSettings Title="Count" MarkerGeometry="{StaticResource SolidRectLegendGeometry}" /> |
|
119 |
</telerik:BarSeries.LegendSettings> |
|
120 |
<telerik:BarSeries.LabelDefinitions> |
|
121 |
<telerik:ChartSeriesLabelDefinition Binding="Count" Format="{}{0:F1}" DefaultVisualStyle="{StaticResource TextBlockCountryStyle}" Strategy="{StaticResource RightAlignedLabelStrategy}" /> |
|
122 |
</telerik:BarSeries.LabelDefinitions> |
|
123 |
</telerik:BarSeries> |
|
124 |
<telerik:BarSeries CategoryBinding="Project_NO" |
|
106 |
<telerik:BarSeries.PointAnimation>
|
|
107 |
<telerik:ChartMoveAnimation Delay="0:0:0.125" Duration="0:0:1.55" MoveAnimationType="Left" >
|
|
108 |
<telerik:ChartMoveAnimation.Easing>
|
|
109 |
<BounceEase EasingMode="EaseOut" Bounces="20" Bounciness="5" />
|
|
110 |
</telerik:ChartMoveAnimation.Easing>
|
|
111 |
</telerik:ChartMoveAnimation>
|
|
112 |
</telerik:BarSeries.PointAnimation>
|
|
113 |
<telerik:BarSeries.PointTemplate>
|
|
114 |
<DataTemplate>
|
|
115 |
<Rectangle Fill="{StaticResource ActualBrush}" Margin="0 0 0 3" />
|
|
116 |
</DataTemplate>
|
|
117 |
</telerik:BarSeries.PointTemplate>
|
|
118 |
<telerik:BarSeries.LegendSettings>
|
|
119 |
<telerik:SeriesLegendSettings Title="Count" MarkerGeometry="{StaticResource SolidRectLegendGeometry}" />
|
|
120 |
</telerik:BarSeries.LegendSettings>
|
|
121 |
<telerik:BarSeries.LabelDefinitions>
|
|
122 |
<telerik:ChartSeriesLabelDefinition Binding="Count" Format="{}{0:F1}" DefaultVisualStyle="{StaticResource TextBlockCountryStyle}" Strategy="{StaticResource RightAlignedLabelStrategy}" />
|
|
123 |
</telerik:BarSeries.LabelDefinitions>
|
|
124 |
</telerik:BarSeries>
|
|
125 |
<telerik:BarSeries CategoryBinding="Project_NO"
|
|
125 | 126 |
ValueBinding="ExceptionCount" |
126 | 127 |
ItemsSource="{Binding ConvertCOUNTDashBoard}" |
127 | 128 |
CombineMode="None" > |
128 |
<telerik:BarSeries.PointAnimation> |
|
129 |
<telerik:ChartMoveAnimation Delay="0:0:0.125" Duration="0:0:1.55" MoveAnimationType="Left" > |
|
130 |
<telerik:ChartMoveAnimation.Easing> |
|
131 |
<BounceEase EasingMode="EaseOut" Bounces="20" Bounciness="5" /> |
|
132 |
</telerik:ChartMoveAnimation.Easing> |
|
133 |
</telerik:ChartMoveAnimation> |
|
134 |
</telerik:BarSeries.PointAnimation> |
|
135 |
<telerik:BarSeries.PointTemplate> |
|
136 |
<DataTemplate> |
|
137 |
<Rectangle Fill="{StaticResource TargetBrush}" Height="2" VerticalAlignment="Bottom" /> |
|
138 |
</DataTemplate> |
|
139 |
</telerik:BarSeries.PointTemplate> |
|
140 |
<telerik:BarSeries.LegendSettings> |
|
141 |
<telerik:SeriesLegendSettings Title="ExceptionCount" MarkerGeometry="{StaticResource LineSeriesLegendGeometry}" /> |
|
142 |
</telerik:BarSeries.LegendSettings> |
|
143 |
</telerik:BarSeries> |
|
144 |
</telerik:RadCartesianChart.Series> |
|
145 |
</telerik:RadCartesianChart> |
|
129 |
<telerik:BarSeries.PointAnimation>
|
|
130 |
<telerik:ChartMoveAnimation Delay="0:0:0.125" Duration="0:0:1.55" MoveAnimationType="Left" >
|
|
131 |
<telerik:ChartMoveAnimation.Easing>
|
|
132 |
<BounceEase EasingMode="EaseOut" Bounces="20" Bounciness="5" />
|
|
133 |
</telerik:ChartMoveAnimation.Easing>
|
|
134 |
</telerik:ChartMoveAnimation>
|
|
135 |
</telerik:BarSeries.PointAnimation>
|
|
136 |
<telerik:BarSeries.PointTemplate>
|
|
137 |
<DataTemplate>
|
|
138 |
<Rectangle Fill="{StaticResource TargetBrush}" Height="2" VerticalAlignment="Bottom" />
|
|
139 |
</DataTemplate>
|
|
140 |
</telerik:BarSeries.PointTemplate>
|
|
141 |
<telerik:BarSeries.LegendSettings>
|
|
142 |
<telerik:SeriesLegendSettings Title="ExceptionCount" MarkerGeometry="{StaticResource LineSeriesLegendGeometry}" />
|
|
143 |
</telerik:BarSeries.LegendSettings>
|
|
144 |
</telerik:BarSeries>
|
|
145 |
</telerik:RadCartesianChart.Series>
|
|
146 |
</telerik:RadCartesianChart>
|
|
146 | 147 |
|
147 |
<telerik:RadLegend Grid.Column="1" Grid.Row="1" Margin="24,4,0,0" MinWidth="76" Items="{Binding LegendItems, ElementName=chart}" /> |
|
148 |
</Grid> |
|
149 |
|
|
150 |
<TextBlock Text="FinalPDF Items" Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" Margin="0,20,0,0"/> |
|
151 |
<Grid Grid.Row="3" Grid.Column="1" Margin="20,0,0,0"> |
|
152 |
<Grid.ColumnDefinitions> |
|
153 |
<ColumnDefinition Width="*" /> |
|
154 |
<ColumnDefinition Width="Auto" /> |
|
155 |
</Grid.ColumnDefinitions> |
|
156 |
<telerik:RadCartesianChart x:Name="char1" Palette="{StaticResource ActualTargetChartPalette}" ClipToBounds="False" Margin="0,50,0,50"> |
|
157 |
<telerik:RadCartesianChart.VerticalAxis> |
|
158 |
<telerik:CategoricalAxis IsInverse="True" |
|
148 |
<telerik:RadLegend Grid.Column="1" Grid.Row="1" Margin="24,4,0,0" MinWidth="76" Items="{Binding LegendItems, ElementName=chart}" /> |
|
149 |
</Grid> |
|
150 |
</Border> |
|
151 |
<TextBlock Text="FinalPDF Items" Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" Margin="0,20,0,20"/> |
|
152 |
<Border BorderBrush="Black" BorderThickness="2" Grid.Row="3" Grid.Column="1" Margin="20,0,0,0"> |
|
153 |
<Grid> |
|
154 |
<Grid.ColumnDefinitions> |
|
155 |
<ColumnDefinition Width="*" /> |
|
156 |
<ColumnDefinition Width="Auto" /> |
|
157 |
</Grid.ColumnDefinitions> |
|
158 |
<telerik:RadCartesianChart x:Name="char1" Palette="{StaticResource ActualTargetChartPalette}" ClipToBounds="False" Margin="0,50,0,50"> |
|
159 |
<telerik:RadCartesianChart.VerticalAxis> |
|
160 |
<telerik:CategoricalAxis IsInverse="True" |
|
159 | 161 |
MajorTickStyle="{StaticResource TransparentTickStyle}" |
160 | 162 |
LineStroke="Transparent" |
161 | 163 |
LabelStyle="{StaticResource TextBlockCountryStyle}" /> |
162 |
</telerik:RadCartesianChart.VerticalAxis> |
|
163 |
<telerik:RadCartesianChart.HorizontalAxis> |
|
164 |
<telerik:LinearAxis ShowLabels="False" ElementBrush="Transparent" /> |
|
165 |
</telerik:RadCartesianChart.HorizontalAxis> |
|
166 |
<telerik:RadCartesianChart.Series> |
|
167 |
<telerik:BarSeries CategoryBinding="Project_NO" |
|
164 |
</telerik:RadCartesianChart.VerticalAxis>
|
|
165 |
<telerik:RadCartesianChart.HorizontalAxis>
|
|
166 |
<telerik:LinearAxis ShowLabels="False" ElementBrush="Transparent" />
|
|
167 |
</telerik:RadCartesianChart.HorizontalAxis>
|
|
168 |
<telerik:RadCartesianChart.Series>
|
|
169 |
<telerik:BarSeries CategoryBinding="Project_NO"
|
|
168 | 170 |
ValueBinding="Count" |
169 | 171 |
ItemsSource="{Binding FinalPDFCOUNTDashBoard}" |
170 | 172 |
CombineMode="None" |
171 | 173 |
ShowLabels="False" |
172 | 174 |
ClipToPlotArea="False" > |
173 |
<telerik:BarSeries.PointAnimation> |
|
174 |
<telerik:ChartMoveAnimation Delay="0:0:0.125" Duration="0:0:1.55" MoveAnimationType="Left" > |
|
175 |
<telerik:ChartMoveAnimation.Easing> |
|
176 |
<BounceEase EasingMode="EaseOut" Bounces="20" Bounciness="5" /> |
|
177 |
</telerik:ChartMoveAnimation.Easing> |
|
178 |
</telerik:ChartMoveAnimation> |
|
179 |
</telerik:BarSeries.PointAnimation> |
|
180 |
<telerik:BarSeries.PointTemplate> |
|
181 |
<DataTemplate> |
|
182 |
<Rectangle Fill="{StaticResource ActualBrush}" Margin="0 0 0 3" /> |
|
183 |
</DataTemplate> |
|
184 |
</telerik:BarSeries.PointTemplate> |
|
185 |
<telerik:BarSeries.LegendSettings> |
|
186 |
<telerik:SeriesLegendSettings Title="Count" MarkerGeometry="{StaticResource SolidRectLegendGeometry}" /> |
|
187 |
</telerik:BarSeries.LegendSettings> |
|
188 |
<telerik:BarSeries.LabelDefinitions> |
|
189 |
<telerik:ChartSeriesLabelDefinition Binding="Count" Format="{}{0:F1}" DefaultVisualStyle="{StaticResource TextBlockCountryStyle}" Strategy="{StaticResource RightAlignedLabelStrategy}" /> |
|
190 |
</telerik:BarSeries.LabelDefinitions> |
|
191 |
</telerik:BarSeries> |
|
192 |
<telerik:BarSeries CategoryBinding="Project_NO" |
|
175 |
<telerik:BarSeries.PointAnimation>
|
|
176 |
<telerik:ChartMoveAnimation Delay="0:0:0.125" Duration="0:0:1.55" MoveAnimationType="Left" >
|
|
177 |
<telerik:ChartMoveAnimation.Easing>
|
|
178 |
<BounceEase EasingMode="EaseOut" Bounces="20" Bounciness="5" />
|
|
179 |
</telerik:ChartMoveAnimation.Easing>
|
|
180 |
</telerik:ChartMoveAnimation>
|
|
181 |
</telerik:BarSeries.PointAnimation>
|
|
182 |
<telerik:BarSeries.PointTemplate>
|
|
183 |
<DataTemplate>
|
|
184 |
<Rectangle Fill="{StaticResource ActualBrush}" Margin="0 0 0 3" />
|
|
185 |
</DataTemplate>
|
|
186 |
</telerik:BarSeries.PointTemplate>
|
|
187 |
<telerik:BarSeries.LegendSettings>
|
|
188 |
<telerik:SeriesLegendSettings Title="Count" MarkerGeometry="{StaticResource SolidRectLegendGeometry}" />
|
|
189 |
</telerik:BarSeries.LegendSettings>
|
|
190 |
<telerik:BarSeries.LabelDefinitions>
|
|
191 |
<telerik:ChartSeriesLabelDefinition Binding="Count" Format="{}{0:F1}" DefaultVisualStyle="{StaticResource TextBlockCountryStyle}" Strategy="{StaticResource RightAlignedLabelStrategy}" />
|
|
192 |
</telerik:BarSeries.LabelDefinitions>
|
|
193 |
</telerik:BarSeries>
|
|
194 |
<telerik:BarSeries CategoryBinding="Project_NO"
|
|
193 | 195 |
ValueBinding="ExceptionCount" |
194 | 196 |
ItemsSource="{Binding FinalPDFCOUNTDashBoard}" |
195 | 197 |
CombineMode="None" > |
196 |
<telerik:BarSeries.PointAnimation> |
|
197 |
<telerik:ChartMoveAnimation Delay="0:0:0.125" Duration="0:0:1.55" MoveAnimationType="Left" > |
|
198 |
<telerik:ChartMoveAnimation.Easing> |
|
199 |
<BounceEase EasingMode="EaseOut" Bounces="20" Bounciness="5" /> |
|
200 |
</telerik:ChartMoveAnimation.Easing> |
|
201 |
</telerik:ChartMoveAnimation> |
|
202 |
</telerik:BarSeries.PointAnimation> |
|
203 |
<telerik:BarSeries.PointTemplate> |
|
204 |
<DataTemplate> |
|
205 |
<Rectangle Fill="{StaticResource TargetBrush}" Height="2" VerticalAlignment="Bottom" /> |
|
206 |
</DataTemplate> |
|
207 |
</telerik:BarSeries.PointTemplate> |
|
208 |
<telerik:BarSeries.LegendSettings> |
|
209 |
<telerik:SeriesLegendSettings Title="ExceptionCount" MarkerGeometry="{StaticResource LineSeriesLegendGeometry}" /> |
|
210 |
</telerik:BarSeries.LegendSettings> |
|
211 |
</telerik:BarSeries> |
|
212 |
</telerik:RadCartesianChart.Series> |
|
213 |
</telerik:RadCartesianChart> |
|
198 |
<telerik:BarSeries.PointAnimation>
|
|
199 |
<telerik:ChartMoveAnimation Delay="0:0:0.125" Duration="0:0:1.55" MoveAnimationType="Left" >
|
|
200 |
<telerik:ChartMoveAnimation.Easing>
|
|
201 |
<BounceEase EasingMode="EaseOut" Bounces="20" Bounciness="5" />
|
|
202 |
</telerik:ChartMoveAnimation.Easing>
|
|
203 |
</telerik:ChartMoveAnimation>
|
|
204 |
</telerik:BarSeries.PointAnimation>
|
|
205 |
<telerik:BarSeries.PointTemplate>
|
|
206 |
<DataTemplate>
|
|
207 |
<Rectangle Fill="{StaticResource TargetBrush}" Height="2" VerticalAlignment="Bottom" />
|
|
208 |
</DataTemplate>
|
|
209 |
</telerik:BarSeries.PointTemplate>
|
|
210 |
<telerik:BarSeries.LegendSettings>
|
|
211 |
<telerik:SeriesLegendSettings Title="ExceptionCount" MarkerGeometry="{StaticResource LineSeriesLegendGeometry}" />
|
|
212 |
</telerik:BarSeries.LegendSettings>
|
|
213 |
</telerik:BarSeries>
|
|
214 |
</telerik:RadCartesianChart.Series>
|
|
215 |
</telerik:RadCartesianChart>
|
|
214 | 216 |
|
215 |
<telerik:RadLegend Grid.Column="1" Grid.Row="1" MinWidth="76" Items="{Binding LegendItems, ElementName=char1}" /> |
|
216 |
</Grid> |
|
217 |
<telerik:RadLegend Grid.Column="1" Grid.Row="1" MinWidth="76" Items="{Binding LegendItems, ElementName=char1}" /> |
|
218 |
</Grid> |
|
219 |
</Border> |
|
217 | 220 |
</Grid> |
218 | 221 |
</UserControl> |
내보내기 Unified diff