Content Property (LineMarker)
In This Topic
Gets or sets the content function that allows you to customize the text content of the LineMarker.
Syntax
'Declaration
<C1DescriptionAttribute("Interaction.LineMarker.Content", "Gets or sets the content function that allows you to customize the text content of the LineMarker.")>
Public Property Content As String
[C1Description("Interaction.LineMarker.Content", "Gets or sets the content function that allows you to customize the text content of the LineMarker.")]
public string Content {get; set;}
See Also