Spread ASP.NET 16
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / XYZPointSeries Class / PointBorder Property
Example


In This Topic
    PointBorder Property (XYZPointSeries)
    In This Topic
    Gets or sets the point border for the series.
    Syntax
    'Declaration
     
    Public Property PointBorder As Line
    'Usage
     
    Dim instance As XYZPointSeries
    Dim value As Line
     
    instance.PointBorder = value
     
    value = instance.PointBorder
    public Line PointBorder {get; set;}
    Remarks
    Value of null (Nothing in VB) indicates that the point border is unset for the series.
    Example
    This example creates a chart control.
    See Also