Skip to main content

RangeIndexSettings Class

#Declaration

TypeScript
export class RangeIndexSettings extends StyleSettingsBase

#Inheritance

#constructor(index)

Initializes a new instance of the RangeIndexSettings class with specified settings.

#Declaration

TypeScript
constructor(
    index: number
)

#Parameters

Name Type
index number

#Properties

#index Property

#Declaration

TypeScript
index: ko.Observable<number>

#Property Value

Type
Observable<number>

#isBarStyle Property

#Declaration

TypeScript
isBarStyle: ko.Observable<boolean>

#Property Value

Type
Observable<boolean>

#Methods

#clone Method

#Declaration

TypeScript
clone(): DevExpress.Dashboard.Model.StyleSettingsBase

#Returns

Type
StyleSettingsBase

#equals(style) Method

#Declaration

TypeScript
equals(
    style: DevExpress.Dashboard.Model.StyleSettingsBase
): boolean

#Parameters

Name Type
style StyleSettingsBase

#Returns

Type
boolean