SparklineGroupHorizontalAxisDateRange Property |
Represents the range that contains the date values for the sparkline data.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string HorizontalAxisDateRange { get; set; }
Public Property HorizontalAxisDateRange As String
Get
Set
public:
property String^ HorizontalAxisDateRange {
String^ get ();
void set (String^ value);
}
member HorizontalAxisDateRange : string with get, set
Property Value
Type:
String
See Also