Show / Hide Table of Contents

Class DateBounds

Inheritance
System.Object
DateBounds
Namespace: DRIT.Spreadsheet.Chart
Assembly: DRIT.Spreadsheet.dll
Syntax
public class DateBounds : object

Properties

Maximum

Declaration
public DateTime? Maximum { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Minimum

Declaration
public DateTime? Minimum { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
Back to top Generated by DocFX