ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartLegend Class / Position Property

In This Topic
    Position Property (ChartLegend)
    In This Topic
    Gets or sets the enumerated value that determines whether and where the legend appears in relation to the chart.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property Position As Position
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual Position Position {get; set;}
    See Also