Aspose.Tasks for C++
Aspose::Tasks::Visualization::Gridlines Class Reference

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...
 

Detailed Description

Represents gridlines that appear in a GanttChart view.

Member Function Documentation

◆ get_Interval()

int32_t Aspose::Tasks::Visualization::Gridlines::get_Interval ( ) const

Gets the number from 0 to 99 that specifies the interval between gridlines.

◆ get_IntervalColor()

System::Drawing::Color Aspose::Tasks::Visualization::Gridlines::get_IntervalColor ( ) const

Gets the color of secondary gridlines.

◆ get_IntervalPattern()

LinePattern Aspose::Tasks::Visualization::Gridlines::get_IntervalPattern ( ) const

Gets the line pattern for secondary gridlines.

◆ get_NormalColor()

System::Drawing::Color Aspose::Tasks::Visualization::Gridlines::get_NormalColor ( ) const

Gets the color of normal gridlines.

◆ get_NormalPattern()

LinePattern Aspose::Tasks::Visualization::Gridlines::get_NormalPattern ( ) const

Gets the line pattern for normal gridlines.

◆ get_Type()

GridlineType Aspose::Tasks::Visualization::Gridlines::get_Type ( ) const

Gets the gridline type.

◆ set_Interval()

void Aspose::Tasks::Visualization::Gridlines::set_Interval ( int32_t  value)

Sets the number from 0 to 99 that specifies the interval between gridlines.

◆ set_IntervalColor()

void Aspose::Tasks::Visualization::Gridlines::set_IntervalColor ( System::Drawing::Color  value)

Sets the color of secondary gridlines.

◆ set_IntervalPattern()

void Aspose::Tasks::Visualization::Gridlines::set_IntervalPattern ( LinePattern  value)

Sets the line pattern for secondary gridlines.

◆ set_NormalColor()

void Aspose::Tasks::Visualization::Gridlines::set_NormalColor ( System::Drawing::Color  value)

Sets the color of normal gridlines.

◆ set_NormalPattern()

void Aspose::Tasks::Visualization::Gridlines::set_NormalPattern ( LinePattern  value)

Sets the line pattern for normal gridlines.

◆ set_Type()

void Aspose::Tasks::Visualization::Gridlines::set_Type ( GridlineType  value)

Sets the gridline type.