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


In This Topic
    NScaleLabelStyle Class
    In This Topic
    Describes the appearance of the automatically generated labels on a scale.
    Object Model
    NScaleLabelStyle Class
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Chart.NValueScaleLabelStyle)>
    <System.SerializableAttribute()>
    Public MustInherit Class NScaleLabelStyle 
       Inherits NScaleDecorationAttribute
       Implements Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NScaleLabelStyle
    [System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [System.Xml.Serialization.XmlInclude(Nevron.Chart.NValueScaleLabelStyle)]
    [System.Serializable()]
    public abstract class NScaleLabelStyle : NScaleDecorationAttribute, Nevron.Dom.INAttribute, Nevron.Dom.INHistoryCallback, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Dom.NAttribute
          Nevron.Chart.NScaleConfiguratorAttribute
             Nevron.Chart.NScaleDecorationAttribute
                Nevron.Chart.NScaleLabelStyle
                   Nevron.Chart.NRangeScaleLabelStyle
                   Nevron.Chart.NValueScaleLabelStyle

    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