[]
        
(Showing Draft Content)

GC.Spread.Sheets.Slicers.TimelineStyle

Class: TimelineStyle

Sheets.Slicers.TimelineStyle

Table of contents

Constructors

Methods

Constructors

constructor

new TimelineStyle()

Represents the timeline style settings.

Methods

headerStyle

headerStyle(value?): any

Gets or sets the style of the slicer header.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the slicer header; otherwise, returns the slicer style.


name

name(value?): any

Gets or sets the name of the style.

Parameters

Name Type
value? string

Returns

any

If no value is set, returns the name of the style; otherwise, returns the slicer style.


periodLabel1Style

periodLabel1Style(value?): any

Gets or sets the style of the timeline period label 1.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the timeline period label 1; otherwise, returns the slicer style.


periodLabel2Style

periodLabel2Style(value?): any

Gets or sets the style of the timeline period label 2.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the timeline period label 2; otherwise, returns the slicer style.


selectedTimeBlockSpaceStyle

selectedTimeBlockSpaceStyle(value?): any

Gets or sets the style of the timeline selected time block space.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the timeline selected time block space; otherwise, returns the slicer style.


selectedTimeBlockStyle

selectedTimeBlockStyle(value?): any

Gets or sets the style of the selected time block.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the selected time block; otherwise, returns the slicer style.


selectionLabelStyle

selectionLabelStyle(value?): any

Gets or sets the style of the timeline selection label.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the timeline selection label; otherwise, returns the slicer style.


timeLevelStyle

timeLevelStyle(value?): any

Gets or sets the style of the timeline time level.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the timeline time level; otherwise, returns the slicer style.


unselectedTimeBlockStyle

unselectedTimeBlockStyle(value?): any

Gets or sets the style of the unselected time block.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the unselected time block; otherwise, returns the slicer style.


wholeSlicerStyle

wholeSlicerStyle(value?): any

Gets or sets the style of the whole slicer.

Parameters

Name Type
value? SlicerStyleInfo

Returns

any

If no value is set, returns the style of the whole slicer; otherwise, returns the slicer style.