File

projects/ng2-google-charts/src/lib/google-chart/chart-select-event.ts

Index

Properties

Properties

column
column: number | null
Type : number | null
columnLabel
columnLabel: string
Type : string
message
message: string
Type : string
row
row: number | null
Type : number | null
selectedRowFormattedValues
selectedRowFormattedValues: any[]
Type : any[]
selectedRowValues
selectedRowValues: any[]
Type : any[]
export interface ChartSelectEvent {
  message: string;
  row: number | null;
  column: number | null;
  columnLabel: string;
  selectedRowValues: any[];
  selectedRowFormattedValues: any[];
}

results matching ""

    No results matching ""