Enum
EmptyPointBehavior

This enumeration defines the behavior of the sparkline when it encounters an empty Y point.

Definition

Namespace:Telerik.WinControls.UI.Sparkline

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum EmptyPointBehavior

Fields

DoNotShow

Skips the points.

Declaration

cs-api-definition
DoNotShow = 2

Field Value

EmptyPointBehavior

ShowAsBlank

Shows the point blank.

Declaration

cs-api-definition
ShowAsBlank = 0

Field Value

EmptyPointBehavior

ShowAsZero

Considers the empty Y value as 0.

Declaration

cs-api-definition
ShowAsZero = 1

Field Value

EmptyPointBehavior

In this article
DefinitionFieldsDoNotShowShowAsBlankShowAsZero
Not finding the help you need?
Contact Support