Dividend Constructor (DateTime, Double) |
Constructor for dividend
Namespace:
SharpCharts.Base.Data
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public Dividend(
DateTime date,
double amount
)
Parameters
- date
- Type: SystemDateTime
Dividend Date - amount
- Type: SystemDouble
Dividend amount
See Also