Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / SelectedCssClass Property
Example


In This Topic
    SelectedCssClass Property
    In This Topic
    Gets or sets the CSS class name for the selected SpreadChart.
    Syntax
    'Declaration
     
    Public Property SelectedCssClass As String
    'Usage
     
    Dim instance As SpreadChart
    Dim value As String
     
    instance.SelectedCssClass = value
     
    value = instance.SelectedCssClass
    public string SelectedCssClass {get; set;}
    Example
    This example sets the SelectedCssClass property.
    See Also