Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SfChartLoaderComponent

API reference for SfChartLoaderComponent

import {SfLoaderModule} from "@progress/sitefinity-component-framework";


selector: sf-chart-loader

Hierarchy

  • SfChartLoaderComponent

Implements

  • OnInit

Index

Properties

Private donut

donut: TemplateRef<ElementRef>

Gets the donut template reference

Private heatMap

heatMap: TemplateRef<ElementRef>

Gets the heatMap template reference

Private lineChart

lineChart: TemplateRef<ElementRef>

Gets the lineChart template reference

loaderCssClass

loaderCssClass: string = "sf-chart-loader"

loaderTemplate

loaderTemplate: TemplateRef<ElementRef>

The template reference for the selected chart type

look

look: string

Sets the css modifiers of the wrapper

type

type: ChartLoaderTypes | string

The type of the chart loader (donut|line|heat-map|other string type)

Methods

Private generateCssClassList

  • generateCssClassList(): void
  • Generates the css class list of the wrapper

    Returns void

ngOnInit

  • ngOnInit(): void
  • Returns void

Generated using TypeDoc