Search found 3 matches

by zzoubian
Fri Oct 19, 2018 3:53 pm
Forum: LightningChart Ultimate WPF
Topic: UI Automation around Markers
Replies: 3
Views: 9171

UI Automation around Markers

Is it possible to have UI automation support around markers, such as identifying their location, accessing tool tip information, etc?
by zzoubian
Fri May 18, 2018 4:18 pm
Forum: LightningChart Ultimate How-To's
Topic: ViewXY X Axis value labels - value dependent formatting
Replies: 4
Views: 9570

Re: ViewXY X Axis value labels - value dependent formatting

Thank you, the Axis.FormatValueLabel event worked for me!
by zzoubian
Wed May 16, 2018 5:40 pm
Forum: LightningChart Ultimate How-To's
Topic: ViewXY X Axis value labels - value dependent formatting
Replies: 4
Views: 9570

Re: ViewXY X Axis value labels - value dependent formatting

Hello, When setting the XAxis.LabelsTimeFormat to "d / HH:mm:ss", the day shows up as either the current day (i.e. 16, for May 16) when using a value type of DateTime, and 1, when using the value type of Time. Is it possible to show the label as 0 / HH:mm:ss (0 days) when its less then 24 ...