Nevron .NET Vision
Nevron.Chart Namespace / NSeries Class / Clip Property


In This Topic
    Clip Property (NSeries)
    In This Topic
    Gets or sets the object controlling the visible box of the series data. You can use this object to clip parts of the series content.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Attributes")>
    <System.ComponentModel.DescriptionAttribute("Gets or sets the object controlling the visible box of the series data.")>
    Public Property Clip As NSeriesClip
    'Usage
     
    
    Dim instance As NSeries
    Dim value As NSeriesClip
     
    instance.Clip = value
     
    value = instance.Clip
    [System.ComponentModel.Category("Attributes")]
    [System.ComponentModel.Description("Gets or sets the object controlling the visible box of the series data.")]
    public NSeriesClip Clip {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also