Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GraphDataPointDef


Hierarchy

  • GraphDataPointDef

Index

Constructors

constructor

  • new GraphDataPointDef(name: string, type: string, plotType: string, legendKey: string, bubbleRadiusName: string, bubbleRadiusType: string, seriesColor: string, xAxisName: string, xAxisType: string): GraphDataPointDef
  • Parameters

    • name: string
    • type: string
    • plotType: string
    • legendKey: string
    • bubbleRadiusName: string
    • bubbleRadiusType: string
    • seriesColor: string
    • xAxisName: string
    • xAxisType: string

    Returns GraphDataPointDef

Properties

bubbleRadiusName

bubbleRadiusName: string

bubbleRadiusType

bubbleRadiusType: string

legendKey

legendKey: string

name

name: string

plotType

plotType: string

seriesColor

seriesColor: string

type

type: string

xAxisName

xAxisName: string

xAxisType

xAxisType: string

Generated using TypeDoc