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

In This Topic
    TitleAlign Property
    In This Topic
    Gets or sets a value that determines the align value of the legend.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("left")>
    Public Property TitleAlign As String
    [DefaultValue("left")]
    public string TitleAlign {get; set;}
    See Also