Nevron.Chart Namespace / NStandardScaleConfigurator Class / LabelFitModes Property


LabelFitModes Property (NStandardScaleConfigurator)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Labels")>
<System.ComponentModel.DescriptionAttribute("Gets or sets a property indicating the number of levels for the scale labels")>
<System.ComponentModel.EditorAttribute(Nevron.Editors.NLabelFitModeArrayTypeEditor, System.Drawing.Design.UITypeEditor)>
<System.ComponentModel.TypeConverterAttribute(System.ComponentModel.TypeConverter)>
Public Property LabelFitModes As LabelFitMode()
 
'Usage
 
Dim instance As NStandardScaleConfigurator
Dim value() As LabelFitMode
 
instance.LabelFitModes = value
 
value = instance.LabelFitModes
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