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
425
Exception thrown when formatting XamChart Axis label
posted

Hi, all

I'm trying to format X Axis of XamChart

I want that it will display as long time

 

 

 

 

 

<

igCA:Axis AxisType="PrimaryX" AutoRange="True">

 

 

<igCA:Axis.Label>

 

 

<igCA:Label Format="{}{0:T}" AutoResize="True" />

 

 

</igCA:Axis.Label>

 

 

</igCA:Axis>

But I receive folowing exception:

Exception has been thrown by the target of an invocation. -
Format specifier was invalid.

When I use

<

igCA:Label Format="{}{0:HH:mm:ss}" AutoResize="True" />

everithing work well.

It looks like a bug.

Any ideas ?