'see chart text properties
'ultrachart1.LineChart.ChartText
'sets the style used for drawing the line
UltraChart1.LineChart.DrawStyle = Infragistics.UltraChart.[Shared].Styles.LineDrawStyle.Dash
'sets the styles for the beginning and end of the line
UltraChart1.LineChart.StartStyle = Infragistics.UltraChart.[Shared].Styles.LineCapStyle.NoAnchor
UltraChart1.LineChart.EndStyle = Infragistics.UltraChart.[Shared].Styles.LineCapStyle.Flat
'winchart only- determines whether to highlight the entire line when a point is mosed over
UltraChart1.LineChart.HighLightLines = True
'turns on/off the midpoints of the line
UltraChart1.LineChart.MidPointAnchors = True
'determines how to handle nulls for the line chart
UltraChart1.LineChart.NullHandling = Infragistics.UltraChart.[Shared].Styles.NullHandling.RemoveItems
'sets the thickness of the line
UltraChart1.LineChart.Thickness = 3