Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / PointSeries Class / PointMarkerArray Property


In This Topic
    PointMarkerArray Property (PointSeries)
    In This Topic
    Gets or sets the string value that indicates all items of PointMarkers as an array.
    Syntax
    'Declaration
     
    
    Public Property PointMarkerArray As String
    'Usage
     
    
    Dim instance As PointSeries
    Dim value As String
     
    instance.PointMarkerArray = value
     
    value = instance.PointMarkerArray
    public string PointMarkerArray {get; set;}
    Remarks
    This property is used to generate html markup and is not recommended for use at run-time.
    See Also