Sparkline for WPF
C1.WPF.Sparkline Assembly / C1.WPF.Sparkline Namespace / C1Sparkline Class / DisplayEmptyCellsAs Property

In This Topic
    DisplayEmptyCellsAs Property (C1Sparkline)
    In This Topic
    Gets or sets how to display the empty cells.
    Syntax
    'Declaration
     
    Public Property DisplayEmptyCellsAs As EmptyValueStyle
    public EmptyValueStyle DisplayEmptyCellsAs {get; set;}
    See Also