C1 FOR WPF
代码如下:
<c1:C1Chart Grid.Row="1" Margin="0,6,0,0" Name="chart1" Cursor="Hand">
<c1:C1ChartLegend />
<c1:C1Chart.Actions>
<c1:ZoomAction Fill="#50ffffff" MouseButton="Left"/>
<c1:TranslateAction MouseButton="Right"/>
<c1:ScaleAction Modifiers="Shift" MouseWheelDirection="X"/>
</c1:C1Chart.Actions>
</c1:C1Chart>
在进入界面后不进行任何操作,直接在chart上滚动鼠标中键,进行放大缩小操作会报一个null错误,请问怎么设置。 |
|