Enum
EmptyPointBehavior

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

Definition

Namespace:Telerik.Windows.Controls.Sparklines

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum EmptyPointBehavior

Fields

DropPoint

Drops the empty point.

Declaration

cs-api-definition
DropPoint = 0

Field Value

EmptyPointBehavior

ShowAsZero

Converts the empty Y point to 0.

Declaration

cs-api-definition
ShowAsZero = 1

Field Value

EmptyPointBehavior

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