Support Board
Date/Time: Fri, 29 Nov 2024 01:53:36 +0000
Post From: Programming - sc.GetStudySubgraphLineStyle()
[2023-03-17 19:08:07] |
User92573 - Posts: 530 |
Dear Programming/Support Please can you confirm whether: sc.GetStudySubgraphLineStyle() and sc.GetStudySubgraphLineWidth() have been implemented or are works in progress. They are both in the header file but the documentation hasn't been completed and I cannot compile when I include both calls. sc.GetStudySubgraphLineStyle(int32_t ChartNumber, int32_t StudyID, int32_t StudySubgraphNumber, SubgraphLineStyles& r_LineStyle) is the issue. I'm getting: error C2440: '=': cannot convert from 'int32_t' to 'SubgraphLineStyles' Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast) LineWidth is fine ... any thoughts? Many thanks Date Time Of Last Edit: 2023-03-17 20:00:27
|