File

projects/wms-framework/src/lib/models/interfaces/ISeries.ts

Description

ISeries interface

Index

Properties

Properties

LegendItems
LegendItems: ObservableCollection<any>
Type : ObservableCollection<any>

Legend items

import { ObservableCollection } from '../../baseframework';

/**
 * ISeries interface
 *
 * @export
 * @interface ISeries
 * @wInterface System.Windows.Controls.DataVisualization.Charting.ISeries
 */
export interface ISeries {
  /**
   * Legend items
   *
   * @type {ObservableCollection<any>}
   * @memberof ISeries
   */
  LegendItems: ObservableCollection<any>;
}

result-matching ""

    No results matching ""