Click or drag to resize

StrategyBaseEntryHandling Property

Gets or sets the Entry Handling type. This property can be set only when the strategy is in Initialize state.

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public EntryHandling EntryHandling { get; set; }

Property Value

Type: EntryHandling
See Also