Nevron .NET Vision
Nevron.Chart Namespace / NPointSeries Class / ClusterMode Property


In This Topic
    ClusterMode Property
    In This Topic
    Gets or sets the clustering mode of the component
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.CategoryAttribute("Clustering")>
    <System.ComponentModel.DescriptionAttribute("Controls the cluster mode.")>
    Public Property ClusterMode As ClusterMode
    'Usage
     
    
    Dim instance As NPointSeries
    Dim value As ClusterMode
     
    instance.ClusterMode = value
     
    value = instance.ClusterMode
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Category("Clustering")]
    [System.ComponentModel.Description("Controls the cluster mode.")]
    public ClusterMode ClusterMode {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