Nevron .NET Vision
Nevron.Chart Namespace / NStyleSheetRule Class
Members


In This Topic
    NStyleSheetRule Class
    In This Topic
    Represents a rule consisting of a selector and applicators.
    Object Model
    NStyleSheetRule Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NStyleSheetRule 
    'Usage
     
    
    Dim instance As NStyleSheetRule
    [System.Serializable()]
    public class NStyleSheetRule 
    Remarks
    The applicators will be applied only if the selector matches the passed chart element. You may group several rules in a style sheet object and then apply it to chart documents. For more information check the NStyleSheet class description.
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NStyleSheetRule

    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