Class GanttChartView

Class GanttChartView

Název místa: Aspose.Tasks Shromáždění: Aspose.Tasks.dll (25.4.0)

Představuje zobrazení GanttChart.

public class GanttChartView : View, IComparable<view>

Inheritance

object View GanttChartView

Implements

IComparable

Dědiční členové

View.Equals(object) , View.GetHashCode() , View.CompareTo(View) , View.Filter , View.Group , View.Uid , View.HighlightFilter , View.Name , View.Screen , View.ParentProject , View.Table , View.Type , View.ShowInMenu , View.PageInfo , View.VisualObjectsPlacements , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

GanttChartView()

Začíná nový příklad třídy Aspose.Tasks.GanttChartView.

public GanttChartView()

Properties

AutoFilters

Obdrží seznam automatických filtrů zobrazení Gantt Chart.

public FilterCollection AutoFilters { get; }

Hodnota nemovitosti

FilterCollection

BarRounding

Obdržíte nebo nastavíte hodnotu, která naznačuje, zda se bary otáčí do nejbližšího dne.Standardní hodnota je pravdiv.

public bool BarRounding { get; set; }

Hodnota nemovitosti

bool

BarSize

Obdržíte nebo nastavíte výšku, v bodech, Ganttových pruhů v Ganttové tabulce.

public GanttBarSize BarSize { get; set; }

Hodnota nemovitosti

GanttBarSize

BarStyles

Získáte seznam rodičovských (běžných) barevných stylů zobrazení Gantt Chart.Vizualizace.Vizualizace.Vizualizace.Vizualizace.Vizualizace.

public List<ganttbarstyle> BarStyles { get; }

Hodnota nemovitosti

List < GanttBarStyle >

BottomTimescaleTier

Obdrží nebo nastaví nastavení dolní časové úrovně zobrazen.Vizualizace.Vizualizace.Vizualizace

public TimescaleTier BottomTimescaleTier { get; set; }

Hodnota nemovitosti

TimescaleTier

CustomBarStyles

Získáte seznam stylů záložních řádků podle úkolů v zobrazení Gantt Chart.Vizualizace.Vizualizace.Vizualizace.Vizualizace.Vizualizace.

public List<ganttbarstyle> CustomBarStyles { get; }

Hodnota nemovitosti

List < GanttBarStyle >

Gridlines

Získáte nebo nastavte seznam Aspose.Tasks.GanttChartView.Gridlines zobrazení Gantt Chart.

public List<gridlines> Gridlines { get; set; }

Hodnota nemovitosti

List < Gridlines >

HideRollupBarsWhenSummaryExpanded

Obdržíte nebo nastavíte hodnotu, která naznačuje, zda se při rozšíření souhrnného úkolu ukrývají řádky.

public bool HideRollupBarsWhenSummaryExpanded { get; set; }

Hodnota nemovitosti

bool

MiddleTimescaleTier

Obdrží nebo nastaví nastavení středního časového stupně zobrazen.Vizualizace - Vizualizace - Vizualizace - Vizualizace.

public TimescaleTier MiddleTimescaleTier { get; set; }

Hodnota nemovitosti

TimescaleTier

NonWorkingTimeColor

Obdrží nebo nastaví nefunkční časovou barvu.

public Color NonWorkingTimeColor { get; set; }

Hodnota nemovitosti

Color

ProgressLines

Získáte nebo nastavíte progresní linie pro zobrazení Gantt Chart.Připojte se.Tasks.GanttChartView.ProgressLines.

public ProgressLines ProgressLines { get; set; }

Hodnota nemovitosti

ProgressLines

RollUpGanttBars

Obdržíte nebo nastavíte hodnotu, která naznačuje, zda musí být řádky na Gantt Chart upevněny.

public bool RollUpGanttBars { get; set; }

Hodnota nemovitosti

bool

ShowBarSplits

Obdržíte nebo nastavíte hodnotu, která naznačuje, zda je třeba zobrazit rozdělení úkolů na Ganttové tabulce.

public bool ShowBarSplits { get; set; }

Hodnota nemovitosti

bool

ShowDrawings

Obdrží nebo nastaví hodnotu, která naznačuje, zda musí být zobrazeny obrázky na Ganttové grafe.

public bool ShowDrawings { get; set; }

Hodnota nemovitosti

bool

TableTextStyles

Obdrží seznam tabulkových textových stylů zobrazení Gantt Chart.Vizualizace.Vizualizace.Vizualizace.Vizualizace.Vizualizace.Vizualizace.

public List<tabletextstyle> TableTextStyles { get; }

Hodnota nemovitosti

List < TableTextStyle >

TextStyles

Získáte nebo nastavte seznam Aspose.Tasks.Visualization.TextStyle zobrazení Gantt Charty.

public List<textstyle> TextStyles { get; set; }

Hodnota nemovitosti

List < TextStyle >

TimescaleSizePercentage

public ushort TimescaleSizePercentage { get; set; }

Hodnota nemovitosti

ushort

TopTimescaleTier

Obdrží nebo nastaví nastavení horního časového stupně zobrazen.Vizualizace - Vizualizace - Vizualizace - Vizualizace.

public TimescaleTier TopTimescaleTier { get; set; }

Hodnota nemovitosti

TimescaleTier

 Čeština