DannE Posted August 14, 2007 Report Share Posted August 14, 2007 While trying to do chart1.LegendBoxObj.Docked = Docked.Bottom. Error: The type or namespace name 'Docked' could not be found I have all the assemblies added (ChartFX, ChartFX.Base, ChartFX.Data.. version: 6.2.1342.0) and I have the namespace referenced as "using SoftwareFX.ChartFX.Internet" I even tried CharCore to access Docked but it doesn't list Docked as one of its property. How can access the Docked object? Quote Link to comment Share on other sites More sharing options...
JuanC Posted August 16, 2007 Report Share Posted August 16, 2007 The Docked enumeration is defined in the ChartFX.Base assembly using the SoftwareFX.ChartFX namespace. You might want to add this to your usings as there are several enumerations defined in that namespace. JuanC Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.