
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 01:54 AM
Try setting the Interval of AxisY.MajorTickMark and AxisY.MinorTickMark to 0 to completely remove the tick marks. Also, disable LineWidth for AxisY...
2 replies | 221 view(s)
-
February 13th, 2025, 04:45 PM
Figured it out. I also needed to include disabling the AxisY LabelStyle as follows:
chartMRBDaily.ChartAreas.AxisY.LabelStyle.Enabled = false;
2 replies | 221 view(s)
-
February 13th, 2025, 04:33 PM
I have a MSChart Control that displays as follows:
chartMRBDaily.ChartAreas.AxisY.MajorGrid.Enabled = false;...
2 replies | 221 view(s)
-
February 13th, 2025, 12:10 PM
Yes, of course. Thankyou very much. Yes, it will result in double delete (with the chaos). Thanks a lot kaud for explaining and taking time to help...
9 replies | 542 view(s)
-
February 12th, 2025, 04:39 AM
Also note that if you allocate memory in a class (new/malloc etc) then you need to provide a copy constructor and assignment - which may be simply...
9 replies | 542 view(s)
|
Click Here to Expand Forum to Full Width
|