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


In This Topic
    TextFitMode Property (NAutoLegend)
    In This Topic
    Gets or sets the text fit mode
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Text")>
    <System.ComponentModel.DescriptionAttribute("The text fit mode.")>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property TextFitMode As LegendTextFitMode
    'Usage
     
    
    Dim instance As NAutoLegend
    Dim value As LegendTextFitMode
     
    instance.TextFitMode = value
     
    value = instance.TextFitMode
    [System.ComponentModel.Category("Text")]
    [System.ComponentModel.Description("The text fit mode.")]
    [System.Xml.Serialization.XmlAttribute()]
    public LegendTextFitMode TextFitMode {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