0
차트에 제목 요소를 추가 할 수 없어도 차트에 제목을 추가 할 수 있습니다. 사용자 코드 이름이 'TITLE1'와 차트 요소에 의해차트에 제목을 추가 할 때 제목 요소를 찾을 수 없습니다.
Imports System.Web.UI.DataVisualization.Charting
With chartResult
Dim t As Title = .Titles.Add("title1")
.Titles("title1").Alignment = ContentAlignment.MiddleLeft 'This is saying it can´t
can´t find the title
end With
경우 ArgumentException의 unhandle은 'TitleCollection'에서 찾을 수 없습니다.