ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotChart Class / LegendPosition Property

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