Bug Report T488629
Visible to All Users

NumericOptions.Precision is not taken into account when a custom AxisLabel ElementTemplate is used

created 8 years ago

The issue occurs when migrating an application from v13 to v15. The problem is that the value of Content property of AxisLableItem seems to be ignoring the Precision supplied to NumericOptions. Here is the code:

[XAML]
As you can see, the value of Precision is 2. Therefore, if raw label value is -0.4236 then I expect Content to be -0.42 but instead the value remains -0.4236. Same code works fine in v13.1, i.e. the value of Content is -0.42.

Comments (1)
DevExpress Support Team 8 years ago

    Until we find a permanent solution, it is possible to work around this issue by placing the code block with the Axis Label configuration before the NumericOptions section declaration in XAML. See the code below:

    [XAML]

    Answers approved by DevExpress Support

    created 8 years ago

    We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

    Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.