dotnetCHARTING Send comments on this topic.
ForceMarker Property
See Also 
dotnetCHARTING Namespace > Element Class : ForceMarker Property


Gets or sets a value indicating whether this element's ElementMarker is drawn when the parent Series object's SeriesType omits the ElementMarker by default.

Syntax

Visual Basic (Declaration) 
Public Property ForceMarker As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As Boolean
 
instance.ForceMarker = value
 
value = instance.ForceMarker
C# 
public bool ForceMarker {get; set;}

Example

Remarks

Only SeriesTypes: Line (when Use3D = false), Spline, and Marker draw ElementMarkers by default.

See Also

© 2010 All Rights Reserved.