activex - Callout in Rectangle tool -
Just want to know how I can add callouts to the rectangle tool. Below is the code that I have added but arrows have not been drawn. Only one dot (0,0) appears on
m_ctrlChart.GetTools (). GetItems (0) .GetAsRectangle (). GetCallout () SetVisiblâ ???? One ???? E (TRUE); . M_ctrlChart.GetTools () GetItems (0) .GetAsRectangle () GetCallout () GetBrush () SetCâ ???? One ???? Olor (rgb (255,0,0)) ... . M_ctrlChart.GetTools () GetItems (0) .GetAsRectangle () GetCallout () GetPen () SetColâ ???? One ???? Or (RGB (0,0,255)) ... M_ctrlChart.GetTools (). GetItems (0) .GetAsRectangle (). GetCallout () GetArrow () SetCa ???? A Olor (rgb (0, 255,0));
Thank you Akshay
I think the property you are searching for That is callout.Arrow.Visible :
m_ctrlChart.GetTools (). GetItems (0) .GetAsRectangle (). GetCallout () GetArrow () SetVisible (TRUE);
GetCallout (). SetVisiblâ ???? One. E is TRUE for pointer
Comments
Post a Comment