More changes for BollingerBands.
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
</Grid.RowDefinitions>
|
||||
<TextBlock Grid.Row="0" FontSize="16" Text="{Binding Path=GraphTitle}" HorizontalAlignment="Center"></TextBlock>
|
||||
|
||||
<mxc:CartesianChart Grid.Row="1">
|
||||
<mxc:CartesianChart Grid.Row="1" >
|
||||
|
||||
<mxc:CartesianChart.AxesY>
|
||||
<mxc:AxisY Title="Price" >
|
||||
@@ -91,7 +91,7 @@
|
||||
</mxc:CartesianChart.AxesY>
|
||||
|
||||
<mxc:CartesianChart.AxesX>
|
||||
<mxc:AxisX />
|
||||
<mxc:AxisX Title="Date"/>
|
||||
</mxc:CartesianChart.AxesX>
|
||||
|
||||
<mxc:CartesianChart.Series>
|
||||
|
||||
Reference in New Issue
Block a user