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
880
Infragistic zoombar size change default value
posted

i am not able to upload an image on infragisitcs website from my system . so, i am posted my question here.

http://stackoverflow.com/questions/20992041/infragistic-zoombar-size-change-default-value

Regards,

Kamlendra

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Kamlendra,

    Thank for your post. I have been looking into it and I can sat that you can add images by pressing the Options tab while you are composing your post and there you can upload an image. As for the question about the xamzoombar, as Damyan suggested in the Stackoverflow thread, you can see this Data Chart Integration (identical Silverlight live version) samples.

     

    As described in the documentation the Zoombar's thumb location and size are determined by the range, so looking at your image I think you want range like { 0.9 - 1 }: <ig:XamZoombar>    

        <ig:XamZoombar.Range>        

            <ig:Range Minimum="0.9" Maximum="1"/>

        </ig:XamZoombar.Range>

    </ig:XamZoombar>

    Adjust the minimum value to match what you want to achieve and check out the documentation/sample for snippets to set it in code. Please let me know if this helps you or you have further questions on this matter.

    Looking forward for your reply.

Children