Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / ChartDataSetting Class / EmptyValueStyle Property
Example


In This Topic
    EmptyValueStyle Property
    In This Topic
    Gets or sets the empty value style.
    Syntax
    'Declaration
     
    Public Property EmptyValueStyle As EmptyValueStyle
    'Usage
     
    Dim instance As ChartDataSetting
    Dim value As EmptyValueStyle
     
    instance.EmptyValueStyle = value
     
    value = instance.EmptyValueStyle
    public EmptyValueStyle EmptyValueStyle {get; set;}

    Property Value

    The empty value style.
    Example
    This example sets the EmptyValueStyle property.
    See Also