Nevron .NET Vision
Nevron.Chart Namespace / NAutoLegend Class / MaxTextWidth Property


In This Topic
    MaxTextWidth Property (NAutoLegend)
    In This Topic
    Gets or sets the maximum width of text in the legend cell when the text fit mode is set to wrap
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Text")>
    <System.ComponentModel.DescriptionAttribute("The maximum width of text in the legend cell when the text fit mode is set to wrap.")>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property MaxTextWidth As NLength
    'Usage
     
    
    Dim instance As NAutoLegend
    Dim value As NLength
     
    instance.MaxTextWidth = value
     
    value = instance.MaxTextWidth
    [System.ComponentModel.Category("Text")]
    [System.ComponentModel.Description("The maximum width of text in the legend cell when the text fit mode is set to wrap.")]
    [System.ComponentModel.Editor(Nevron.Editors.NLengthTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLength MaxTextWidth {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