Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
XamWebChart in a TilePane -> Exception in Expression Blend
posted

Hi all

I got a tricky error with this Code

    <Grid x:Name="LayoutRoot">
        <igTileView:XamWebTileView Margin="8">
            <igTileView:TilePane Margin="0">
                <igChart:XamWebChart></igChart:XamWebChart>
            </igTileView:TilePane>
        </igTileView:XamWebTileView>
    </Grid>

As soon I name the Chart Control to whatever a Name I got a Exception in Blend !

    <Grid x:Name="LayoutRoot">
        <igTileView:XamWebTileView Margin="8">
            <igTileView:TilePane Margin="0">
                <igChart:XamWebChart x:Name="test"></igChart:XamWebChart>
            </igTileView:TilePane>
        </igTileView:XamWebTileView>
    </Grid>

The Blend Exception :

ArgumentException: Value does not fall within the expected range.

StackTrace:

at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)

at System.Windows.UIElement.UpdateLayout()

 

Looks for me like a Blend Bug ?

Any Idea what's to do ?
I need the TilePane/Chart Combination for my Project !

Thanks for your Help

Peter