Aspose.Tasks for C++
|
Represents gridlines that appear in a GanttChart view. More...
#include <Gridlines.h>
Inherits System::Object.
Public Member Functions | |
int32_t | get_Interval () const |
Gets the number from 0 to 99 that specifies the interval between gridlines. More... | |
void | set_Interval (int32_t value) |
Sets the number from 0 to 99 that specifies the interval between gridlines. More... | |
System::Drawing::Color | get_IntervalColor () const |
Gets the color of secondary gridlines. More... | |
void | set_IntervalColor (System::Drawing::Color value) |
Sets the color of secondary gridlines. More... | |
LinePattern | get_IntervalPattern () const |
Gets the line pattern for secondary gridlines. More... | |
void | set_IntervalPattern (LinePattern value) |
Sets the line pattern for secondary gridlines. More... | |
System::Drawing::Color | get_NormalColor () const |
Gets the color of normal gridlines. More... | |
void | set_NormalColor (System::Drawing::Color value) |
Sets the color of normal gridlines. More... | |
LinePattern | get_NormalPattern () const |
Gets the line pattern for normal gridlines. More... | |
void | set_NormalPattern (LinePattern value) |
Sets the line pattern for normal gridlines. More... | |
GridlineType | get_Type () const |
Gets the gridline type. More... | |
void | set_Type (GridlineType value) |
Sets the gridline type. More... | |
Represents gridlines that appear in a GanttChart view.
int32_t Aspose::Tasks::Visualization::Gridlines::get_Interval | ( | ) | const |
Gets the number from 0 to 99 that specifies the interval between gridlines.
System::Drawing::Color Aspose::Tasks::Visualization::Gridlines::get_IntervalColor | ( | ) | const |
Gets the color of secondary gridlines.
LinePattern Aspose::Tasks::Visualization::Gridlines::get_IntervalPattern | ( | ) | const |
Gets the line pattern for secondary gridlines.
System::Drawing::Color Aspose::Tasks::Visualization::Gridlines::get_NormalColor | ( | ) | const |
Gets the color of normal gridlines.
LinePattern Aspose::Tasks::Visualization::Gridlines::get_NormalPattern | ( | ) | const |
Gets the line pattern for normal gridlines.
GridlineType Aspose::Tasks::Visualization::Gridlines::get_Type | ( | ) | const |
Gets the gridline type.
void Aspose::Tasks::Visualization::Gridlines::set_Interval | ( | int32_t | value | ) |
Sets the number from 0 to 99 that specifies the interval between gridlines.
void Aspose::Tasks::Visualization::Gridlines::set_IntervalColor | ( | System::Drawing::Color | value | ) |
Sets the color of secondary gridlines.
void Aspose::Tasks::Visualization::Gridlines::set_IntervalPattern | ( | LinePattern | value | ) |
Sets the line pattern for secondary gridlines.
void Aspose::Tasks::Visualization::Gridlines::set_NormalColor | ( | System::Drawing::Color | value | ) |
Sets the color of normal gridlines.
void Aspose::Tasks::Visualization::Gridlines::set_NormalPattern | ( | LinePattern | value | ) |
Sets the line pattern for normal gridlines.
void Aspose::Tasks::Visualization::Gridlines::set_Type | ( | GridlineType | value | ) |
Sets the gridline type.