Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / LegendData Class / InflateCellHeight Property


In This Topic
    InflateCellHeight Property
    In This Topic
    An additional height inflate for each legend item.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("An additional height inflate for each legend item.")>
    <DefaultValueAttribute(4)>
    Public Property InflateCellHeight As Integer
    'Usage
     
    Dim instance As LegendData
    Dim value As Integer
     
    instance.InflateCellHeight = value
     
    value = instance.InflateCellHeight
    [Category("General")]
    [Description("An additional height inflate for each legend item.")]
    [DefaultValue(4)]
    public int InflateCellHeight {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