Declined
Last Updated: 13 Mar 2023 14:10 by ADMIN
wei
Created on: 19 Jan 2023 08:26
Category: UI for WPF
Type: Feature Request
1
WPF add Timeline chart

i hope add char   controls

like :

https://developers.google.com/chart/interactive/docs/gallery/timeline

https://github.com/dreamRs/timelineschart

Attached Files:
4 comments
ADMIN
Petar Mladenov
Posted on: 13 Mar 2023 14:10

Hello,

We are setting this item status to 'Declined'. 
Currently, RadTimeLine covers the requested functionality. If more specific feature /customization is needed, please open a new support thread with more details on the matter.

Regards,
Petar Mladenov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

ADMIN
Martin Ivanov
Posted on: 30 Jan 2023 16:03

Hello Laio,

Is this the data you want to display in the timeline? Also, did you have the chance to check the suggested controls and see if one of them works for you?

Note that there is no Telerik data viz control that will read the .json automatically. You will need to parse the .json and wrap it in .NET objects that you can pass in the format expected by the API of the corresponding control.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

wei
Posted on: 28 Jan 2023 12:28

i have 6 Color

            public string Color

            {
                get
                {
                    switch (MachineStatusID)
                    {
                        case -3:
                            return "offlineStatus";
                        case -1:
                            return "alarmStatus";
                        case 0:
                            return "resetStatus";
                        case 3:
                            return "runningStatus";
                        case 1:
                            return "stoppingStatus";
                        case 2:
                            return "holdingStatus";

                        default:
                            return "";
                            break;
                    }
                }
            }

 

json structure ,see file
  {
    "MachineStatusID": 3,
    "MachineStatusName": "Running",
    "Color": "runningStatus",
    "StratDate": "2023-01-12T21:42:39.787",
    "EndDate": "2023-01-12T21:43:33.037",
    "IsValid": false,
    "Note": ""
  }

Attached Files:
ADMIN
Martin Ivanov
Posted on: 19 Jan 2023 12:06

Hello Laio,

Telerik provides several WPF controls that bring this type of visualization. Can you try them and let me know if they help?

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.