LineColor Property (LineMarker)
In This Topic
Gets or sets color of lines.
Syntax
'Declaration
<C1DescriptionAttribute("Interaction.LineMarker.LineColor", "Gets or sets color of lines.")>
Public Property LineColor As Color
[C1Description("Interaction.LineMarker.LineColor", "Gets or sets color of lines.")]
public Color LineColor {get; set;}
See Also