Interface IStiAxis

Hierarchy

Implemented by

Index

Properties

IAsIs

IAsIs: Interface<IAsIs> = new Stimulsoft.System.Interface<IAsIs>("IAsIs")

ICloneable

ICloneable: Interface<ICloneable> = new Stimulsoft.System.Interface<ICloneable>("ICloneable")

IStiJsonReportObject

IStiJsonReportObject: Interface<IStiJsonReportObject> = new Stimulsoft.System.Interface<IStiJsonReportObject>("IStiJsonReportObject")

allowApplyStyle

allowApplyStyle: boolean

area

arrowStyle

arrowStyle: StiArrowStyle

core

info

interaction

interaction: IStiAxisInteraction

labels

lineColor

lineColor: Color

lineStyle

lineStyle: StiPenStyle

lineWidth

lineWidth: number

logarithmicScale

logarithmicScale: boolean

range

startFromZero

startFromZero: boolean

step

step: number

ticks

title

visible

visible: boolean

Methods

as

  • Type parameters

    • T

    Parameters

    Returns T

clone

  • clone(): any

is

  • Type parameters

    • T

    Parameters

    Returns this

is2

  • is2<T>(type: object | Interface<T>): boolean
  • Type parameters

    • T

    Parameters

    Returns boolean

loadFromJsonObject

  • loadFromJsonObject(jObject: StiJson): any

loadFromXml

  • loadFromXml(xmlNode: XmlNode): any
  • Parameters

    Returns any

saveToJsonObject

Generated using TypeDoc