Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LineSeries Class / PointMarker Property
Example


In This Topic
    PointMarker Property (LineSeries)
    In This Topic
    Gets or sets the point marker for the series.
    Syntax
    'Declaration
     
    
    Public Overridable Property PointMarker As Marker
    'Usage
     
    
    Dim instance As LineSeries
    Dim value As Marker
     
    instance.PointMarker = value
     
    value = instance.PointMarker
    public virtual Marker PointMarker {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the point marker is unset for the series.
    Example
    This example sets the PointMarker property.
    See Also