Browse By Tags

  • Classes inheriting from DateTimeEntry are not used in Event Callbacks?

    I have a class that inherits from DateTimeEntry:

     

    public class ConstraintDateTimeEntry : DateTimeEntry

     

    I set a collection ObservableCollection<ConstraintDateTimeEntry> of these into the time line:

               

    DateTimeSeries outageSeries = new DateTim…

  • How to configure Click event for every Timeline Event title

    I have been using  XamTimLine control for a while.Is there any way to trigger click event when the user clicks "Event Title"?.I have tried with MouseLeftButtonDown event but it is not getting triggered.Pls have a look at the code i have tried. I have also…

  • Combine timeline + chart

    I have a set of tables that I'd like to display using the timeline control with a line or column chart plotting the series values. Each series would have a column containing timeline values, and one or more columns containing datapoint values.

    I would…

  • XamTimeline performance issue

    Hello,

    We're using a XamTimeline with a List of custom objects (DateTime and Weight).  When trying to apply a list of 2300 + items in our development environment, the XamTimeLIne 1: takes an excessively long time to load the items and render and 2…

  • How to adjust VisibleMinimum and VisibleMaximum to some custom dates using ScrollScale and ScrollPosition?

    Hi Folks,

    I am new to xamtimeline control, i am trying to allow the user to select only the week end dates say Saturday in both the end,

    For example ,

    suppose the user left the "zoom bar" in the Monday that should adjust to adjacent Saturday in the…

  • Zoombar - preview range

    Hi

    Since I'm only showing 4 hours of data on the Timeline, I've hidden the Zoombar.

    But I see that the "range" is being set as if there was a Zoombar.

    How do I get the Timeline to show the full 4 hours that I require without having…

  • XamTimeline Zoom Rectangle

    Hi there,

    I'm working with a DateTime timeline. When attempting to change the zoom rectangle (zoom thumb) one side will lock up. Attempting to change the zoom thumb will then only allow the side of the zoombar that isn't locked to be adjusted; this also…

  • How to adjust VisibleMinimum and VisibleMaximum to some custom dates using ScrollScale and ScrollPosition?

    Hi Folks,

    I am new to xamtimeline control, i am trying to allow the user to select only the week end dates say Saturday in both the end,

    For example ,

    suppose the user left the "zoom bar" in the Monday that should adjust to adjacent Saturday in the…

  • Is it possible to set negative duration

    Hi,

    I'd like to build a TimeLine with type of Date Time Series.

    In my data structure have entries with properties

    • end-time (e.g. due date)
    • duration
    • title
    • details

    At the TimeLine it should be showed so, the duration is displayed before…

  • Bnding SelectedTime property

    Hi,

    i have a problem with the timeline.

    in my modell i have a property:

            public DateTime SelectedTime
            {
                get
                {
                    return _selectedTime;
                }
     
                set
                {
         …
  • Possible to style zoombar to add tooltips to start and end markers?

    I'm wondering if, with styling, we can add a Tooltip for the start  and end of the Zoombar. 

    We want to select either the start or end and see the date exactly where it lands.

    Is this possible?

  • Setting Tooltip for Event titles in XamTimeLine

    I m in need of setting Tooltip for every event title in XamTimeLine control.Pls have a look at the snapshot below

    Thanks in advance.

  • Setting transparent background in xamtimeline series area.

    I m trying to set transparent background color for xamtimeline using background property but it is still showing the default white background.Pls let me know how to set transparent background like instead of having white background for xamtimeline &…

  • XamTimeLine EventTitile build from bottom not the top

    Hi,

    Is it possible EventTitle starts building from bottom instead of top?. For example if I bind 5 events to timeline control, all are displayed at top with line which come down to zoombar. Instead if I want to display Items starts binding from bottom…

  • EventPointStyle is clipped on the Zoombar preview

    I am using the Timeline with a DateTimeSeries and version 11.1

    I have hidden the scene so only the preview in the zoombar is visible

    I am trying to show my users the scale of the points in the timeline by styling the eventPoint

    I've used the following…

  • XamTimeLine FAQs

    XamTimeLine FAQ

    1. Q:  How can I drag from a control like a grid and drop on the XamTimeline?
    A:  https://www.infragistics.com/community/forums/f/retired-products-and-controls/51900/sample-showing-drag-from-datagrid-to-xamtimeline

    2. Q:  How can I add an…

  • Hide Scene in XamTimeline to use as DateSelector

    HI,

    In my application I would like to use a XamTimeline control to act as a date selector. using the event point to represent how much data is available on a certain date.

    I am having trouble completely hiding the scene.

    I followed this example https…

  • XamWebTimeline : Modify horizontal timeline label

    Hi,

    I am using XamWebTimeline and I want to edit the horizontal timeline labels as follows.

    Min value = 10, Max value = 14

    I want it to display as Oct, Nov, Dec, Jan,Feb.

    Have a look at the attached sample application and screen shot.

    Please provide…

  • How to know what EventTitles not shown

    Hi!

    Sorry but my english is not good...

    I created a method that returns a list of all the screen EventTitles. When there are so many elements with time between VisibleMaximum and VisibleMinimum, the list has about 140 Event Titles as maximum, even if…

  • xamTimeline - what element has been clicked

    Hello,

    I recently had a customer who was using the xamTimeline and wanted to get the element that was clicked (timeline itself, node item, description item, etc) on MouseLeftButtonDown event.
    You can code for the MouseLeftButtonDown event and then walk…

  • xamtimeline zoombar direction

    Hi,

    We are using xamtimeline zoombar to show datetime range. Normally, the left side is the earliest date/time, the right side is the latest date/time. However, our customer requires the left side to be the latest, right is the earlies. How could we…

  • Show all Series Events in AntiCollision Mode

    I have a xamTimeLine in a non-collision mode. If there is not enough space horizontally or vertically the events tiles will collapse to a hollowed event point on the timeline axis.

     

    1. Is there a way to prevent this collapsing  behavior?

    2. Is there…

  • DataBinding to TimeLine

    Is it not possible to databind to the TimeLine /wo CodeBehind?  I am not having any success without manually setting the dataSource in the LoadedEvent.

    I built a list an exposed it in my ViewModel but the databinding doesn't happen.  If I put a breakpoint…

  • how to remove timeline series legend

    Hi there,

    Since we only have 1 datetime series, we want to hide the legend. How could we make it?

    Thanks

  • Space Series events differently in Zoombar and Timeline

    I am wondering if there is a way to display my series events like the following:

    xamZoomBar: chronologically and spaced by time.

    timeline: chronologically and spaced evenly (independent of time between events).

     

    If not, is there a way to just do…