Nevron .NET Vision
Nevron.Chart Namespace / NLegendData Class / MarkSize Property


In This Topic
    MarkSize Property (NLegendData)
    In This Topic
    The size of the legend items marks
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.CategoryAttribute("Dimensions")>
    <System.ComponentModel.DescriptionAttribute("The size of the legend items marks.")>
    Public Property MarkSize As NSizeL
    'Usage
     
    
    Dim instance As NLegendData
    Dim value As NSizeL
     
    instance.MarkSize = value
     
    value = instance.MarkSize
    [System.ComponentModel.Editor(Nevron.Editors.NSizeTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.Category("Dimensions")]
    [System.ComponentModel.Description("The size of the legend items marks.")]
    public NSizeL MarkSize {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