Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / LegendText Class / InflateWidth Property


In This Topic
    InflateWidth Property
    In This Topic
    An additional width inflate for header or footer legend cell.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("An additional width inflate for header or footer legend cell.")>
    <DefaultValueAttribute(4)>
    Public Property InflateWidth As Integer
    'Usage
     
    Dim instance As LegendText
    Dim value As Integer
     
    instance.InflateWidth = value
     
    value = instance.InflateWidth
    [Category("General")]
    [Description("An additional width inflate for header or footer legend cell.")]
    [DefaultValue(4)]
    public int InflateWidth {get; set;}
    Remarks
    This property is specified in pixels. The default value is 4.
    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