Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ChartStyle wizard causes exception

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ChartStyle wizard causes exception

    The following ChartStyle wizard use causes an exception:

    * start with clean set of ChartStyles (no customs)
    * create new chart style with all defaults in wizard (will be named MyCustomChartStyle)
    * in editor change the MyCustomChartStyle ChartStyleType to a value of 4123000
    Code:
    ChartStyleType = (ChartStyleType) 4123000;
    * compile
    * everything ok at this point
    * use wizard to create another new chart style, again with all defaults in wizard

    When you click finish in the wizard, an exception is generated:

    "Unhandled exception: Value was either too large or too small for an Int16."

    The issue seems to be having a custom chart style with a larger ChartStyleType value. The value above is fine according to the doc, which says you can use values up to 2,147,483,647. So either the doc is wrong, or more likely the wizard has a bug in that it is using an Int16 instead of Int32.

    #2
    Hello Aslane,

    I can see this as well on my end reporting the error : Value was either too large or too small for an Int16.

    I have reported this to development thank you for catching this.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    93 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    48 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    31 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    34 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    69 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X