SelectedItemStyle Property (TrendLine)
In This Topic
Gets or sets the style for selected plot element.
Syntax
'Declaration
Public Property SelectedItemStyle As Style
'Usage
Dim instance As TrendLine
Dim value As Style
instance.SelectedItemStyle = value
value = instance.SelectedItemStyle
public Style SelectedItemStyle {get; set;}
See Also