diff --git a/chart-sdk/angular/3d-charts/accessibility.md b/chart-sdk/angular/3d-charts/accessibility.md index 894294404..6422d2449 100644 --- a/chart-sdk/angular/3d-charts/accessibility.md +++ b/chart-sdk/angular/3d-charts/accessibility.md @@ -1,6 +1,6 @@ --- layout: post -title: Accessibility in Angular 3D Chart control | Syncfusion +title: Accessibility in Angular 3D Chart | Syncfusion description: Learn here all about accessibility in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Accessibility in Angular 3D Chart control +# Accessibility in Angular 3D Chart Accessibility is achieved in the 3D chart control through WAI-ARIA standard and keyboard navigation. The 3D chart features can be effectively accessed through assistive technologies such as screen readers. diff --git a/chart-sdk/angular/3d-charts/appearance.md b/chart-sdk/angular/3d-charts/appearance.md index 0c83f7971..01c562e6c 100644 --- a/chart-sdk/angular/3d-charts/appearance.md +++ b/chart-sdk/angular/3d-charts/appearance.md @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Appearance in Angular 3D Chart control +# Appearance in Angular 3D Chart ## Custom color palette -The default color of series or points can be customized by providing a custom color palette of your choice by using the [`palettes`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#palettes) property. +The default color of series or points can be customized by providing a custom color palette of your choice by using the [`palettes`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#palettes) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -32,7 +32,7 @@ The color of an individual data point can be customized using the below options. ### Point color mapping -The color for the points can be bound from the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#datasource) for the series by utilizing the [`pointColorMapping`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#pointcolormapping) property. +The color for the points can be bound from the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#datasource) for the series by utilizing the [`pointColorMapping`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#pointcolormapping) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -48,7 +48,7 @@ The color for the points can be bound from the [`dataSource`](https://ej2.syncfu ## Point level customization -The data label and fill color of each data point can be customized using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/i3DPointRenderEventArgs/) and [`textRender`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/i3DTextRenderEventArgs/) events. +The data label and fill color of each data point can be customized using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/i3DPointRenderEventArgs) and [`textRender`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/i3DTextRenderEventArgs) events. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -70,7 +70,7 @@ The data label and fill color of each data point can be customized using the [`p **Customize the chart background** -The background color and border of the 3D chart can be customized using the [`background`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#background) and [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#border) properties. +The background color and border of the 3D chart can be customized using the [`background`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#background) and [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#border) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -86,7 +86,7 @@ The background color and border of the 3D chart can be customized using the [`ba **Chart margin** -The 3D chart's margin can be set from its container using the [`margin`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#margin) property. +The 3D chart's margin can be set from its container using the [`margin`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#margin) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -102,7 +102,7 @@ The 3D chart's margin can be set from its container using the [`margin`](https:/ ## Animation -To customize the animation for a particular series, the [`animation`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#animation) property can be used. It can be enabled or disabled by using the [`enable`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/animationModel/#enable) property. The [`duration`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/animationModel/#duration) property specifies the duration of an animation and the [`delay`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/animationModel/#delay) property allows us to start the animation at desire time. +To customize the animation for a particular series, the [`animation`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#animation) property can be used. It can be enabled or disabled by using the [`enable`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/animationModel#enable) property. The [`duration`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/animationModel#duration) property specifies the duration of an animation and the [`delay`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/animationModel#delay) property allows us to start the animation at desire time. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -118,7 +118,7 @@ To customize the animation for a particular series, the [`animation`](https://ej ## Chart rotation -The 3D chart can be rotated by using the [`enableRotation`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#enablerotation) property. +The 3D chart can be rotated by using the [`enableRotation`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#enablerotation) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -134,7 +134,7 @@ The 3D chart can be rotated by using the [`enableRotation`](https://ej2.syncfusi ## Title -The 3D chart can be given a title by using [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#title) property, to show the information about the data plotted. +The 3D chart can be given a title by using [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#title) property, to show the information about the data plotted. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -150,7 +150,7 @@ The 3D chart can be given a title by using [`title`](https://ej2.syncfusion.com/ ### Title position -By using the [`position`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#position) property in [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#titlestyle), the [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#title) can be positioned at left, right, top or bottom of the 3D chart. The title is positioned at the top of the 3D chart, by default. +By using the [`position`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#position) property in [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#titlestyle), the [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#title) can be positioned at left, right, top or bottom of the 3D chart. The title is positioned at the top of the 3D chart, by default. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -164,7 +164,7 @@ By using the [`position`](https://ej2.syncfusion.com/angular/documentation/api/ {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-charts/appearance/appearance-cs8" %} -The custom option is used to position the title anywhere in the 3D chart using [`x`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#x) and [`y`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#y) coordinates. +The custom option is used to position the title anywhere in the 3D chart using [`x`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#x) and [`y`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#y) coordinates. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -180,7 +180,7 @@ The custom option is used to position the title anywhere in the 3D chart using [ ### Title alignment -The title can be aligned to the near, far, or center of the 3D chart by using the [`textAlignment`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#textalignment) property. +The title can be aligned to the near, far, or center of the 3D chart by using the [`textAlignment`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#textalignment) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -196,16 +196,16 @@ The title can be aligned to the near, far, or center of the 3D chart by using th ### Title customization -The [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#titlestyle) property of the 3D chart provides options to customize the title by using the following properties. +The [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#titlestyle) property of the 3D chart provides options to customize the title by using the following properties. -* [`size`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#size) - Specifies the size of the title. -* [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#color) - Specifies the color for the title. -* [`fontFamily`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#fontfamily) - Specifies the font family for the title. -* [`fontWeight`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#fontweight) - Specifies the font weight of the title. -* [`fontStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#fontstyle) - Specifies the font style for the title. -* [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#opacity) - Specifies the opacity for the color of the title. -* [`textAlignment`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#textalignment) - Specifies the alignment of the title. -* [`textOverflow`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#textoverflow) - Specifies the overflow of the title. +* [`size`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#size) - Specifies the size of the title. +* [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#color) - Specifies the color for the title. +* [`fontFamily`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#fontfamily) - Specifies the font family for the title. +* [`fontWeight`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#fontweight) - Specifies the font weight of the title. +* [`fontStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#fontstyle) - Specifies the font style for the title. +* [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#opacity) - Specifies the opacity for the color of the title. +* [`textAlignment`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#textalignment) - Specifies the alignment of the title. +* [`textOverflow`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#textoverflow) - Specifies the overflow of the title. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/axis-customization.md b/chart-sdk/angular/3d-charts/axis-customization.md index 0abd48397..3b34b0810 100644 --- a/chart-sdk/angular/3d-charts/axis-customization.md +++ b/chart-sdk/angular/3d-charts/axis-customization.md @@ -1,6 +1,6 @@ --- layout: post -title: Axis customization in Angular 3D Chart control | Syncfusion +title: Axis Customization in Angular 3D Chart | Syncfusion description: Learn here all about axis customization in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Axis customization in Angular 3D Chart control +# Axis Customization in Angular 3D Chart control ## Title -The title for the axis can be added by using the [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#title) property. It helps to provide quick information to the user about the data plotted in the axis. Title style can be customized using [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#titlestyle) property of the axis. +The title for the axis can be added by using the [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#title) property. It helps to provide quick information to the user about the data plotted in the axis. Title style can be customized using [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#titlestyle) property of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ The title for the axis can be added by using the [`title`](https://ej2.syncfusio ## Title rotation -The title can be rotated from 0 to 360 degree by using the [`titleRotation`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#titlerotation) property. +The title can be rotated from 0 to 360 degree by using the [`titleRotation`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#titlerotation) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ The title can be rotated from 0 to 360 degree by using the [`titleRotation`](htt ## Tick lines customization -The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/minorTickModel/#width), [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/minorTickModel/#color) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/minorTickModel/#height) of the minor and major tick lines can be customized by using the [`majorTickLines`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#majorticklines) and [`minorTickLines`](../api/chart3d/axis3D/#https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#minorticklines) properties in the axis. +The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/minorTickModel#width), [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/minorTickModel#color) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/minorTickModel#height) of the minor and major tick lines can be customized by using the [`majorTickLines`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#majorticklines) and [`minorTickLines`](../api/chart3d/axis3D#https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#minorticklines) properties in the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -60,7 +60,7 @@ The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/minor ## Grid lines customization -The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/majorGridModel/#width) and [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/majorGridModel/#color) of the minor and major grid lines can be customized by using the [`majorGridLines`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#majorgridlines) and [`minorGridLines`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#minorgridlines) properties in the axis. +The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/majorGridModel#width) and [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/majorGridModel#color) of the minor and major grid lines can be customized by using the [`majorGridLines`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#majorgridlines) and [`minorGridLines`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#minorgridlines) properties in the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -94,7 +94,7 @@ In addition to primary X and Y axis, n number of axis can be added to the chart. -When an axis is inversed, highest value of the axis comes closer to origin and vice versa. To place an axis in inversed manner, set the [`isInversed`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#isinversed) property to **true**. +When an axis is inversed, highest value of the axis comes closer to origin and vice versa. To place an axis in inversed manner, set the [`isInversed`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#isinversed) property to **true**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -110,7 +110,7 @@ When an axis is inversed, highest value of the axis comes closer to origin and v ## Opposed position -To place an axis opposite from its original position, set the [`opposedPosition`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#opposedposition) property to **true**. +To place an axis opposite from its original position, set the [`opposedPosition`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#opposedposition) property to **true**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/axis-labels.md b/chart-sdk/angular/3d-charts/axis-labels.md index bbf4b3b1b..c58b44f28 100644 --- a/chart-sdk/angular/3d-charts/axis-labels.md +++ b/chart-sdk/angular/3d-charts/axis-labels.md @@ -1,6 +1,6 @@ --- layout: post -title: Axis labels in Angular 3D Chart control | Syncfusion +title: Axis Labels in Angular 3D Chart | Syncfusion description: Learn here all about axis labels in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,13 +8,13 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Axis labels in Angular 3D Chart control +# Axis Labels in Angular 3D Chart Axis labels are the labels that are positioned adjacent to the y-axis and beneath the x-axis. It provides descriptive information about the axis. ## Smart axis labels -When the axis labels overlap with each other, [`labelIntersectAction`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#labelintersectaction) property in the axis can be used to place them smartly. +When the axis labels overlap with each other, [`labelIntersectAction`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#labelintersectaction) property in the axis can be used to place them smartly. **Case 1:** When setting `labelIntersectAction` as `Hide`. @@ -61,7 +61,7 @@ When the axis labels overlap with each other, [`labelIntersectAction`](https:// ## Edge label placement Labels with long text at the edges of an axis may appear partially in the 3D chart. To avoid this, -use the [`edgeLabelPlacement`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#edgelabelplacement) property in axis, which moves the label inside the chart area for better appearance or hides it. +use the [`edgeLabelPlacement`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#edgelabelplacement) property in axis, which moves the label inside the chart area for better appearance or hides it. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -77,7 +77,7 @@ use the [`edgeLabelPlacement`](https://ej2.syncfusion.com/angular/documentation ## Maximum labels -The labels will be rendered based on the count in the [`maximumLabels`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#maximumlabels) property per 100 pixel. If the range (minimum, maximum, interval) and `maximumLabels` are set, then the priority goes to range. If the range is not set, then the priority goes to `maximumLabels` property. +The labels will be rendered based on the count in the [`maximumLabels`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#maximumlabels) property per 100 pixel. If the range (minimum, maximum, interval) and `maximumLabels` are set, then the priority goes to range. If the range is not set, then the priority goes to `maximumLabels` property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/category-axis.md b/chart-sdk/angular/3d-charts/category-axis.md index 00f27e569..a3e3e23c0 100644 --- a/chart-sdk/angular/3d-charts/category-axis.md +++ b/chart-sdk/angular/3d-charts/category-axis.md @@ -1,6 +1,6 @@ --- layout: post -title: Category axis in Angular 3D Chart control | Syncfusion +title: Category Axis in Angular 3D Chart control | Syncfusion description: Learn here all about category axis in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Category axis in Angular 3D Chart control +# Category Axis in Angular 3D Chart control The category axis is the horizontal axis of a 3D chart that shows text values rather than numerical values. Compared to the vertical axis, this axis has fewer labels. The following sample shows to render the 3D chart using category axis. @@ -24,11 +24,11 @@ The category axis is the horizontal axis of a 3D chart that shows text values ra {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-charts/category-axis/category-axis-cs1" %} ->Note: To use category axis, we need to inject `Category3DService` module into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#valuetype) of axis to **Category**. +>Note: To use category axis, we need to inject `Category3DService` module into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#valuetype) of axis to **Category**. ## Range -The range of the category axis can be customized using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#interval) properties of the axis. +The range of the category axis can be customized using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#interval) properties of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ The range of the category axis can be customized using [`minimum`](https://ej2.s ## Indexed category axis -The category axis can also be rendered based on the index values of the data source. This can be achieved by defining the [`isIndexed`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#isindexed) property to **true** in the axis. +The category axis can also be rendered based on the index values of the data source. This can be achieved by defining the [`isIndexed`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#isindexed) property to **true** in the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/chart-types/bar.md b/chart-sdk/angular/3d-charts/chart-types/bar.md index 6da19a537..b98d9384f 100644 --- a/chart-sdk/angular/3d-charts/chart-types/bar.md +++ b/chart-sdk/angular/3d-charts/chart-types/bar.md @@ -1,6 +1,6 @@ --- layout: post -title: Bar Chart in Angular 3D Chart control | Syncfusion +title: Bar Chart in Angular 3D Chart | Syncfusion description: Learn here all about bar chart in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Bar Chart in Angular 3D Chart control +# Bar Chart in Angular 3D Chart ## Bar chart -To render a bar series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#type) as `Bar` and inject `BarSeries3DService` module into the `@NgModule.providers`. +To render a bar series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#type) as `Bar` and inject `BarSeries3DService` module into the `@NgModule.providers`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ To render a bar series, use series [`type`](https://ej2.syncfusion.com/angular/d ## Bar space and width -The [`columnSpacing`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnspacing) and [`columnWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnwidth) properties are used to customize the space between bars. +The [`columnSpacing`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnspacing) and [`columnWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnwidth) properties are used to customize the space between bars. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ The [`columnSpacing`](https://ej2.syncfusion.com/angular/documentation/api/chart ## Grouped bar -The data points can be grouped in the bar type charts by using the [`groupName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#groupname) property. Data points with same group name are grouped together. +The data points can be grouped in the bar type charts by using the [`groupName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#groupname) property. Data points with same group name are grouped together. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -60,7 +60,7 @@ The data points can be grouped in the bar type charts by using the [`groupName`] ## Cylindrical bar chart -To render a cylindrical bar chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnfacet) property to `Cylinder` in the chart series. +To render a cylindrical bar chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnfacet) property to `Cylinder` in the chart series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -78,8 +78,8 @@ To render a cylindrical bar chart, set the [`columnFacet`](https://ej2.syncfusio The following properties can be used to customize the `bar` series. -* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) – Specifies the color of the series. -* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) color. +* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) – Specifies the color of the series. +* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) color. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/chart-types/column.md b/chart-sdk/angular/3d-charts/chart-types/column.md index 3e6cab7f6..f6c9fec52 100644 --- a/chart-sdk/angular/3d-charts/chart-types/column.md +++ b/chart-sdk/angular/3d-charts/chart-types/column.md @@ -1,6 +1,6 @@ --- layout: post -title: Column Chart in Angular 3D Chart control | Syncfusion +title: Column Chart in Angular 3D Chart | Syncfusion description: Learn here all about column chart in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Column Chart in Angular 3D Chart control +# Column Chart in Angular 3D Chart ## Column chart -To render a column series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#type) as `Column` and inject `ColumnSeries3DService` module into the `@NgModule.providers`. +To render a column series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#type) as `Column` and inject `ColumnSeries3DService` module into the `@NgModule.providers`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ To render a column series, use series [`type`](https://ej2.syncfusion.com/angula ## Column space and width -The [`columnSpacing`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnspacing) and [`columnWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnwidth) properties are used to customize the space between columns. +The [`columnSpacing`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnspacing) and [`columnWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnwidth) properties are used to customize the space between columns. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ The [`columnSpacing`](https://ej2.syncfusion.com/angular/documentation/api/chart ## Grouped column -The data points can be grouped in the column type charts by using the [`groupName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#groupname) property. Data points with same group name are grouped together. +The data points can be grouped in the column type charts by using the [`groupName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#groupname) property. Data points with same group name are grouped together. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -60,7 +60,7 @@ The data points can be grouped in the column type charts by using the [`groupNam ## Cylindrical column chart -To render a cylindrical column chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnfacet) property to `Cylinder` in the chart series. +To render a cylindrical column chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnfacet) property to `Cylinder` in the chart series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -78,8 +78,8 @@ To render a cylindrical column chart, set the [`columnFacet`](https://ej2.syncfu The following properties can be used to customize the `column` series. -* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) – Specifies the color of the series. -* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) color. +* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) – Specifies the color of the series. +* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) color. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/chart-types/stack-bar.md b/chart-sdk/angular/3d-charts/chart-types/stack-bar.md index d40919433..d4032a2ac 100644 --- a/chart-sdk/angular/3d-charts/chart-types/stack-bar.md +++ b/chart-sdk/angular/3d-charts/chart-types/stack-bar.md @@ -1,6 +1,6 @@ --- layout: post -title: Stacked Bar Chart in Angular 3D Chart control | Syncfusion +title: Stacked Bar Chart in Angular 3D Chart | Syncfusion description: Learn here all about stacked bar chart in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Stacked bar chart in Angular 3D Chart control +# Stacked Bar Chart in Angular 3D Chart ## Stacked bar chart -To render a stacked bar series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#type) as `StackingBar` and inject `StackingBarSeries3DService` module into the `@NgModule.providers`. +To render a stacked bar series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#type) as `StackingBar` and inject `StackingBarSeries3DService` module into the `@NgModule.providers`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ To render a stacked bar series, use series [`type`](https://ej2.syncfusion.com/a ## Stacking group -To group the stacked bar, the [`stackingGroup`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#stackinggroup) property can be used. The columns with same group name are stacked on top of each other. +To group the stacked bar, the [`stackingGroup`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#stackinggroup) property can be used. The columns with same group name are stacked on top of each other. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ To group the stacked bar, the [`stackingGroup`](https://ej2.syncfusion.com/angul ## Cylindrical stacked bar chart -To render a cylindrical stacked bar chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnfacet) property to `Cylinder` in the chart series. +To render a cylindrical stacked bar chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnfacet) property to `Cylinder` in the chart series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -62,8 +62,8 @@ To render a cylindrical stacked bar chart, set the [`columnFacet`](https://ej2.s The following properties can be used to customize the `stacked bar` series. -* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) – Specifies the color of the series. -* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) color. +* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) – Specifies the color of the series. +* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) color. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/chart-types/stack-column.md b/chart-sdk/angular/3d-charts/chart-types/stack-column.md index 6445a9d28..c649ffa1e 100644 --- a/chart-sdk/angular/3d-charts/chart-types/stack-column.md +++ b/chart-sdk/angular/3d-charts/chart-types/stack-column.md @@ -1,6 +1,6 @@ --- layout: post -title: Stacked Column Chart in Angular 3D Chart control | Syncfusion +title: Stacked Column Chart in Angular 3D Chart | Syncfusion description: Learn here all about stacked column chart in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Stacked column chart in Angular 3D Chart control +# Stacked Column Chart in Angular 3D Chart ## Stacked column chart -To render a stacked column series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#type) as `StackingColumn` and inject `StackingColumnSeries3DService` module into the `@NgModule.providers`. +To render a stacked column series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#type) as `StackingColumn` and inject `StackingColumnSeries3DService` module into the `@NgModule.providers`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ To render a stacked column series, use series [`type`](https://ej2.syncfusion.co ## Stacking group -To group the stacked column, the [`stackingGroup`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#stackinggroup) property can be used. The columns with same group name are stacked on top of each other. +To group the stacked column, the [`stackingGroup`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#stackinggroup) property can be used. The columns with same group name are stacked on top of each other. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ To group the stacked column, the [`stackingGroup`](https://ej2.syncfusion.com/an ## Cylindrical stacked column chart -To render a cylindrical stacked column chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnfacet) property to `Cylinder` in the chart series. +To render a cylindrical stacked column chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnfacet) property to `Cylinder` in the chart series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -62,8 +62,8 @@ To render a cylindrical stacked column chart, set the [`columnFacet`](https://ej The following properties can be used to customize the `stacked column` series. -* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) – Specifies the color of the series. -* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) color. +* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) – Specifies the color of the series. +* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) color. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/chart-types/stacked-bar.md b/chart-sdk/angular/3d-charts/chart-types/stacked-bar.md index 1ea715791..56cde84ac 100644 --- a/chart-sdk/angular/3d-charts/chart-types/stacked-bar.md +++ b/chart-sdk/angular/3d-charts/chart-types/stacked-bar.md @@ -1,6 +1,6 @@ --- layout: post -title: 100% Stacked Bar Chart in Angular 3D Chart control | Syncfusion +title: 100% Stacked Bar Chart in Angular 3D Chart | Syncfusion description: Learn here all about 100% stacked bar chart in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# 100% Stacked bar chart in Angular 3D Chart control +# 100% Stacked Bar Chart in Angular 3D Chart ## 100% Stacked bar chart -To render a 100% stacked bar series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#type) as `StackingBar100` and inject `StackingBarSeries3DService` module into the `@NgModule.providers`. +To render a 100% stacked bar series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#type) as `StackingBar100` and inject `StackingBarSeries3DService` module into the `@NgModule.providers`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ To render a 100% stacked bar series, use series [`type`](https://ej2.syncfusion. ## 100% Cylindrical stacked bar chart -To render a cylindrical 100% stacked bar chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnfacet) property to `Cylinder` in the chart series. +To render a cylindrical 100% stacked bar chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnfacet) property to `Cylinder` in the chart series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -46,8 +46,8 @@ To render a cylindrical 100% stacked bar chart, set the [`columnFacet`](https:// The following properties can be used to customize the `100% stacked bar` series. -* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) – Specifies the color of the series. -* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) color. +* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) – Specifies the color of the series. +* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) color. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/chart-types/stacked-column.md b/chart-sdk/angular/3d-charts/chart-types/stacked-column.md index 699df0a6f..00f9316c8 100644 --- a/chart-sdk/angular/3d-charts/chart-types/stacked-column.md +++ b/chart-sdk/angular/3d-charts/chart-types/stacked-column.md @@ -1,6 +1,6 @@ --- layout: post -title: 100% Stacked Column Chart in Angular 3D Chart control | Syncfusion +title: 100% Stacked Column Chart in Angular 3D Chart | Syncfusion description: Learn here all about 100% stacked column chart in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# 100% Stacked column chart in Angular 3D Chart control +# 100% Stacked column chart in Angular 3D Chart -## 100% Stacked column chart +## 100% Stacked Column Chart -To render a 100% stacked column series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#type) as `StackingColumn100` and inject `StackingColumnSeries3DService` module into the `@NgModule.providers`. +To render a 100% stacked column series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#type) as `StackingColumn100` and inject `StackingColumnSeries3DService` module into the `@NgModule.providers`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ To render a 100% stacked column series, use series [`type`](https://ej2.syncfusi ## 100% Cylindrical stacked column chart -To render a 100% cylindrical stacked column chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#columnfacet) property to `Cylinder` in the chart series. +To render a 100% cylindrical stacked column chart, set the [`columnFacet`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#columnfacet) property to `Cylinder` in the chart series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -46,8 +46,8 @@ To render a 100% cylindrical stacked column chart, set the [`columnFacet`](https The following properties can be used to customize the `100% stacked column` series. -* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) – Specifies the color of the series. -* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#fill) color. +* [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) – Specifies the color of the series. +* [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#opacity) – Specifies the opacity of the [fill](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#fill) color. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/data-labels.md b/chart-sdk/angular/3d-charts/data-labels.md index 46d3c8c4c..9b0c422d0 100644 --- a/chart-sdk/angular/3d-charts/data-labels.md +++ b/chart-sdk/angular/3d-charts/data-labels.md @@ -1,6 +1,6 @@ --- layout: post -title: Data labels in Angular 3D Chart control | Syncfusion +title: Data Labels in Angular 3D Chart | Syncfusion description: Learn here all about data labels in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Data labels in Angular 3D Chart control +# Data labels in Angular 3D Chart -Data labels are fields that includes information about the sample point connected to an output. It can be added to a chart series by enabling the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel/#visible) property in the [`dataLabel`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#datalabel). By default, the labels will arrange smartly without overlapping. +Data labels are fields that includes information about the sample point connected to an output. It can be added to a chart series by enabling the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel#visible) property in the [`dataLabel`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#datalabel). By default, the labels will arrange smartly without overlapping. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ Data labels are fields that includes information about the sample point connecte ## Position -The [`position`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel/#position) property is used to place the label either on `Top`, `Middle`, or `Bottom`. +The [`position`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel#position) property is used to place the label either on `Top`, `Middle`, or `Bottom`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ The [`position`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/da ## Template -Label content can be formatted by using the template option. Inside the template, the placeholder text `${point.x}` and `${point.y}` can be added to display corresponding data points x & y value. Using [`template`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel/#template) property, the data label template can be set. +Label content can be formatted by using the template option. Inside the template, the placeholder text `${point.x}` and `${point.y}` can be added to display corresponding data points x & y value. Using [`template`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel#template) property, the data label template can be set. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -60,7 +60,7 @@ Label content can be formatted by using the template option. Inside the template ## Text mapping -Text from the data source can be mapped using the [`name`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel/#name) property. +Text from the data source can be mapped using the [`name`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel#name) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -76,7 +76,7 @@ Text from the data source can be mapped using the [`name`](https://ej2.syncfusio ## Format -Data label for the chart can be formatted using the [`format`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel/#format) property. The global formatting options can be used as 'n', 'p', and 'c'. +Data label for the chart can be formatted using the [`format`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel#format) property. The global formatting options can be used as 'n', 'p', and 'c'. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -149,7 +149,7 @@ Data label for the chart can be formatted using the [`format`](https://ej2.syncf ## Margin -The [`margin`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel/#margin) for data label can be applied by using [`left`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/marginModel/#left), [`right`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/marginModel/#right), [`bottom`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/marginModel/#bottom) and [`top`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/marginModel/#top) properties. +The [`margin`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel#margin) for data label can be applied by using [`left`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/marginModel#left), [`right`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/marginModel#right), [`bottom`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/marginModel#bottom) and [`top`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/marginModel#top) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -165,7 +165,7 @@ The [`margin`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/data ## Customization -The `stroke` and `border` of data label can be customized using [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel/#fill) and [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel/#border) properties. +The `stroke` and `border` of data label can be customized using [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel#fill) and [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/dataLabelStyleModel#border) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -181,7 +181,7 @@ The `stroke` and `border` of data label can be customized using [`fill`](https:/ ## Customizing specific label -A specific label can be customized by using the [`textRender`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/i3DTextRenderEventArgs/) event. The `textRender` event allows you to change the label text for the point. +A specific label can be customized by using the [`textRender`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/i3DTextRenderEventArgs) event. The `textRender` event allows you to change the label text for the point. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/datetime-axis.md b/chart-sdk/angular/3d-charts/datetime-axis.md index 6a84196ff..1a931afac 100644 --- a/chart-sdk/angular/3d-charts/datetime-axis.md +++ b/chart-sdk/angular/3d-charts/datetime-axis.md @@ -1,6 +1,6 @@ --- layout: post -title: DateTime axis in Angular 3D Chart control | Syncfusion +title: DateTime Axis in Angular 3D Chart | Syncfusion description: Learn here all about DateTime axis in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -9,7 +9,7 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# DateTime axis in Angular 3D Chart control +# DateTime axis in Angular 3D Chart ## DateTime axis @@ -27,7 +27,7 @@ DateTime axis uses date time scale and displays the date time values as axis lab {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-charts/date-time-axis/date-time-cs1" %} ->Note: To use datetime axis, we need to inject `DateTime3DService` module into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#valuetype) of axis to **DateTime**. +>Note: To use datetime axis, we need to inject `DateTime3DService` module into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#valuetype) of axis to **DateTime**. ## DateTime category axis @@ -45,11 +45,11 @@ DateTime category axis is used to display the date time values with non-linear i {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-charts/date-time-axis/date-time-cs2" %} ->Note: To use datetime category axis, we need to inject `DateTimeCategory3DService` module into the `@NgModule.providers` and set the [`valueType`](../api/chart3d/axis3D/#valuetype) of axis to **DateTimeCategory**. +>Note: To use datetime category axis, we need to inject `DateTimeCategory3DService` module into the `@NgModule.providers` and set the [`valueType`](../api/chart3d/axis3D#valuetype) of axis to **DateTimeCategory**. ### Range -Range of an axis will be calculated automatically based on the provided data. You can also customize the range of an axis using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#interval) properties. +Range of an axis will be calculated automatically based on the provided data. You can also customize the range of an axis using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#interval) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -65,7 +65,7 @@ Range of an axis will be calculated automatically based on the provided data. Yo ### Interval customization -Date time intervals can be customized by using the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#interval) and [`intervalType`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#intervaltype) properties of the axis. For example, when you set `interval` as **2** and `intervalType` as **Years**, it considers 2 years as interval. DateTime axis supports following interval types, +Date time intervals can be customized by using the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#interval) and [`intervalType`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#intervaltype) properties of the axis. For example, when you set `interval` as **2** and `intervalType` as **Years**, it considers 2 years as interval. DateTime axis supports following interval types, * Auto * Years @@ -89,7 +89,7 @@ Date time intervals can be customized by using the [`interval`](https://ej2.sync **Applying padding to the range** -Padding can be applied to the minimum and maximum extremes of the range by using the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) property. DateTime axis supports the following types of padding, +Padding can be applied to the minimum and maximum extremes of the range by using the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) property. DateTime axis supports the following types of padding, * None * Round @@ -97,7 +97,7 @@ Padding can be applied to the minimum and maximum extremes of the range by using **DateTime - None** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) is set to `None`, minimum and maximum of an axis is based on the data. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) is set to `None`, minimum and maximum of an axis is based on the data. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -113,7 +113,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/c **DateTime - Round** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) is set to `Round`, minimum and maximum will be rounded to the nearest possible value, which is divisible by interval. For example, when the minimum is **15th Jan**, interval is **1** and interval type is **Month**, then the axis minimum will be **Jan 1st**. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) is set to `Round`, minimum and maximum will be rounded to the nearest possible value, which is divisible by interval. For example, when the minimum is **15th Jan**, interval is **1** and interval type is **Month**, then the axis minimum will be **Jan 1st**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -129,7 +129,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/c **DateTime - Additional** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) is set to `Additional`, interval of an axis will be padded to the minimum and maximum of the axis. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) is set to `Additional`, interval of an axis will be padded to the minimum and maximum of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -145,7 +145,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/c ## Label format -The date can be formatted and parsed to all globalize format using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#labelformat) property in an axis. +The date can be formatted and parsed to all globalize format using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#labelformat) property in an axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/dimensions.md b/chart-sdk/angular/3d-charts/dimensions.md index a68c25ea8..7e2991e3f 100644 --- a/chart-sdk/angular/3d-charts/dimensions.md +++ b/chart-sdk/angular/3d-charts/dimensions.md @@ -1,6 +1,6 @@ --- layout: post -title: Dimensions in Angular 3D Chart control | Syncfusion +title: Dimensions in Angular 3D Chart | Syncfusion description: Learn here all about dimensions in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Dimensions in Angular 3D Chart control +# Dimensions in Angular 3D Chart ## Size for container @@ -38,7 +38,7 @@ The 3D chart can be rendered to its container size and it can be set via inline -The size of the 3D chart can be set directly through [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#width) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#height) properties. +The size of the 3D chart can be set directly through [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#width) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#height) properties. **In Pixel** diff --git a/chart-sdk/angular/3d-charts/getting-started.md b/chart-sdk/angular/3d-charts/getting-started.md index cc793f3e3..bd7517afd 100644 --- a/chart-sdk/angular/3d-charts/getting-started.md +++ b/chart-sdk/angular/3d-charts/getting-started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting Started with Angular 3D Chart component | Syncfusion +title: Getting Started with Angular 3D Chart | Syncfusion description: Check out and learn about Getting Started with Angular 3D Chart component of Syncfusion Essential JS 2 and more details. platform: chart-sdk control: Getting Started @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Getting Started with Angular 3D Chart Component +# Getting Started with Angular 3D Chart This section explains the steps required to create a simple [Angular 3D Chart](https://www.syncfusion.com/angular-components/angular-3d-chart) and demonstrates the basic usage of the Angular 3D Chart component. diff --git a/chart-sdk/angular/3d-charts/legend.md b/chart-sdk/angular/3d-charts/legend.md index 4635d117a..dfc2522c4 100644 --- a/chart-sdk/angular/3d-charts/legend.md +++ b/chart-sdk/angular/3d-charts/legend.md @@ -1,6 +1,6 @@ --- layout: post -title: Legend in Angular 3D Chart control | Syncfusion +title: Legend in Angular 3D Chart | Syncfusion description: Learn here all about legend in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Legend in Angular 3D Chart control +# Legend in Angular 3D Chart @@ -35,7 +35,7 @@ You can use legend for the 3D Chart by setting the [`visible`](https://ej2.syncf ## Position and alignment -By using the [`position`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#position) property, the legend can be positioned at left, right, top or bottom of the 3D chart. The legend is positioned at the bottom of the 3D chart, by default. +By using the [`position`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#position) property, the legend can be positioned at left, right, top or bottom of the 3D chart. The legend is positioned at the bottom of the 3D chart, by default. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -65,7 +65,7 @@ The custom position helps you to position the legend anywhere in the 3D chart us ### Legend reverse -The order of the legend items can be reversed by using the [`reverse`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#reverse) property. By default, legend for the first series in the collection will be placed first. +The order of the legend items can be reversed by using the [`reverse`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#reverse) property. By default, legend for the first series in the collection will be placed first. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -81,7 +81,7 @@ The order of the legend items can be reversed by using the [`reverse`](https://e ### Legend alignment -The legend can be aligned at near, far or center to the 3D chart using the [`alignment`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#alignment) property. +The legend can be aligned at near, far or center to the 3D chart using the [`alignment`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#alignment) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -97,7 +97,7 @@ The legend can be aligned at near, far or center to the 3D chart using the [`ali ## Legend customization -To change the legend icon shape, [`legendShape`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#legendshape) property in the [`series`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel) can be used. By default, the legend icon shape is `seriesType`. +To change the legend icon shape, [`legendShape`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#legendshape) property in the [`series`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel) can be used. By default, the legend icon shape is `seriesType`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -113,7 +113,7 @@ To change the legend icon shape, [`legendShape`](https://ej2.syncfusion.com/angu ### Legend size -By default, legend takes 20% - 25% of the 3D chart's height horizontally, when it is placed on top or bottom position and 20% - 25% of the 3D chart's width vertically, when it is placed on left or right position. You can change this default legend size by using the [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#height) and [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#width) properties of the `legendSettings`. +By default, legend takes 20% - 25% of the 3D chart's height horizontally, when it is placed on top or bottom position and 20% - 25% of the 3D chart's width vertically, when it is placed on left or right position. You can change this default legend size by using the [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#height) and [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#width) properties of the `legendSettings`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -129,7 +129,7 @@ By default, legend takes 20% - 25% of the 3D chart's height horizontally, when i ### Legend item size -The size of the legend items can be customised by using the [`shapeHeight`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#shapeheight) and [`shapeWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#shapewidth) properties.\ +The size of the legend items can be customised by using the [`shapeHeight`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#shapeheight) and [`shapeWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#shapewidth) properties.\ {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -161,7 +161,7 @@ Paging will be enabled by default, when the legend items exceeds the legend boun ### Legend text wrap -When the legend text exceeds the container, the text can be wrapped by using the [`textWrap`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#textwrap) property. End user can also wrap the legend text based on the [`maximumLabelWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#maximumlabelwidth) property. +When the legend text exceeds the container, the text can be wrapped by using the [`textWrap`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#textwrap) property. End user can also wrap the legend text based on the [`maximumLabelWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#maximumlabelwidth) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -177,7 +177,7 @@ When the legend text exceeds the container, the text can be wrapped by using the ## Series selection through legend -By default, you can collapse the series visibility by clicking the legend. On the other hand, turn off the [`toggleVisibility`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#togglevisibility) property if you must use a legend click to choose a series. +By default, you can collapse the series visibility by clicking the legend. On the other hand, turn off the [`toggleVisibility`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#togglevisibility) property if you must use a legend click to choose a series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -209,7 +209,7 @@ By default, series name will be displayed as legend. To skip the legend for a pa ## Legend title -You can set title for legend using [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#title) property in [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#legendsettings). The [`size`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#size), [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#color), [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#opacity),[`fontStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#fontstyle), [`fontWeight`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#fontweight), [`fontFamily`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#fontfamily), [`textAlignment`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#textalignment), and [`textOverflow`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel/#textoverflow) of legend title can be customized by using the [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#titlestyle) property in [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#legendsettings). The [`titlePosition`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#titleposition) is used to set the legend position in `Top`, `Left` and `Right` position. The [`maximumTitleWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#maximumlabelwidth) is used to set the width of the legend title. By default, it will be `100px`. +You can set title for legend using [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#title) property in [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#legendsettings). The [`size`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#size), [`color`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#color), [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#opacity),[`fontStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#fontstyle), [`fontWeight`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#fontweight), [`fontFamily`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#fontfamily), [`textAlignment`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#textalignment), and [`textOverflow`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/titleSettingsModel#textoverflow) of legend title can be customized by using the [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#titlestyle) property in [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#legendsettings). The [`titlePosition`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#titleposition) is used to set the legend position in `Top`, `Left` and `Right` position. The [`maximumTitleWidth`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#maximumlabelwidth) is used to set the width of the legend title. By default, it will be `100px`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -225,7 +225,7 @@ You can set title for legend using [`title`](https://ej2.syncfusion.com/angular/ ## Arrow page navigation -The page number will always be visible while using legend paging. It is now possible to disable the page number and enable page navigation with the left and right arrows. The [`enablePages`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#enablepages) property needs to be set to **false** in order to render the arrow page navigation. +The page number will always be visible while using legend paging. It is now possible to disable the page number and enable page navigation with the left and right arrows. The [`enablePages`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#enablepages) property needs to be set to **false** in order to render the arrow page navigation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -241,7 +241,7 @@ The page number will always be visible while using legend paging. It is now poss ## Legend item padding -The [`itemPadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#itempadding) property can be used to adjust the space between the legend items. +The [`itemPadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#itempadding) property can be used to adjust the space between the legend items. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/logarithmic-axis.md b/chart-sdk/angular/3d-charts/logarithmic-axis.md index e269602d2..2f0eb5826 100644 --- a/chart-sdk/angular/3d-charts/logarithmic-axis.md +++ b/chart-sdk/angular/3d-charts/logarithmic-axis.md @@ -1,6 +1,6 @@ --- layout: post -title: Logarithmic axis in Angular 3D Chart control | Syncfusion +title: Logarithmic Axis in Angular 3D Chart | Syncfusion description: Learn here all about logarithmic axis in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Logarithmic axis in Angular 3D Chart control +# Logarithmic axis in Angular 3D Chart Logarithmic axis uses logarithmic scale and it is very useful in visualizing data, when it has numerical values in both lower order of magnitude (eg: 10-6) and higher order of magnitude (eg: 106). @@ -24,11 +24,11 @@ Logarithmic axis uses logarithmic scale and it is very useful in visualizing dat {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-charts/logarithmic-axis/logatithmic-axis-cs1" %} ->Note: To use logarithmic axis, we need to inject `Logarithmic3DService` module into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#valuetype) of the axis to **Logarithmic**. +>Note: To use logarithmic axis, we need to inject `Logarithmic3DService` module into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#valuetype) of the axis to **Logarithmic**. ## Range -The range of an axis will be calculated automatically based on the provided data and it can also be customized by using the [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#interval) properties of the axis. +The range of an axis will be calculated automatically based on the provided data and it can also be customized by using the [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#interval) properties of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ The range of an axis will be calculated automatically based on the provided data ## Logarithmic base -Logarithmic base can be customized by using the [`logBase`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#logbase) property of the axis. For example when the `logBase` is **5**, the axis values follows 5-2, 5-1, 50, 51, 52 etc. +Logarithmic base can be customized by using the [`logBase`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#logbase) property of the axis. For example when the `logBase` is **5**, the axis values follows 5-2, 5-1, 50, 51, 52 etc. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -60,7 +60,7 @@ Logarithmic base can be customized by using the [`logBase`](https://ej2.syncfus ## Logarithmic interval -The interval of the logarithmic axis can be customized by using the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#interval) property in the axis. When the logarithmic base is 10 and logarithmic **interval** is 2, then the axis labels are placed at an interval of 102. The default value of the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#interval) is **1**. +The interval of the logarithmic axis can be customized by using the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#interval) property in the axis. When the logarithmic base is 10 and logarithmic **interval** is 2, then the axis labels are placed at an interval of 102. The default value of the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#interval) is **1**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/multi-panes.md b/chart-sdk/angular/3d-charts/multi-panes.md index ae1d01a4f..6f8ceb850 100644 --- a/chart-sdk/angular/3d-charts/multi-panes.md +++ b/chart-sdk/angular/3d-charts/multi-panes.md @@ -1,6 +1,6 @@ --- layout: post -title: Multiple panes in Angular 3D Chart control | Syncfusion +title: Multiple Panes in Angular 3D Chart | Syncfusion description: Learn here all about multiple panes in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,16 +8,16 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Multiple panes in Angular 3D Chart control +# Multiple panes in Angular 3D Chart -The chart area can be divided into multiple panes using [`rows`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#rows) and [`columns`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#columns). +The chart area can be divided into multiple panes using [`rows`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#rows) and [`columns`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#columns). ## Rows -To split the chart area vertically into number of rows, use [`rows`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#rows) property of the 3D chart. +To split the chart area vertically into number of rows, use [`rows`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#rows) property of the 3D chart. -* The space for each row can be allocated by using the [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionRowModel/#height) property. The value can be either in percentage or in pixel. -* To associate a vertical axis to a particular row, specify its index to [`rowIndex`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rowindex) property of the axis. +* The space for each row can be allocated by using the [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionRowModel#height) property. The value can be either in percentage or in pixel. +* To associate a vertical axis to a particular row, specify its index to [`rowIndex`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rowindex) property of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -31,7 +31,7 @@ To split the chart area vertically into number of rows, use [`rows`](https://ej2 {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-charts/multi-pane/multi-pane-cs1" %} -For spanning the vertical axis along multiple rows, use [`span`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#span) property of an axis. +For spanning the vertical axis along multiple rows, use [`span`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#span) property of an axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -47,10 +47,10 @@ For spanning the vertical axis along multiple rows, use [`span`](https://ej2.sy ## Columns -To split the chart area horizontally into number of columns, use [`columns`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#columns) property of the 3D chart. +To split the chart area horizontally into number of columns, use [`columns`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#columns) property of the 3D chart. -* The space for each column can be allocated by using the [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionColumnModel/#width) property. The given width can be either in percentage or in pixel. -* To associate a horizontal axis to a particular column, specify its index to [`columnIndex`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#columnindex) property of the axis. +* The space for each column can be allocated by using the [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionColumnModel#width) property. The given width can be either in percentage or in pixel. +* To associate a horizontal axis to a particular column, specify its index to [`columnIndex`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#columnindex) property of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -64,7 +64,7 @@ To split the chart area horizontally into number of columns, use [`columns`](htt {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-charts/multi-pane/multi-pane-cs3" %} -For spanning the vertical axis along multiple column, you can use [`span`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#span) property of an axis. +For spanning the vertical axis along multiple column, you can use [`span`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#span) property of an axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/numeric-axis.md b/chart-sdk/angular/3d-charts/numeric-axis.md index 4fb10bc43..1edc90cfd 100644 --- a/chart-sdk/angular/3d-charts/numeric-axis.md +++ b/chart-sdk/angular/3d-charts/numeric-axis.md @@ -1,6 +1,6 @@ --- layout: post -title: Numeric axis in Angular 3D Chart control | Syncfusion +title: Numeric Axis in Angular 3D Chart | Syncfusion description: Learn here all about numeric axis in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Numeric axis in Angular 3D Chart control +# Numeric Axis in Angular 3D Chart The numeric axis can be used to represent the numeric values of data in 3D chart. By default, the `valueType` of an axis is **Double**. @@ -28,7 +28,7 @@ The numeric axis can be used to represent the numeric values of data in 3D chart ## Range -The range of an axis will be calculated automatically based on the provided data, and it can also be customized by using the [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#interval) properties of the axis. +The range of an axis will be calculated automatically based on the provided data, and it can also be customized by using the [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#interval) properties of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -44,7 +44,7 @@ The range of an axis will be calculated automatically based on the provided data ## Range padding -Padding can be applied to the minimum and maximum extremes of an axis range by using the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) property. Numeric axis supports the following types of padding. +Padding can be applied to the minimum and maximum extremes of an axis range by using the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) property. Numeric axis supports the following types of padding. * None * Round @@ -54,7 +54,7 @@ Padding can be applied to the minimum and maximum extremes of an axis range by u **Numeric - None** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) is set to `None`, minimum and maximum of the axis is based on the data. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) is set to `None`, minimum and maximum of the axis is based on the data. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -70,7 +70,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/c **Numeric - Round** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) is set to **Round**, minimum and maximum will be rounded to the nearest possible value, which is divisible by interval. For example, when the [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#minimum) is **3.5** and the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#interval) is **1**, then the minimum will be rounded to **3**. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) is set to **Round**, minimum and maximum will be rounded to the nearest possible value, which is divisible by interval. For example, when the [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#minimum) is **3.5** and the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#interval) is **1**, then the minimum will be rounded to **3**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -86,7 +86,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/c **Numeric - Additional** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) is set to **Additional**, interval of an axis will be added to the minimum and maximum of the axis. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) is set to **Additional**, interval of an axis will be added to the minimum and maximum of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -102,7 +102,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/c **Numeric - Normal** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) is set to **Normal**, padding is applied to the axis based on default range calculation. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) is set to **Normal**, padding is applied to the axis based on default range calculation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -118,7 +118,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/c **Numeric - Auto** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#rangepadding) is set to **Auto**, horizontal numeric axis takes **None** as padding calculation, while the vertical numeric axis takes **Normal** as padding calculation. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#rangepadding) is set to **Auto**, horizontal numeric axis takes **None** as padding calculation, while the vertical numeric axis takes **Normal** as padding calculation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -136,7 +136,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/c **Numeric label format** -Numeric labels can be formatted by using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel/#labelformat) property. Also, it supports all globalize format. +Numeric labels can be formatted by using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/axis3DModel#labelformat) property. Also, it supports all globalize format. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -212,7 +212,7 @@ The following table describes the result of applying some commonly used label fo ## Grouping separator -To separate the y-axis labels to groups of thousands, set the [`useGroupingSeparator`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#usegroupingseparator) property to **true** in the 3D chart. +To separate the y-axis labels to groups of thousands, set the [`useGroupingSeparator`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#usegroupingseparator) property to **true** in the 3D chart. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/print-export.md b/chart-sdk/angular/3d-charts/print-export.md index 83e570572..365ecc763 100644 --- a/chart-sdk/angular/3d-charts/print-export.md +++ b/chart-sdk/angular/3d-charts/print-export.md @@ -1,6 +1,6 @@ --- layout: post -title: Print and Export in Angular 3D Chart control | Syncfusion +title: Print and Export in Angular 3D Chart | Syncfusion description: Learn here all about print and export in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Print and Export in Angular 3D Chart control +# Print and Export in Angular 3D Chart ## Print -The rendered 3D chart can be printed directly from the browser by calling the public method [`print`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/printUtils/#print). The ID of the 3D chart's div element must be passed as the input parameter to that method. +The rendered 3D chart can be printed directly from the browser by calling the public method [`print`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/printUtils#print). The ID of the 3D chart's div element must be passed as the input parameter to that method. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ The rendered 3D chart can be printed directly from the browser by calling the pu ## Export -The rendered 3D chart can be exported to `JPEG`, `PNG`, `SVG`, or `PDF` format using the [`export`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/exportUtils/#export) method. The input parameters for this method are: `type` for format and `fileName` for result. +The rendered 3D chart can be exported to `JPEG`, `PNG`, `SVG`, or `PDF` format using the [`export`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/exportUtils#export) method. The input parameters for this method are: `type` for format and `fileName` for result. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/selection.md b/chart-sdk/angular/3d-charts/selection.md index 4b5e7ce87..cb5dcaffc 100644 --- a/chart-sdk/angular/3d-charts/selection.md +++ b/chart-sdk/angular/3d-charts/selection.md @@ -1,6 +1,6 @@ --- layout: post -title: Selection in Angular 3D Chart control | Syncfusion +title: Selection in Angular 3D Chart | Syncfusion description: Learn here all about selection in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Selection in Angular 3D Chart control +# Selection in Angular 3D Chart The 3D chart provides selection support for the series and its data points on mouse click. @@ -25,7 +25,7 @@ We have different types of selection mode for selecting a data. ## Point -To select a point, set the [`selectionMode`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#selectionmode) property to **Point**. +To select a point, set the [`selectionMode`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#selectionmode) property to **Point**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -41,7 +41,7 @@ To select a point, set the [`selectionMode`](https://ej2.syncfusion.com/angular/ ## Series -To select a series, set the [`selectionMode`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#selectionmode) property to **Series**. +To select a series, set the [`selectionMode`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#selectionmode) property to **Series**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -57,7 +57,7 @@ To select a series, set the [`selectionMode`](https://ej2.syncfusion.com/angular ## Cluster -To select the points that corresponds to the same index in all the series, set the [`selectionMode`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#selectionmode) property to **Cluster**. +To select the points that corresponds to the same index in all the series, set the [`selectionMode`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#selectionmode) property to **Cluster**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -73,7 +73,7 @@ To select the points that corresponds to the same index in all the series, set t ## Selection type -To select multiple points or series, enable the [`isMultiSelect`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#ismultiselect) property. +To select multiple points or series, enable the [`isMultiSelect`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#ismultiselect) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -89,7 +89,7 @@ To select multiple points or series, enable the [`isMultiSelect`](https://ej2.sy ## Selection during initial loading -In a 3D chart, selecting a point or series during initial loading can only be done programmatically. The [`selectedDataIndexes`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel/#selecteddataindexes) property can be used for this. +In a 3D chart, selecting a point or series during initial loading can only be done programmatically. The [`selectedDataIndexes`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/chart3DModel#selecteddataindexes) property can be used for this. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -105,7 +105,7 @@ In a 3D chart, selecting a point or series during initial loading can only be do ## Selection through legend -To select a point or series through legend use the [`toggleVisibility`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#togglevisibility) property. Also, use [`enableHighlight`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel/#enablehighlight) property for highlighting the series through legend. +To select a point or series through legend use the [`toggleVisibility`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#togglevisibility) property. Also, use [`enableHighlight`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalLegendSettingsModel#enablehighlight) property for highlighting the series through legend. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-charts/tool-tip.md b/chart-sdk/angular/3d-charts/tool-tip.md index bae70b834..e135af382 100644 --- a/chart-sdk/angular/3d-charts/tool-tip.md +++ b/chart-sdk/angular/3d-charts/tool-tip.md @@ -1,6 +1,6 @@ --- layout: post -title: Tooltip in Angular 3D Chart control | Syncfusion +title: Tooltip in Angular 3D Chart | Syncfusion description: Learn here all about tooltip in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Tooltip in Angular 3D Chart control +# Tooltip in Angular 3D Chart diff --git a/chart-sdk/angular/3d-charts/working-with-data.md b/chart-sdk/angular/3d-charts/working-with-data.md index 2ff819ba2..6655f6150 100644 --- a/chart-sdk/angular/3d-charts/working-with-data.md +++ b/chart-sdk/angular/3d-charts/working-with-data.md @@ -1,6 +1,6 @@ --- layout: post -title: Working with data source in Angular 3D Chart control | Syncfusion +title: Working with Data in Angular 3D Chart | Syncfusion description: Learn here all about working with data source in Syncfusion Angular 3D Chart control of Syncfusion Essential JS 2 and more. platform: chart-sdk control: 3D Chart @@ -9,11 +9,11 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Working with data in Angular 3D Chart control +# Working with Data in Angular 3D Chart ## Local data -A simple JSON data can be bound to the 3D chart using [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#datasource) property in series. Now map the fields in JSON to [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#yname) properties. +A simple JSON data can be bound to the 3D chart using [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#datasource) property in series. Now map the fields in JSON to [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#yname) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -29,7 +29,7 @@ A simple JSON data can be bound to the 3D chart using [`dataSource`](https://ej2 ## Remote data -The remote data can be bound to the 3D chart using the [`DataManager`](https://ej2.syncfusion.com/documentation/api/data/dataManager/). The `DataManager` requires minimal information like web service URL, adaptor and cross domain to interact with service endpoint properly. Assign the instance of the `DataManager` to the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#datasource) property in series and map the fields of data to [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#yname) properties. You can also use the [`query`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#query) property of the series to filter the data. +The remote data can be bound to the 3D chart using the [`DataManager`](https://ej2.syncfusion.com/documentation/api/data/dataManager). The `DataManager` requires minimal information like web service URL, adaptor and cross domain to interact with service endpoint properly. Assign the instance of the `DataManager` to the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#datasource) property in series and map the fields of data to [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#yname) properties. You can also use the [`query`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#query) property of the series to filter the data. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -61,7 +61,7 @@ The remote data can be bound to the 3D chart using the [`DataManager`](https://e ## Empty points -The data points that uses the `null` or `undefined` as value are considered as empty points. The empty data points are ignored and is not plotted in the chart. When the data is provided by using the points property, by using [`emptyPointSettings`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#emptypointsettings) property in series, the empty can be customized. The default [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalEmptyPointSettingsModel/#mode) of the empty point is **Gap**. +The data points that uses the `null` or `undefined` as value are considered as empty points. The empty data points are ignored and is not plotted in the chart. When the data is provided by using the points property, by using [`emptyPointSettings`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#emptypointsettings) property in series, the empty can be customized. The default [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalEmptyPointSettingsModel#mode) of the empty point is **Gap**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -77,7 +77,7 @@ The data points that uses the `null` or `undefined` as value are considered as e **Customizing empty point** -The specific color for empty point can be set by the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalEmptyPointSettingsModel/#fill) property in [`emptyPointSettings`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel/#emptypointsettings). +The specific color for empty point can be set by the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/threeDimensionalEmptyPointSettingsModel#fill) property in [`emptyPointSettings`](https://ej2.syncfusion.com/angular/documentation/api/chart3d/series3DModel#emptypointsettings). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/3d-circular-charts/data-label.md b/chart-sdk/angular/3d-circular-charts/data-label.md index 8bf0339a8..b0e4506ba 100644 --- a/chart-sdk/angular/3d-circular-charts/data-label.md +++ b/chart-sdk/angular/3d-circular-charts/data-label.md @@ -1,6 +1,6 @@ --- layout: post -title: Data Label in Angular 3D Circular Chart component | Syncfusion +title: Data Label in Angular 3D Circular Chart | Syncfusion description: Learn here all about data label in Syncfusion Angular 3D Circular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Data Label @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Data Label in Angular 3D Circular Chart component +# Data Label in Angular 3D Circular Chart A data label refers to a label associated with specific data points. It can be added to a 3D Circular Chart series by enabling the `visible` option in the `dataLabel` property. By default, the labels will arrange themselves smartly to avoid overlapping. diff --git a/chart-sdk/angular/3d-circular-charts/empty-points.md b/chart-sdk/angular/3d-circular-charts/empty-points.md index 12f449b25..b454aa7f4 100644 --- a/chart-sdk/angular/3d-circular-charts/empty-points.md +++ b/chart-sdk/angular/3d-circular-charts/empty-points.md @@ -1,6 +1,6 @@ --- layout: post -title: Empty points in Angular 3D Circular Chart component | Syncfusion +title: Empty Points in Angular 3D Circular Chart | Syncfusion description: Learn here all about empty points in Syncfusion Angular 3D Circular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Empty points @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Empty points in Angular 3D Circular Chart component +# Empty Points in Angular 3D Circular Chart Data points containing `null` or `undefined` values are considered empty points. These empty data points are ignored and not plotted in the 3D Circular Chart. You can customize the handling of empty points using the `emptyPointSettings` property in the series. The default mode for empty points is `Gap`. Other supported modes include `Average`, `Drop`, and `Zero`. @@ -38,4 +38,4 @@ A specific color for an empty point can be set by using the `fill` property in ` {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/pie-donut/empty-point-custom" %} \ No newline at end of file +{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/pie-donut/empty-point-custom" %} diff --git a/chart-sdk/angular/3d-circular-charts/getting-started.md b/chart-sdk/angular/3d-circular-charts/getting-started.md index d1e0e5c3e..43ffa7d12 100644 --- a/chart-sdk/angular/3d-circular-charts/getting-started.md +++ b/chart-sdk/angular/3d-circular-charts/getting-started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting Started with Angular 3D Circular Chart component | Syncfusion +title: Getting Started with Angular 3D Circular Chart | Syncfusion description: Check out and learn about Getting Started with Angular 3D Circular Chart component of Syncfusion Essential JS 2 and more details. platform: chart-sdk control: Getting Started @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Getting Started with Angular 3D Circular Chart Component +# Getting Started with Angular 3D Circular Chart This section explains the steps required to create a simple [Angular 3D Circular Chart](https://www.syncfusion.com/angular-components/angular-3d-circular-chart) and demonstrates the basic usage of the Angular 3D Circular Chart component. diff --git a/chart-sdk/angular/3d-circular-charts/legend.md b/chart-sdk/angular/3d-circular-charts/legend.md index 6ef09c6fd..038b150a9 100644 --- a/chart-sdk/angular/3d-circular-charts/legend.md +++ b/chart-sdk/angular/3d-circular-charts/legend.md @@ -1,6 +1,6 @@ --- layout: post -title: Legend in Angular 3D Circular Chart component | Syncfusion +title: Legend in Angular 3D Circular Chart | Syncfusion description: Learn here all about legend in Syncfusion Angular 3D Circular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Legend @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Legend in Angular 3D Circular Chart component +# Legend in Angular 3D Circular Chart The legend provides information about the data points rendered in the 3D Circular Chart. It can be added by enabling the `visible` option in the `legendSettings` property. @@ -184,4 +184,4 @@ The `itemPadding` property can be used to adjust the space between the legend it {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/user-interaction/item-padding" %} \ No newline at end of file +{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/user-interaction/item-padding" %} diff --git a/chart-sdk/angular/3d-circular-charts/pie-donut-chart.md b/chart-sdk/angular/3d-circular-charts/pie-donut-chart.md index 472f51f22..f14093def 100644 --- a/chart-sdk/angular/3d-circular-charts/pie-donut-chart.md +++ b/chart-sdk/angular/3d-circular-charts/pie-donut-chart.md @@ -1,6 +1,6 @@ --- layout: post -title: Pie and donut in Angular 3D Circular Chart component | Syncfusion +title: Pie and Donut in Angular 3D Circular Chart | Syncfusion description: Learn here all about Pie and donut in Syncfusion Angular 3D Circular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Pie and donut @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Pie and donut in Angular 3D Circular Chart component +# Pie and Donut in Angular 3D Circular Chart ## Pie chart diff --git a/chart-sdk/angular/3d-circular-charts/print-and-export.md b/chart-sdk/angular/3d-circular-charts/print-and-export.md index 63247bfbe..66b912a55 100644 --- a/chart-sdk/angular/3d-circular-charts/print-and-export.md +++ b/chart-sdk/angular/3d-circular-charts/print-and-export.md @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Print and Export in Angular 3D Circular Chart component +# Print and Export in Angular 3D Circular Chart ## Print @@ -41,4 +41,4 @@ Input parameters for this method are `Export` Type for `format` and `fileName {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/user-interaction/export" %} \ No newline at end of file +{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/user-interaction/export" %} diff --git a/chart-sdk/angular/3d-circular-charts/title-and-subtitle.md b/chart-sdk/angular/3d-circular-charts/title-and-subtitle.md index 5c1ccbc58..e6d1711ce 100644 --- a/chart-sdk/angular/3d-circular-charts/title-and-subtitle.md +++ b/chart-sdk/angular/3d-circular-charts/title-and-subtitle.md @@ -1,6 +1,6 @@ --- layout: post -title: Title and subtitle in Angular 3D Circular Chart | Syncfusion +title: Title and Subtitle in Angular 3D Circular Chart | Syncfusion description: Learn here all about title and subtitle in Syncfusion Angular 3D Circular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Title and subtitle @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Title and subtitle in Angular 3D Circular Chart component +# Title and Subtitle in Angular 3D Circular Chart ## Title @@ -72,4 +72,4 @@ The subtitle of the 3D Circular Chart can be customized using the `subTitleStyle {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/user-interaction/subtitle-custom" %} \ No newline at end of file +{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/user-interaction/subtitle-custom" %} diff --git a/chart-sdk/angular/3d-circular-charts/tooltip.md b/chart-sdk/angular/3d-circular-charts/tooltip.md index 3d0ee3c05..a93b2ee05 100644 --- a/chart-sdk/angular/3d-circular-charts/tooltip.md +++ b/chart-sdk/angular/3d-circular-charts/tooltip.md @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Tooltip in Angular 3D Circular Chart component +# Tooltip in Angular 3D Circular Chart The 3D Circular Chart will display details about the points through a tooltip, when the mouse is moved over a specific point. By default, the tooltip is not visible. It can be enabled by using the `enable` property in `tooltip` to **true**. @@ -177,4 +177,4 @@ Using the `tooltipRender` event, you can customize tooltip values for a particul {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/user-interaction/tooltip-event" %} \ No newline at end of file +{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/3d-circular-charts/user-interaction/tooltip-event" %} diff --git a/chart-sdk/angular/accumulation-charts/accessibility.md b/chart-sdk/angular/accumulation-charts/accessibility.md index ff425c3de..359dd4f4e 100644 --- a/chart-sdk/angular/accumulation-charts/accessibility.md +++ b/chart-sdk/angular/accumulation-charts/accessibility.md @@ -1,6 +1,6 @@ --- layout: post -title: Accessibility in Angular Accumulation chart component | Syncfusion +title: Accessibility in Angular Accumulation Chart | Syncfusion description: Learn here all about Accessibility in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Accessibility @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Accessibility in Angular Accumulation chart component +# Accessibility in Angular Accumulation Chart The Accumulation chart component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility. diff --git a/chart-sdk/angular/accumulation-charts/advanced-accessibility-configuration.md b/chart-sdk/angular/accumulation-charts/advanced-accessibility-configuration.md index ce624204e..d6503e9f3 100644 --- a/chart-sdk/angular/accumulation-charts/advanced-accessibility-configuration.md +++ b/chart-sdk/angular/accumulation-charts/advanced-accessibility-configuration.md @@ -1,6 +1,6 @@ --- layout: post -title: Accessibility customization | Syncfusion +title: Advanced Accessibility in Angular Accumulation Chart | Syncfusion description: Learn here all about Accessibility customization in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Accessibility customization @@ -8,19 +8,19 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Accessibility customization +# Advanced Accessibility Configuration in Angular Accumulation Chart The Syncfusion® Angular Accumulation Chart component is structured to visualize data in a graphical manner. It provides robust customization options for accessibility, allowing you to enhance the user experience for those with disabilities. The main attributes of the Angular Accumulation Chart component's accessibility customization are briefly explained in this section. The accumulation chart component has a number of characteristics that enable accessibility features to be customized, including: -* [`accessibilityDescription`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#accessibilitydescription) - Provides a text description for the accumulation chart, improving support for screen readers. -* [`accessibilityRole`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#accessibilityrole) - Specifies the role of the accumulation chart, helping screen readers to identify the element appropriately. -* [`focusable`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#focusable) - Allows the accumulation chart to receive focus, making it accessible via keyboard navigation. +* [`accessibilityDescription`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#accessibilitydescription) - Provides a text description for the accumulation chart, improving support for screen readers. +* [`accessibilityRole`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#accessibilityrole) - Specifies the role of the accumulation chart, helping screen readers to identify the element appropriately. +* [`focusable`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#focusable) - Allows the accumulation chart to receive focus, making it accessible via keyboard navigation. * [`focusBorderColor`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#focusbordercolor) - Sets the color of the focus border, enhancing visibility when the accumulation chart is focused. * [`focusBorderMargin`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#focusbordermargin) - Defines the margin around the focus border. * [`focusBorderWidth`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#focusborderwidth) - Specifies the width of the focus border. -* [`tabIndex`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#tabindex) - Specifies the tab order for the accumulation chart element, enabling efficient keyboard navigation. +* [`tabIndex`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#tabindex) - Specifies the tab order for the accumulation chart element, enabling efficient keyboard navigation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -38,10 +38,10 @@ The accumulation chart component has a number of characteristics that enable acc The [`series`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#series) supports the customization of accessibility for data points, allowing key characteristics to be adjusted for enhanced accessibility, such as: -* [`accessibilityDescription`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#accessibilitydescription) - Provides a text description for the series root element, enhancing support for screen readers. -* [`accessibilityRole`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#accessibilityrole) - Specifies the role of the series, helping screen readers to identify the element appropriately. -* [`focusable`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#focusable) - Allows the series to receive focus, making it accessible via keyboard navigation. -* [`tabIndex`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#tabindex) - Specifies the tab order of the series element, enabling efficient keyboard navigation. +* [`accessibilityDescription`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#accessibilitydescription) - Provides a text description for the series root element, enhancing support for screen readers. +* [`accessibilityRole`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#accessibilityrole) - Specifies the role of the series, helping screen readers to identify the element appropriately. +* [`focusable`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#focusable) - Allows the series to receive focus, making it accessible via keyboard navigation. +* [`tabIndex`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#tabindex) - Specifies the tab order of the series element, enabling efficient keyboard navigation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -57,12 +57,12 @@ The [`series`](https://ej2.syncfusion.com/angular/documentation/api/accumulation ## Legend -The [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#legendsettings) provide information about the series shown in the accumulation chart. The following [`accessibility`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/legendSettingsModel/#accessibility) properties in [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#legendsettings) can be used to alter the accessibility of the accumulation chart's legend: +The [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#legendsettings) provide information about the series shown in the accumulation chart. The following [`accessibility`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/legendSettingsModel#accessibility) properties in [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#legendsettings) can be used to alter the accessibility of the accumulation chart's legend: -* [`accessibilityDescription`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#accessibilitydescription) - Provides a text description for the legend root element, enhancing support for screen readers.. -* [`accessibilityRole`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#accessibilityrole) - Specifies the role of the legend items to screen readers, providing appropriate context. -* [`focusable`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#focusable) - Specifies whether legend items are focusable via keyboard navigation. -* [`tabIndex`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel/#tabindex) - Specifies the tab order of the legend element, enabling efficient keyboard navigation. +* [`accessibilityDescription`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#accessibilitydescription) - Provides a text description for the legend root element, enhancing support for screen readers.. +* [`accessibilityRole`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#accessibilityrole) - Specifies the role of the legend items to screen readers, providing appropriate context. +* [`focusable`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#focusable) - Specifies whether legend items are focusable via keyboard navigation. +* [`tabIndex`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accessibilityModel#tabindex) - Specifies the tab order of the legend element, enabling efficient keyboard navigation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -74,4 +74,4 @@ The [`legendSettings`](https://ej2.syncfusion.com/angular/documentation/api/accu {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/accumulation-chart/series/pie-cs43" %} \ No newline at end of file +{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/accumulation-chart/series/pie-cs43" %} diff --git a/chart-sdk/angular/accumulation-charts/annotation.md b/chart-sdk/angular/accumulation-charts/annotation.md index e0e521b7d..3c6c27fc8 100644 --- a/chart-sdk/angular/accumulation-charts/annotation.md +++ b/chart-sdk/angular/accumulation-charts/annotation.md @@ -1,6 +1,6 @@ --- layout: post -title: Annotation in Angular Accumulation chart component | Syncfusion +title: Annotation in Angular Accumulation Chart | Syncfusion description: Learn here all about Annotation in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Annotation @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Annotation in Angular Accumulation chart component +# Annotation in Angular Accumulation Chart The annotations are used to mark the specific area of interest in the chart area with texts, shapes or images. diff --git a/chart-sdk/angular/accumulation-charts/appearance.md b/chart-sdk/angular/accumulation-charts/appearance.md index f94d864bd..ee1228f16 100644 --- a/chart-sdk/angular/accumulation-charts/appearance.md +++ b/chart-sdk/angular/accumulation-charts/appearance.md @@ -1,6 +1,6 @@ --- layout: post -title: Appearance in Angular Accumulation chart component | Syncfusion +title: Appearance in Angular Accumulation Chart | Syncfusion description: Learn here all about Appearance in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Appearance @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Appearance in Angular Accumulation chart component +# Appearance in Angular Accumulation Chart ## Custom Color Palette -You can customize the default color of series or points by providing a custom color palette of your choice by using the [`palettes`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#palettes) property. +You can customize the default color of series or points by providing a custom color palette of your choice by using the [`palettes`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#palettes) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/accumulation-charts/center-label.md b/chart-sdk/angular/accumulation-charts/center-label.md index 8aebb6c9d..14009ab30 100644 --- a/chart-sdk/angular/accumulation-charts/center-label.md +++ b/chart-sdk/angular/accumulation-charts/center-label.md @@ -1,16 +1,16 @@ --- layout: post -title: Center label in Angular Accumulation chart component | Syncfusion -description: The center label displays the important orhighlighted text to inform users about what it is. +title: Center Label in Angular Accumulation Chart | Syncfusion +description: Learn here all about configuring and customizing the center label in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Center label documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Centerlabel +# Center Label in Angular Accumulation Chart -Using [`centerLabel`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel) it is now possible to place a label at the center of a pie or donut chart. To configure the default text rendered on the center label for the pie and doughnut charts, use the [`text`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel/#text) property in the [`centerLabel`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel). +Using [`centerLabel`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel) it is now possible to place a label at the center of a pie or donut chart. To configure the default text rendered on the center label for the pie and doughnut charts, use the [`text`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel#text) property in the [`centerLabel`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -26,7 +26,7 @@ Using [`centerLabel`](https://ej2.syncfusion.com/angular/documentation/api/accum ## Hover text -The default text in the center label can be changed when the mouse pointer hovers over the pie and doughnut charts slice using the [`hoverTextFormat`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel/#hovertextformat) property. +The default text in the center label can be changed when the mouse pointer hovers over the pie and doughnut charts slice using the [`hoverTextFormat`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel#hovertextformat) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -42,7 +42,7 @@ The default text in the center label can be changed when the mouse pointer hover ## Customization -Customize the center label text using the [`textStyle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel/#textstyle) property. +Customize the center label text using the [`textStyle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/centerLabel#textstyle) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/accumulation-charts/chart-print.md b/chart-sdk/angular/accumulation-charts/chart-print.md index 368f1a727..1e3bfb9ec 100644 --- a/chart-sdk/angular/accumulation-charts/chart-print.md +++ b/chart-sdk/angular/accumulation-charts/chart-print.md @@ -1,6 +1,6 @@ --- layout: post -title: Chart print in Angular Accumulation chart component | Syncfusion +title: Print and Export in Angular Accumulation Chart | Syncfusion description: Learn here all about Chart print in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Chart print @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Chart print in Angular Accumulation chart component +# Print and Export in Angular Accumulation Chart ## Print diff --git a/chart-sdk/angular/accumulation-charts/customization.md b/chart-sdk/angular/accumulation-charts/customization.md index 3f494753e..0a5816400 100644 --- a/chart-sdk/angular/accumulation-charts/customization.md +++ b/chart-sdk/angular/accumulation-charts/customization.md @@ -15,7 +15,7 @@ domainurl: https://help.syncfusion.com/chart-sdk **Radius customization** By default, radius of the pie series will be 80 % of the size (minimum of height and width of the chart). -You can customize this, by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#radius) property of the series. +You can customize this, by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#radius) property of the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -31,7 +31,7 @@ You can customize this, by using [`radius`](https://ej2.syncfusion.com/angular/d **Doughnut Series** -In order, to achieve a doughnut in pie, you need to customize the [`innerRadius`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#innerradius) property of the series. By default, the value is 0%. By setting value greater than 0%, a doughnut will appear. `innerRadius` property takes value from 0% to 100% of the pie radius. +In order, to achieve a doughnut in pie, you need to customize the [`innerRadius`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#innerradius) property of the series. By default, the value is 0%. By setting value greater than 0%, a doughnut will appear. `innerRadius` property takes value from 0% to 100% of the pie radius. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -47,8 +47,8 @@ In order, to achieve a doughnut in pie, you need to customize the [`innerRadius` **Smart Labels** -As like in chart, you can also enable labels for the points in accumulation chart using [`dataLabel`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#datalabel) property in series. This label will arrange smartly -without overlapping with each other. You can enable or disable this feature using [`enableSmartLabels`]../api/accumulation-chart/accumulationChartModel/#enablesmartlabels)property. +As like in chart, you can also enable labels for the points in accumulation chart using [`dataLabel`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#datalabel) property in series. This label will arrange smartly +without overlapping with each other. You can enable or disable this feature using [`enableSmartLabels`]../api/accumulation-chart/accumulationChartModel#enablesmartlabels)property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -64,7 +64,7 @@ without overlapping with each other. You can enable or disable this feature usin ## Datalabel template -As like in chart, you can use datalabel template for the points in accumulation chart using [`dataLabel`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#datalabel) property in series. +As like in chart, you can use datalabel template for the points in accumulation chart using [`dataLabel`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#datalabel) property in series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -80,7 +80,7 @@ As like in chart, you can use datalabel template for the points in accumulation ## Grouping -You can club/group few points of the series based on [`groupTo`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#groupto) property. For example, if the club value is 11, then the points with value less than 11 is grouped together and will be showed as a single point with label `others`. You can customize the label for that point using [`textRender`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel/#textrender) event. The property also takes value in percentage (percentage of total data points value). +You can club/group few points of the series based on [`groupTo`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#groupto) property. For example, if the club value is 11, then the points with value less than 11 is grouped together and will be showed as a single point with label `others`. You can customize the label for that point using [`textRender`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel#textrender) event. The property also takes value in percentage (percentage of total data points value). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -96,7 +96,7 @@ You can club/group few points of the series based on [`groupTo`](https://ej2.syn **Start and End angles** -You can customize the start and end angle of the pie series using [`startAngle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#startangle) and [`endAngle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#endangle) properties. By default, `startAngle` is 0 degree and `endAngle` is 360 degree. By customizing this, we can achieve a semi pie series. +You can customize the start and end angle of the pie series using [`startAngle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#startangle) and [`endAngle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#endangle) properties. By default, `startAngle` is 0 degree and `endAngle` is 360 degree. By customizing this, we can achieve a semi pie series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -112,8 +112,8 @@ You can customize the start and end angle of the pie series using [`startAngle`] **Explode** -By setting [`explode`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#explode) property to true, you can explode a point in series on mouse click. -Points can also be exploded on load, by using [`explodeIndex`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#explodeindex),[`explodeOffset`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#explodeoffset) and [`explodeAll`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#explodeall) property. +By setting [`explode`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#explode) property to true, you can explode a point in series on mouse click. +Points can also be exploded on load, by using [`explodeIndex`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#explodeindex),[`explodeOffset`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#explodeoffset) and [`explodeAll`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#explodeall) property. `explodeIndex` takes the value of the point index to be exploded, while `explodeAll` property takes the value in boolean, when it’s true, all the points will be exploded on initial render itself. `explodeOffset` property specifies the distance about which the slice has to be moved, when it is exploded. {% tabs %} diff --git a/chart-sdk/angular/accumulation-charts/data-label.md b/chart-sdk/angular/accumulation-charts/data-label.md index 710f4597b..b08ec4045 100644 --- a/chart-sdk/angular/accumulation-charts/data-label.md +++ b/chart-sdk/angular/accumulation-charts/data-label.md @@ -1,6 +1,6 @@ --- layout: post -title: Data label in Angular Accumulation chart component | Syncfusion +title: Data Label in Angular Accumulation Chart | Syncfusion description: Learn here all about Data label in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Data label @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Data label in Angular Accumulation chart component +# Data Label in Angular Accumulation Chart -Data label can be added to a chart series by enabling the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationDataLabelSettings/#visible) option in the dataLabel property. +Data label can be added to a chart series by enabling the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationDataLabelSettings#visible) option in the dataLabel property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -62,7 +62,7 @@ Using `angle` property, you can rotate the data label by its given angle. ## Smart labels -Data labels will be arranged smartly without overlapping with each other. You can enable or disable this feature using the [`enableSmartLabels`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel/#enablesmartlabels) property. +Data labels will be arranged smartly without overlapping with each other. You can enable or disable this feature using the [`enableSmartLabels`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel#enablesmartlabels) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -78,7 +78,7 @@ Data labels will be arranged smartly without overlapping with each other. You ca ## Format -Data label for the accumulation chart can be formatted using [`format`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel/#format) property. You can use the global formatting options, such as 'n', 'p', and 'c'. +Data label for the accumulation chart can be formatted using [`format`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel#format) property. You can use the global formatting options, such as 'n', 'p', and 'c'. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -151,7 +151,7 @@ Data label for the accumulation chart can be formatted using [`format`](https:// ## DataLabel template Label content can be formatted by using the template option. Inside the template, you can add the placeholder text `${point.x}` and `${point.y}` to display corresponding data points x & y value. Using -[`template`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationDataLabelSettings/#template)property, you can set data label template in chart. +[`template`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationDataLabelSettings#template)property, you can set data label template in chart. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -216,7 +216,7 @@ Individual text can be customized using the `textRender` event. ## Text wrap -When the data label text exceeds the container, the text can be wrapped by using [`textWrap`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationDataLabelSettings/#textwrap) property. End user can also wrap the data label text based on [`maxWidth`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationDataLabelSettings/#maxwidth) property. +When the data label text exceeds the container, the text can be wrapped by using [`textWrap`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationDataLabelSettings#textwrap) property. End user can also wrap the data label text based on [`maxWidth`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationDataLabelSettings#maxwidth) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -236,7 +236,7 @@ You can show the percentages in data labels of pie chart using `textRender` even ### Using textRender event -You can customize the data label of pie chart using [textRender](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/#textrender) event as follows to show percentage. +You can customize the data label of pie chart using [textRender](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#textrender) event as follows to show percentage. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/accumulation-charts/dynamic-data-update.md b/chart-sdk/angular/accumulation-charts/dynamic-data-update.md index 2e3de5427..5555857f3 100644 --- a/chart-sdk/angular/accumulation-charts/dynamic-data-update.md +++ b/chart-sdk/angular/accumulation-charts/dynamic-data-update.md @@ -1,6 +1,6 @@ --- layout: post -title: Dynamic data update in Accumulation Chart component | Syncfusion +title: Dynamic Data Update in Angular Accumulation Chart | Syncfusion description: Learn here all about dynamic data update in Syncfusion Accumulation Chart component in Syncfusion Essential JS 2 and more. platform: chart-sdk control: Dynamic Data Update @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Dynamic data update in Angular Accumulation Chart component +# Dynamic Data Update in Angular Accumulation Chart ## Adding a new data point -The [`addPoint`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeriesModel/#addpoint) method is used to dynamically add a new data point to the accumulation chart series. This method is particularly useful when you want to update the chart with a new data point without having to refresh the entire accumulation chart. This method takes two parameters: +The [`addPoint`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeriesModel#addpoint) method is used to dynamically add a new data point to the accumulation chart series. This method is particularly useful when you want to update the chart with a new data point without having to refresh the entire accumulation chart. This method takes two parameters: * The first parameter is the new data point to add to your existing data source. * The optional second parameter specifies the animation duration for adding the new data point. @@ -31,7 +31,7 @@ The [`addPoint`](https://ej2.syncfusion.com/angular/documentation/api/accumulati ## Removing an existing data point -The [`removePoint`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeriesModel/#removepoint) method is used to dynamically remove a data point from the accumulation chart series. This method is particularly useful when you want to update the accumulation chart by removing an existing data point without having to refresh the entire accumulation chart. This method takes two parameters: +The [`removePoint`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeriesModel#removepoint) method is used to dynamically remove a data point from the accumulation chart series. This method is particularly useful when you want to update the accumulation chart by removing an existing data point without having to refresh the entire accumulation chart. This method takes two parameters: * The first parameter is the index of the data point that needs to be removed from the existing data source. * The optional second parameter specifies the animation duration for removing the data point. @@ -50,7 +50,7 @@ The [`removePoint`](https://ej2.syncfusion.com/angular/documentation/api/accumul ## Replacing entire data points -To replace the existing data source in the accumulation chart with a new data source, you can simply use the [`setData`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeriesModel/#setdata) method. This method allows you to replace the existing data points in the accumulation chart series with a new set of data points, enabling you to easily update the accumulation chart with new information. This method takes two parameters: +To replace the existing data source in the accumulation chart with a new data source, you can simply use the [`setData`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeriesModel#setdata) method. This method allows you to replace the existing data points in the accumulation chart series with a new set of data points, enabling you to easily update the accumulation chart with new information. This method takes two parameters: * The first parameter is the new set of data points to be updated. * The optional second parameter specifies the animation duration for updating the new data source. diff --git a/chart-sdk/angular/accumulation-charts/ej1-api-migration.md b/chart-sdk/angular/accumulation-charts/ej1-api-migration.md index dc2d0ef89..4c675be57 100644 --- a/chart-sdk/angular/accumulation-charts/ej1-api-migration.md +++ b/chart-sdk/angular/accumulation-charts/ej1-api-migration.md @@ -1,6 +1,6 @@ --- layout: post -title: Ej1 api migration in Angular Accumulation chart component | Syncfusion +title: Migration from Essential JS 1 in Angular Accumulation Chart | Syncfusion description: Learn here all about Ej1 api migration in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Ej1 api migration @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Ej1 api migration in Angular Accumulation chart component +# Migration from Essential JS 1 in Angular Accumulation Chart This article describes the API migration process of {Component Name} component from Essential® JS 1 to Essential® JS 2. diff --git a/chart-sdk/angular/accumulation-charts/empty-points.md b/chart-sdk/angular/accumulation-charts/empty-points.md index a5603a211..9b707b8e5 100644 --- a/chart-sdk/angular/accumulation-charts/empty-points.md +++ b/chart-sdk/angular/accumulation-charts/empty-points.md @@ -1,6 +1,6 @@ --- layout: post -title: Empty points in Angular Accumulation chart component | Syncfusion +title: Empty Points in Angular Accumulation Chart | Syncfusion description: Learn here all about Empty points in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Empty points @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Empty points in Angular Accumulation chart component +# Empty Points in Angular Accumulation Chart The data points those uses the `null` or `undefined` as value are considered as empty points. The empty data points are ignored and not plotted in the chart. You can customize those points, using the `emptyPointSettings` property in series. The default mode of the empty point is `Gap`. Other supported modes are `Average` and `Zero`. diff --git a/chart-sdk/angular/accumulation-charts/funnel.md b/chart-sdk/angular/accumulation-charts/funnel.md index afecdaad5..fed08fc91 100644 --- a/chart-sdk/angular/accumulation-charts/funnel.md +++ b/chart-sdk/angular/accumulation-charts/funnel.md @@ -1,6 +1,6 @@ --- layout: post -title: Funnel in Angular Accumulation chart component | Syncfusion +title: Funnel in Angular Accumulation Chart | Syncfusion description: Learn here all about Funnel in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Funnel @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Funnel in Angular Accumulation chart component +# Funnel in Angular Accumulation Chart -To render a funnel series, use the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#type) as `Funnel` and inject, the `FunnelSeries` module into the `@NgModule.providers`. +To render a funnel series, use the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#type) as `Funnel` and inject, the `FunnelSeries` module into the `@NgModule.providers`. To known about funnel charts, you can check on this video: @@ -126,7 +126,7 @@ Individual points can be customized using the `pointRender` event. ## Modes -The Funnel chart supports both Standard and Trapezoidal modes of rendering. The default value of the [`funnelMode`](https://helpej2.syncfusion.com/angular/documentation/api/accumulation-chart/funnelModes/) is `Standard`. +The Funnel chart supports both Standard and Trapezoidal modes of rendering. The default value of the [`funnelMode`](https://helpej2.syncfusion.com/angular/documentation/api/accumulation-chart/funnelModes) is `Standard`. ### Standard @@ -162,5 +162,5 @@ The `Trapezoidal` mode is a modified funnel shape where the width narrows, but f ## See Also -* [Data label](./data-label/) -* [Grouping](./grouping/) \ No newline at end of file +* [Data label](./data-label) +* [Grouping](./grouping) \ No newline at end of file diff --git a/chart-sdk/angular/accumulation-charts/getting-started.md b/chart-sdk/angular/accumulation-charts/getting-started.md index e4ea6884d..404dc41d3 100644 --- a/chart-sdk/angular/accumulation-charts/getting-started.md +++ b/chart-sdk/angular/accumulation-charts/getting-started.md @@ -1,14 +1,14 @@ --- layout: post -title: Getting Started with Angular Accumulation Chart component | Syncfusion -description: Check out and learn about Getting Started with Angular Accumulation Chart component of Syncfusion Essential JS 2 and more details. +title: Getting Started with Angular Accumulation Chart | Syncfusion +description: Check out and learn about Getting Started with Angular Accumulation Chart component of Syncfusion Essential JS 2 and more details. platform: chart-sdk control: Getting Started documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Getting Started with Angular Accumulation Chart Component +# Getting Started with Angular Accumulation Chart This section explains the steps required to create a simple accumulation chart and demonstrates the basic usage of the [Angular Accumulation Chart](https://www.syncfusion.com/angular-components/angular-charts) component. diff --git a/chart-sdk/angular/accumulation-charts/gradient.md b/chart-sdk/angular/accumulation-charts/gradient.md index 63a7611c3..03ac28060 100644 --- a/chart-sdk/angular/accumulation-charts/gradient.md +++ b/chart-sdk/angular/accumulation-charts/gradient.md @@ -1,14 +1,14 @@ --- layout: post -title: Gradient in Angular Accumulation chart component | Syncfusion -description: Learn here all abount Gradient in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. +title: Gradient in Angular Accumulation Chart | Syncfusion +description: Learn here all about Gradient in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gradient +control: Gradient documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gradient in Angular Accumulation chart component +# Gradient in Angular Accumulation Chart Gradients add depth and modern styling to charts by smoothly blending multiple colors. The Charts component supports two gradient types: diff --git a/chart-sdk/angular/accumulation-charts/grouping.md b/chart-sdk/angular/accumulation-charts/grouping.md index 41da24906..9e6e50338 100644 --- a/chart-sdk/angular/accumulation-charts/grouping.md +++ b/chart-sdk/angular/accumulation-charts/grouping.md @@ -1,6 +1,6 @@ --- layout: post -title: Grouping in Angular Accumulation chart component | Syncfusion +title: Grouping in Angular Accumulation Chart | Syncfusion description: Learn here all about Grouping in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Grouping @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Grouping in Angular Accumulation chart component +# Grouping in Angular Accumulation Chart -You can club/group few points of the series based on [`groupTo`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#groupto) property. For example, if the club value is 11, then the points with value less than 11 is grouped together and will be showed as a single point with label `others`. The property also takes value in percentage (percentage of total data points value). +You can club/group few points of the series based on [`groupTo`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#groupto) property. For example, if the club value is 11, then the points with value less than 11 is grouped together and will be showed as a single point with label `others`. The property also takes value in percentage (percentage of total data points value). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/accumulation-charts/legend.md b/chart-sdk/angular/accumulation-charts/legend.md index c259535f3..3612884af 100644 --- a/chart-sdk/angular/accumulation-charts/legend.md +++ b/chart-sdk/angular/accumulation-charts/legend.md @@ -1,6 +1,6 @@ --- layout: post -title: Legend in Angular Accumulation chart component | Syncfusion +title: Legend in Angular Accumulation Chart | Syncfusion description: Learn here all about Legend in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Legend @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Legend in Angular Accumulation chart component +# Legend in Angular Accumulation Chart As like a chart, the legend is also available for accumulation charts, which gives information about the points. By default, the legend will be placed on the right, if the width of the chart is high or will be placed on the bottom, if the height of the chart is high. Other customization features regarding the legend element are same as the [`chart legend`](http://ej2.syncfusion.com/documentation/chart/legend.html#position-and-alignment). diff --git a/chart-sdk/angular/accumulation-charts/pie-dough-nut.md b/chart-sdk/angular/accumulation-charts/pie-dough-nut.md index 267fa4359..401f7d8bf 100644 --- a/chart-sdk/angular/accumulation-charts/pie-dough-nut.md +++ b/chart-sdk/angular/accumulation-charts/pie-dough-nut.md @@ -1,14 +1,14 @@ --- layout: post -title: Pie dough nut in Angular Accumulation chart component | Syncfusion -description: Learn here all about Pie dough nut in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. +title: Pie and Doughnut in Angular Accumulation Chart | Syncfusion +description: Learn here all about Pie and Doughnut in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Pie dough nut +control: Pie and Doughnut documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Pie dough nut in Angular Accumulation chart component +# Pie and Doughnut in Angular Accumulation Chart ## Pie Chart diff --git a/chart-sdk/angular/accumulation-charts/pyramid.md b/chart-sdk/angular/accumulation-charts/pyramid.md index 49c0bb1aa..ba9d42b87 100644 --- a/chart-sdk/angular/accumulation-charts/pyramid.md +++ b/chart-sdk/angular/accumulation-charts/pyramid.md @@ -1,6 +1,6 @@ --- layout: post -title: Pyramid in Angular Accumulation chart component | Syncfusion +title: Pyramid in Angular Accumulation Chart | Syncfusion description: Learn here all about Pyramid in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Pyramid @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Pyramid in Angular Accumulation chart component +# Pyramid in Angular Accumulation Chart -To render a pyramid series, use the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeriesModel/#type) as `Pyramid` and inject `PyramidSeries` module into the `@NgModule.providers`. +To render a pyramid series, use the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeriesModel#type) as `Pyramid` and inject `PyramidSeries` module into the `@NgModule.providers`. To known about pyramid, you can check on this video: diff --git a/chart-sdk/angular/accumulation-charts/series-types.md b/chart-sdk/angular/accumulation-charts/series-types.md index ede64b884..e4d9e4dc6 100644 --- a/chart-sdk/angular/accumulation-charts/series-types.md +++ b/chart-sdk/angular/accumulation-charts/series-types.md @@ -1,6 +1,6 @@ --- layout: post -title: Series types in Angular Accumulation chart component | Syncfusion +title: Series Types in Angular Accumulation Chart | Syncfusion description: Learn here all about Series types in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Series types @@ -8,13 +8,13 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Series types in Angular Accumulation chart component +# Series Types in Angular Accumulation Chart ## Pyramid Chart -To render a pyramid series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#type) as `Pyramid`. +To render a pyramid series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#type) as `Pyramid`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -30,7 +30,7 @@ To render a pyramid series, use series [`type`](https://ej2.syncfusion.com/angul ## Funnel Chart -To render a funnel series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries/#type) as `Funnel`. +To render a funnel series, use series [`type`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationSeries#type) as `Funnel`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/accumulation-charts/title-and-sub-title.md b/chart-sdk/angular/accumulation-charts/title-and-sub-title.md index 6012f1080..129b7d38f 100644 --- a/chart-sdk/angular/accumulation-charts/title-and-sub-title.md +++ b/chart-sdk/angular/accumulation-charts/title-and-sub-title.md @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Title and sub title in Angular Accumulation chart component +# Title and Subtitle in Angular Accumulation Chart -Accumulation Chart can be given a title using [`title`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/#title) property, to show the information about the data plotted. +Accumulation Chart can be given a title using [`title`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart#title) property, to show the information about the data plotted. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -26,7 +26,7 @@ Accumulation Chart can be given a title using [`title`](https://ej2.syncfusion.c ## Title customization -Accumulation Chart can be customizing a title using [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel/#titlestyle) property. +Accumulation Chart can be customizing a title using [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel#titlestyle) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -42,7 +42,7 @@ Accumulation Chart can be customizing a title using [`titleStyle`](https://ej2.s ### Position -The [`position`](https://helpej2.syncfusion.com/angular/documentation/api/accumulation-chart/titlePosition/) property customizes the placement of the accumulation chart title. It supports the following options: `Right`, `Left`, `Bottom`, `Top`, and `Custom`. The custom option allows you to position the title anywhere on the chart using x and y coordinates, providing flexible title alignment based on layout requirements. +The [`position`](https://helpej2.syncfusion.com/angular/documentation/api/accumulation-chart/titlePosition) property customizes the placement of the accumulation chart title. It supports the following options: `Right`, `Left`, `Bottom`, `Top`, and `Custom`. The custom option allows you to position the title anywhere on the chart using x and y coordinates, providing flexible title alignment based on layout requirements. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -58,7 +58,7 @@ The [`position`](https://helpej2.syncfusion.com/angular/documentation/api/accumu ## SubTitle -Accumulation Chart can be given a subtitle using [`subTitle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel/#subtitle) property, to show the information +Accumulation Chart can be given a subtitle using [`subTitle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel#subtitle) property, to show the information about the data plotted. {% tabs %} @@ -75,7 +75,7 @@ about the data plotted. ## SubTitle customization -Accumulation Chart can be customizing a subtitle using [`subTitleStyle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel/#subtitlestyle) property. +Accumulation Chart can be customizing a subtitle using [`subTitleStyle`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/accumulationChartModel#subtitlestyle) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -91,7 +91,7 @@ Accumulation Chart can be customizing a subtitle using [`subTitleStyle`](https:/ ### Position -The [`position`](https://helpej2.syncfusion.com/angular/documentation/api/accumulation-chart/titlePosition/) property customizes the placement of the accumulation chart subtitle. It supports the following options: `Right`, `Left`, `Bottom`, `Top`, and `Custom`. The custom option allows you to position the subtitle anywhere on the chart using x and y coordinates, providing flexible subtitle alignment based on layout requirements. +The [`position`](https://helpej2.syncfusion.com/angular/documentation/api/accumulation-chart/titlePosition) property customizes the placement of the accumulation chart subtitle. It supports the following options: `Right`, `Left`, `Bottom`, `Top`, and `Custom`. The custom option allows you to position the subtitle anywhere on the chart using x and y coordinates, providing flexible subtitle alignment based on layout requirements. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/accumulation-charts/tool-tip.md b/chart-sdk/angular/accumulation-charts/tool-tip.md index ca4150960..e301a0cbd 100644 --- a/chart-sdk/angular/accumulation-charts/tool-tip.md +++ b/chart-sdk/angular/accumulation-charts/tool-tip.md @@ -1,6 +1,6 @@ --- layout: post -title: Tooltip in Angular Accumulation chart component | Syncfusion +title: Tooltip in Angular Accumulation Chart | Syncfusion description: Learn here all about Tooltip in Syncfusion Angular Accumulation chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Tooltip @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Tooltip in Angular Accumulation chart component +# Tooltip in Angular Accumulation Chart Tooltip for the accumulation chart can be enabled by using the [`enable`](https://ej2.syncfusion.com/angular/documentation/api/accumulation-chart/tooltipSettings#enable) property. diff --git a/chart-sdk/angular/bullet-chart/accessibility.md b/chart-sdk/angular/bullet-chart/accessibility.md index 5a4f2130f..884283928 100644 --- a/chart-sdk/angular/bullet-chart/accessibility.md +++ b/chart-sdk/angular/bullet-chart/accessibility.md @@ -1,6 +1,6 @@ --- layout: post -title: Accessibility in Angular Bullet chart component | Syncfusion +title: Accessibility in Angular Bullet Chart | Syncfusion description: Learn here all about Accessibility in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Accessibility diff --git a/chart-sdk/angular/bullet-chart/axis-customization.md b/chart-sdk/angular/bullet-chart/axis-customization.md index a443478f0..769279636 100644 --- a/chart-sdk/angular/bullet-chart/axis-customization.md +++ b/chart-sdk/angular/bullet-chart/axis-customization.md @@ -1,6 +1,6 @@ --- layout: post -title: Axis customization in Angular Bullet chart component | Syncfusion +title: Axis Customization in Angular Bullet Chart | Syncfusion description: Learn here all about Axis customization in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Axis customization @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Axis customization in Angular Bullet chart component +# Axis Customization in Angular Bullet Chart ## MajorTickLines and MinorTickLines Customization -The following properties can be used to customize [`majorTicklines`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#majorticklines) and [`minorTicklines`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#minorticklines). +The following properties can be used to customize [`majorTicklines`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#majorticklines) and [`minorTicklines`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#minorticklines). * **width** - Specifies the width of ticklines. * **height** - Specifies the height of ticklines. @@ -33,7 +33,7 @@ The following properties can be used to customize [`majorTicklines`](https://ej2 ## Tick Placement -The major and the minor ticks can be placed **inside** or **outside** the ranges using the [`tickPosition`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#tickposition) property. +The major and the minor ticks can be placed **inside** or **outside** the ranges using the [`tickPosition`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#tickposition) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -49,7 +49,7 @@ The major and the minor ticks can be placed **inside** or **outside** the ranges ## Label Format -Axis numeric labels can be formatted by using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#labelformat) property. Axis labels support all globalize formats. +Axis numeric labels can be formatted by using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#labelformat) property. Axis labels support all globalize formats. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -125,7 +125,7 @@ The following table describes the result of applying some commonly used formats ## GroupingSeparator -To separate the groups of thousands, set the [`enableGroupSeparator`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#enablegroupseparator) property to **true**. +To separate the groups of thousands, set the [`enableGroupSeparator`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#enablegroupseparator) property to **true**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -141,7 +141,7 @@ To separate the groups of thousands, set the [`enableGroupSeparator`](https://ej ## Custom Label Format -Using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#labelformat) property, axis labels can be specified with a custom defined format in addition to the axis value. The label format uses a placeholder such as **${value}K**, which represents the axis label. +Using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#labelformat) property, axis labels can be specified with a custom defined format in addition to the axis value. The label format uses a placeholder such as **${value}K**, which represents the axis label. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -157,7 +157,7 @@ Using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/b ## Label Placement -Label can be placed **Inside** or **Outside** of the ranges using the [`labelPosition`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#labelposition) property. +Label can be placed **Inside** or **Outside** of the ranges using the [`labelPosition`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#labelposition) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -173,7 +173,7 @@ Label can be placed **Inside** or **Outside** of the ranges using the [`labelPos ## Opposed Position -To place an axis opposite to its original position, set the [`opposedPosition`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#opposedposition) property to **true**. +To place an axis opposite to its original position, set the [`opposedPosition`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#opposedposition) property to **true**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -189,7 +189,7 @@ To place an axis opposite to its original position, set the [`opposedPosition`]( ## Category Label -The Bullet Chart supports X-axis label by specifying the property from the data source to the [`categoryField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#categoryfield). It helps to understand the input data in a more efficient way. +The Bullet Chart supports X-axis label by specifying the property from the data source to the [`categoryField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#categoryfield). It helps to understand the input data in a more efficient way. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -205,7 +205,7 @@ The Bullet Chart supports X-axis label by specifying the property from the data ## Category Label Customization -The label color, opacity, font size, font family, font weight, and font style can be customized by using the [`categoryLabelStyle`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#categorylabelstyle) setting for category and the [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#labelstyle) setting for axis label. The [`useRangeColor`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletLabelStyleModel/#userangecolor) property specifies the color of the axis label and represents the color from the corresponding range colors. +The label color, opacity, font size, font family, font weight, and font style can be customized by using the [`categoryLabelStyle`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#categorylabelstyle) setting for category and the [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#labelstyle) setting for axis label. The [`useRangeColor`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletLabelStyleModel#userangecolor) property specifies the color of the axis label and represents the color from the corresponding range colors. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/bullet-chart/bullet-chart-dimensions.md b/chart-sdk/angular/bullet-chart/bullet-chart-dimensions.md index a7dd2b10e..38bc79f51 100644 --- a/chart-sdk/angular/bullet-chart/bullet-chart-dimensions.md +++ b/chart-sdk/angular/bullet-chart/bullet-chart-dimensions.md @@ -1,6 +1,6 @@ --- layout: post -title: Bullet chart dimensions in Angular Bullet chart component | Syncfusion +title: Dimensions in Angular Bullet Chart | Syncfusion description: Learn here all about Bullet chart dimensions in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Bullet chart dimensions @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Bullet chart dimensions in Angular Bullet chart component +# Dimensions in Angular Bullet Chart ## Size for Container @@ -55,7 +55,7 @@ export class AppComponent { -The [`width`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#width) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#height) properties are used to adjust the size of the Bullet Chart. +The [`width`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#width) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#height) properties are used to adjust the size of the Bullet Chart. ### Pixel diff --git a/chart-sdk/angular/bullet-chart/comparative-bar.md b/chart-sdk/angular/bullet-chart/comparative-bar.md index ec0bfae04..100338a47 100644 --- a/chart-sdk/angular/bullet-chart/comparative-bar.md +++ b/chart-sdk/angular/bullet-chart/comparative-bar.md @@ -1,6 +1,6 @@ --- layout: post -title: Comparative bar in Angular Bullet chart component | Syncfusion +title: Target Bar in Angular Bullet Chart | Syncfusion description: Learn here all about Comparative bar in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Comparative bar @@ -9,9 +9,9 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Comparative bar in Angular Bullet chart component +# Target Bar in Angular Bullet Chart -The line marker that runs perpendicular to the orientation of the graph is known as the **Comparative Measure** and it is used as a target marker to compare against the feature measure value. This is also called as the **Target Bar** in the Bullet Chart. To display the target bar, the [`targetField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#targetfield) should be mapped to the appropriate field from the datasource. +The line marker that runs perpendicular to the orientation of the graph is known as the **Comparative Measure** and it is used as a target marker to compare against the feature measure value. This is also called as the **Target Bar** in the Bullet Chart. To display the target bar, the [`targetField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#targetfield) should be mapped to the appropriate field from the datasource. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -27,7 +27,7 @@ The line marker that runs perpendicular to the orientation of the graph is known ## Types of target bar -The shape of the target bar can be customized using the [`targetTypes`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#targettypes) property and it supports **Circle**, **Cross**, and **Rect** shapes. The default type of the target bar is **Rect**. +The shape of the target bar can be customized using the [`targetTypes`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#targettypes) property and it supports **Circle**, **Cross**, and **Rect** shapes. The default type of the target bar is **Rect**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -43,10 +43,10 @@ The shape of the target bar can be customized using the [`targetTypes`](https:// ## Target bar customization -The following properties can be used to customize the target bar. Also, you can bind the color for the target bar from [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#datasource) for the bullet chart. +The following properties can be used to customize the target bar. Also, you can bind the color for the target bar from [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#datasource) for the bullet chart. -* [`targetColor`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#targetcolor) - Specifies the fill color of Target Bar. -* [`targetWidth`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#targetwidth) - Specifies the width of Target Bar. +* [`targetColor`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#targetcolor) - Specifies the fill color of Target Bar. +* [`targetWidth`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#targetwidth) - Specifies the width of Target Bar. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/bullet-chart/customization.md b/chart-sdk/angular/bullet-chart/customization.md index 40ecf7d7d..e1d1e8297 100644 --- a/chart-sdk/angular/bullet-chart/customization.md +++ b/chart-sdk/angular/bullet-chart/customization.md @@ -1,6 +1,6 @@ --- layout: post -title: Customization in Angular Bullet chart component | Syncfusion +title: Customization in Angular Bullet Chart | Syncfusion description: Learn here all about Customization in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Customization @@ -9,11 +9,11 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Customization in Angular Bullet chart component +# Customization in Angular Bullet Chart ## Orientation -The Bullet Chart can be rendered in different orientations such as **Horizontal** or **Vertical** via the [`orientation`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#orientation) property. By default, the Bullet Chart is rendered in the **Horizontal** orientation. +The Bullet Chart can be rendered in different orientations such as **Horizontal** or **Vertical** via the [`orientation`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#orientation) property. By default, the Bullet Chart is rendered in the **Horizontal** orientation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -29,7 +29,7 @@ The Bullet Chart can be rendered in different orientations such as **Horizontal* ## Right-to-left (RTL) -The Bullet Chart supports the right-to-left rendering that can be enabled by setting the [`enableRtl`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#enablertl) property to **true**. +The Bullet Chart supports the right-to-left rendering that can be enabled by setting the [`enableRtl`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#enablertl) property to **true**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -45,7 +45,7 @@ The Bullet Chart supports the right-to-left rendering that can be enabled by set ## Animation -The actual and the target bar supports the linear animation via the [`animation`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#animation) setting. The speed and the delay are controlled using the `duration` and `delay` properties respectively. +The actual and the target bar supports the linear animation via the [`animation`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#animation) setting. The speed and the delay are controlled using the `duration` and `delay` properties respectively. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -61,7 +61,7 @@ The actual and the target bar supports the linear animation via the [`animation` ## Theme -The Bullet Chart supports different type of themes via the [`theme`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#theme) property. +The Bullet Chart supports different type of themes via the [`theme`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#theme) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/bullet-chart/data-binding.md b/chart-sdk/angular/bullet-chart/data-binding.md index b0c74f8d0..fc0d4cc1e 100644 --- a/chart-sdk/angular/bullet-chart/data-binding.md +++ b/chart-sdk/angular/bullet-chart/data-binding.md @@ -1,6 +1,6 @@ --- layout: post -title: Data binding in Angular Bullet chart component | Syncfusion +title: Working with Data in Angular Bullet Chart | Syncfusion description: Learn here all about Data binding in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Data binding @@ -9,13 +9,13 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Data binding in Angular Bullet chart component +# Working with Data in Angular Bullet Chart Bullet Chart can visualise data bound from local or remote data. ## Local Data -The [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#datasource) property accepts a collection of values as input that helps to display measures, and compares them to a target bar. To display the actual and target bar, specify the property from the datasource into the [`valueField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#valuefield) and [`targetField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#targetfield) respectively. +The [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#datasource) property accepts a collection of values as input that helps to display measures, and compares them to a target bar. To display the actual and target bar, specify the property from the datasource into the [`valueField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#valuefield) and [`targetField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#targetfield) respectively. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/bullet-chart/data-label.md b/chart-sdk/angular/bullet-chart/data-label.md index c6f6d247c..4ca5ce248 100644 --- a/chart-sdk/angular/bullet-chart/data-label.md +++ b/chart-sdk/angular/bullet-chart/data-label.md @@ -1,6 +1,6 @@ --- layout: post -title: Data label in Angular Bullet chart component | Syncfusion +title: Data Labels in Angular Bullet Chart | Syncfusion description: Learn here all about Data label in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Data label @@ -9,9 +9,9 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Data label in Angular Bullet chart component +# Data Labels in Angular Bullet Chart -Data Labels are used to identify the value of actual bar in the Bullet Chart component. The Data Labels will be shown by specifying the [`dataLabel`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#datalabel) setting's [`enable`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletDataLabelModel/#enable) property to **true**. +Data Labels are used to identify the value of actual bar in the Bullet Chart component. The Data Labels will be shown by specifying the [`dataLabel`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#datalabel) setting's [`enable`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletDataLabelModel#enable) property to **true**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -27,7 +27,7 @@ Data Labels are used to identify the value of actual bar in the Bullet Chart com ## Data Label Customization -Data Labels color, opacity, font size, font family, font weight, and font style can be customized using the [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletDataLabelModel/#labelstyle). +Data Labels color, opacity, font size, font family, font weight, and font style can be customized using the [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletDataLabelModel#labelstyle). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/bullet-chart/getting-started.md b/chart-sdk/angular/bullet-chart/getting-started.md index 7850da5e7..d35c5e685 100644 --- a/chart-sdk/angular/bullet-chart/getting-started.md +++ b/chart-sdk/angular/bullet-chart/getting-started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting Started with Angular Bullet Chart component | Syncfusion +title: Getting Started with Angular Bullet Chart | Syncfusion description: Check out and learn about Getting Started with Angular Bullet Chart component of Syncfusion Essential JS 2 and more details. platform: chart-sdk control: Getting Started @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Getting Started with Angular Bullet Chart Component +# Getting Started with Angular Bullet Chart This section explains the steps required to create a simple [Angular Bullet Chart](https://www.syncfusion.com/angular-components/angular-bullet-chart) and demonstrates the basic usage of the Angular Bullet Chart component. diff --git a/chart-sdk/angular/bullet-chart/ranges.md b/chart-sdk/angular/bullet-chart/ranges.md index 00a9b96fc..ae436a036 100644 --- a/chart-sdk/angular/bullet-chart/ranges.md +++ b/chart-sdk/angular/bullet-chart/ranges.md @@ -1,6 +1,6 @@ --- layout: post -title: Ranges in Angular Bullet chart component | Syncfusion +title: Ranges in Angular Bullet Chart | Syncfusion description: Learn here all about Ranges in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Ranges @@ -9,9 +9,9 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Ranges in Angular Bullet chart component +# Ranges in Angular Bullet Chart -Ranges represent the quality of a specific range such as **Good**, **Bad** and **Satisfactory** in the Bullet Chart scale. The ending point of a qualitative range is specified in the [`end`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/rangeModel/#end) property in [`ranges`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#ranges). The [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#minimum) value of a quantitative scale is considered the starting point of the first range or the previous range end point. +Ranges represent the quality of a specific range such as **Good**, **Bad** and **Satisfactory** in the Bullet Chart scale. The ending point of a qualitative range is specified in the [`end`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/rangeModel#end) property in [`ranges`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#ranges). The [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#minimum) value of a quantitative scale is considered the starting point of the first range or the previous range end point. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -27,7 +27,7 @@ Ranges represent the quality of a specific range such as **Good**, **Bad** and * ## Color Customization -Enhance the readability of ranges with color and opacity. It can be applied using the [`color`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/rangeModel/#color) and [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/rangeModel/#opacity) properties in [`ranges`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#ranges). +Enhance the readability of ranges with color and opacity. It can be applied using the [`color`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/rangeModel#color) and [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/rangeModel#opacity) properties in [`ranges`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#ranges). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/bullet-chart/title.md b/chart-sdk/angular/bullet-chart/title.md index e53bd30a0..8d046bf90 100644 --- a/chart-sdk/angular/bullet-chart/title.md +++ b/chart-sdk/angular/bullet-chart/title.md @@ -1,6 +1,6 @@ --- layout: post -title: Title in Angular Bullet chart component | Syncfusion +title: Title and Subtitle in Angular Bullet Chart | Syncfusion description: Learn here all about Title in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Title @@ -9,7 +9,7 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Title in Angular Bullet chart component +# Title and Subtitle in Angular Bullet Chart ## Title diff --git a/chart-sdk/angular/bullet-chart/tool-tip.md b/chart-sdk/angular/bullet-chart/tool-tip.md index 7d00a934a..9088c3920 100644 --- a/chart-sdk/angular/bullet-chart/tool-tip.md +++ b/chart-sdk/angular/bullet-chart/tool-tip.md @@ -1,6 +1,6 @@ --- layout: post -title: Tool tip in Angular Bullet chart component | Syncfusion +title: Tooltip in Angular Bullet Chart | Syncfusion description: Learn here all about Tool tip in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Tool tip @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Tool tip in Angular Bullet chart component +# Tooltip in Angular Bullet Chart When the mouse is hovered over a bar in the Bullet Chart, the tooltip displays important summary about the actual and the target bar values. @@ -30,7 +30,7 @@ You can enable the tooltip for the Bullet Chart by setting the [`enable`](https: ## Tooltip Template -Any HTML elements can be displayed in the tooltip by using the [`template`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletTooltipSettingsModel/#template) property of the [`tooltip`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#tooltip). You can use the **${target}** and **${value}** as place holders in the HTML element to display the value and target values from the data source of corresponding data point. +Any HTML elements can be displayed in the tooltip by using the [`template`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletTooltipSettingsModel#template) property of the [`tooltip`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#tooltip). You can use the **${target}** and **${value}** as place holders in the HTML element to display the value and target values from the data source of corresponding data point. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -48,9 +48,9 @@ Any HTML elements can be displayed in the tooltip by using the [`template`](http The following properties can be used to customize the Bullet Chart tooltip. -* [`fill`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletTooltipSettingsModel/#fill) - Specifies the color of tooltip. -* [`border`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletTooltipSettingsModel/#border) - Specifies the tooltip border color and width. -* [`textStyle`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletTooltipSettingsModel/#textstyle) - Specifies the tooltip font family, font style, font weight, color and size. +* [`fill`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletTooltipSettingsModel#fill) - Specifies the color of tooltip. +* [`border`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletTooltipSettingsModel#border) - Specifies the tooltip border color and width. +* [`textStyle`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/bulletTooltipSettingsModel#textstyle) - Specifies the tooltip font family, font style, font weight, color and size. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/bullet-chart/value-bar.md b/chart-sdk/angular/bullet-chart/value-bar.md index ea7abe077..3cbc1a03a 100644 --- a/chart-sdk/angular/bullet-chart/value-bar.md +++ b/chart-sdk/angular/bullet-chart/value-bar.md @@ -1,6 +1,6 @@ --- layout: post -title: Value bar in Angular Bullet chart component | Syncfusion +title: Actual Bar in Angular Bullet Chart | Syncfusion description: Learn here all about Value bar in Syncfusion Angular Bullet chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Value bar @@ -9,9 +9,9 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Value bar in Angular Bullet chart component +# Actual Bar in Angular Bullet Chart -To display the primary data or the current value of the data being measured known as the **Feature Measure** that should be encoded as a bar. This is called as the **Actual Bar** or the **Feature Bar** in the Bullet Chart, and to display the actual bar the [`valueField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#valuefield) should be mapped to the appropriate field from the data source. +To display the primary data or the current value of the data being measured known as the **Feature Measure** that should be encoded as a bar. This is called as the **Actual Bar** or the **Feature Bar** in the Bullet Chart, and to display the actual bar the [`valueField`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#valuefield) should be mapped to the appropriate field from the data source. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -27,7 +27,7 @@ To display the primary data or the current value of the data being measured know ## Types of actual bar -The shape of the actual bar can be customized using the [`type`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#type) property of the Bullet Chart. The actual bar contains **Rect** and **Dot** shapes. By default, the actual bar shape is Rect. +The shape of the actual bar can be customized using the [`type`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#type) property of the Bullet Chart. The actual bar contains **Rect** and **Dot** shapes. By default, the actual bar shape is Rect. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -45,7 +45,7 @@ The shape of the actual bar can be customized using the [`type`](https://ej2.syn ### Border customization -Using the [`valueBorder`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#valueborder) property of the bullet chart, you can customize the border [`color`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/border/#color) and [`width`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/border/#width) of the actual bar. +Using the [`valueBorder`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#valueborder) property of the bullet chart, you can customize the border [`color`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/border#color) and [`width`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/border#width) of the actual bar. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -61,7 +61,7 @@ Using the [`valueBorder`](https://ej2.syncfusion.com/angular/documentation/api/b ### Fill color and height Customization -Customize the fill color and height of the actual bar using the [`valueFill`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#valuefill) and [`valueHeight`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart/#valueheight) properties of the bullet chart. Also, you can bind the color for the actual bar from [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#datasource) for the bullet chart using [`valueFill`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#valuefill) property. +Customize the fill color and height of the actual bar using the [`valueFill`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#valuefill) and [`valueHeight`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#valueheight) properties of the bullet chart. Also, you can bind the color for the actual bar from [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#datasource) for the bullet chart using [`valueFill`](https://ej2.syncfusion.com/angular/documentation/api/bullet-chart#valuefill) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/accessibility.md b/chart-sdk/angular/charts/accessibility.md index 73236a0ef..8e81e31c4 100644 --- a/chart-sdk/angular/charts/accessibility.md +++ b/chart-sdk/angular/charts/accessibility.md @@ -1,6 +1,6 @@ --- layout: post -title: Accessibility in Angular Chart component | Syncfusion +title: Accessibility in Angular Chart | Syncfusion description: Learn here all about Accessibility in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Accessibility @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Accessibility in Angular Chart component +# Accessibility in Angular Chart The Chart component follows the accessibility guidelines and standards, including [ADA](https://www.ada.gov), [Section 508](https://www.section508.gov), [WCAG 2.2](https://www.w3.org/TR/WCAG22), and relevant [WAI-ARIA](https://www.w3.org/TR/wai-aria/#roles) roles. diff --git a/chart-sdk/angular/charts/advanced-accessibility-configuration.md b/chart-sdk/angular/charts/advanced-accessibility-configuration.md index 1d3a319da..7d6c136ea 100644 --- a/chart-sdk/angular/charts/advanced-accessibility-configuration.md +++ b/chart-sdk/angular/charts/advanced-accessibility-configuration.md @@ -1,6 +1,6 @@ --- layout: post -title: Accessibility customization in Angular Chart component | Syncfusion +title: Advanced Accessibility Configuration in Angular Chart | Syncfusion description: Learn here all about Accessibility customization in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Accessibility customization @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Accessibility customization in Angular Chart component +# Advanced Accessibility Configuration in Angular Chart The [Angular Charts](https://www.syncfusion.com/angular-components/angular-charts) component visualizes data graphically and provides accessibility customization options to improve usability for people with disabilities. The primary accessibility attributes are described in this section. diff --git a/chart-sdk/angular/charts/appearance.md b/chart-sdk/angular/charts/appearance.md index 627d233fe..136e0c48d 100644 --- a/chart-sdk/angular/charts/appearance.md +++ b/chart-sdk/angular/charts/appearance.md @@ -1,6 +1,6 @@ --- layout: post -title: Appearance in Angular Chart component | Syncfusion +title: Appearance in Angular Chart | Syncfusion description: Learn here all about Appearance in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Appearance @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Appearance in Angular Chart component +# Appearance in Angular Chart ## Custom Color Palette diff --git a/chart-sdk/angular/charts/axis/axis-customization.md b/chart-sdk/angular/charts/axis/axis-customization.md index 557f6434d..c6d0c4fdd 100644 --- a/chart-sdk/angular/charts/axis/axis-customization.md +++ b/chart-sdk/angular/charts/axis/axis-customization.md @@ -1,6 +1,6 @@ --- layout: post -title: Axis customization in Angular Chart component | Syncfusion +title: Axis Customization in Angular Chart | Syncfusion description: Learn here all about Axis customization in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Axis customization @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Axis customization in Angular Chart component +# Axis Customization in Angular Chart To know about axis customization, you can check on this video: diff --git a/chart-sdk/angular/charts/axis/axis-labels.md b/chart-sdk/angular/charts/axis/axis-labels.md index 1c2554cba..4bc3a8eb3 100644 --- a/chart-sdk/angular/charts/axis/axis-labels.md +++ b/chart-sdk/angular/charts/axis/axis-labels.md @@ -1,6 +1,6 @@ --- layout: post -title: Axis labels in Angular Chart component | Syncfusion +title: Axis Labels in Angular Chart | Syncfusion description: Learn here all about Axis labels in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Axis labels @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Axis labels in Angular Chart component +# Axis Labels in Angular Chart ## Smart axis labels diff --git a/chart-sdk/angular/charts/axis/axis-overview.md b/chart-sdk/angular/charts/axis/axis-overview.md index 57cf10b5f..8870333be 100644 --- a/chart-sdk/angular/charts/axis/axis-overview.md +++ b/chart-sdk/angular/charts/axis/axis-overview.md @@ -1,6 +1,6 @@ --- layout: post -title: Axis in Angular Chart component | Syncfusion +title: Axis Overview in Angular Chart | Syncfusion description: Learn about chart axes, axis elements, types of axes, and customization options in the Syncfusion Angular Chart component. platform: chart-sdk control: Axis Overview @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# What is an Axis in a Chart? +# Axis Overview in Angular Chart In a chart, an axis refers to the lines that define the boundaries of the chart and provide a scale for measuring data. Charts have two axes: the horizontal axis (x-axis) and the vertical axis (y-axis). Here is the quick overview of axis elements. diff --git a/chart-sdk/angular/charts/axis/axis-types/category-axis.md b/chart-sdk/angular/charts/axis/axis-types/category-axis.md index ab391c9ed..33472c4c4 100644 --- a/chart-sdk/angular/charts/axis/axis-types/category-axis.md +++ b/chart-sdk/angular/charts/axis/axis-types/category-axis.md @@ -1,6 +1,6 @@ --- layout: post -title: Category axis in Angular Chart component | Syncfusion +title: Category Axis in Angular Chart | Syncfusion description: Learn here all about Category axis in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Category axis @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Category axis in Angular Chart component +# Category Axis in Angular Chart The category axis is used to represent string-based values instead of numeric values. It is commonly used for displaying discrete categories such as names, labels, or textual groupings along an axis. diff --git a/chart-sdk/angular/charts/axis/axis-types/date-time-axis.md b/chart-sdk/angular/charts/axis/axis-types/date-time-axis.md index 2f73017d0..4c1e072c2 100644 --- a/chart-sdk/angular/charts/axis/axis-types/date-time-axis.md +++ b/chart-sdk/angular/charts/axis/axis-types/date-time-axis.md @@ -1,6 +1,6 @@ --- layout: post -title: DateTime axis in Angular Chart component | Syncfusion +title: DateTime Axis in Angular Chart | Syncfusion description: Learn here all about Date time axis in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Date time axis @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Date time axis in Angular Chart component +# DateTime Axis in Angular Chart ## DateTime Axis diff --git a/chart-sdk/angular/charts/axis/axis-types/logarithmic-axis.md b/chart-sdk/angular/charts/axis/axis-types/logarithmic-axis.md index 8f134290e..0f60da918 100644 --- a/chart-sdk/angular/charts/axis/axis-types/logarithmic-axis.md +++ b/chart-sdk/angular/charts/axis/axis-types/logarithmic-axis.md @@ -1,6 +1,6 @@ --- layout: post -title: Logarithmic axis in Angular Chart component | Syncfusion +title: Logarithmic Axis in Angular Chart | Syncfusion description: Learn here all about Logarithmic axis in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Logarithmic axis @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Logarithmic axis in Angular Chart component +# Logarithmic Axis in Angular Chart diff --git a/chart-sdk/angular/charts/axis/axis-types/numeric-axis.md b/chart-sdk/angular/charts/axis/axis-types/numeric-axis.md index 73f54d578..eb8742385 100644 --- a/chart-sdk/angular/charts/axis/axis-types/numeric-axis.md +++ b/chart-sdk/angular/charts/axis/axis-types/numeric-axis.md @@ -1,6 +1,6 @@ --- layout: post -title: Numeric axis in Angular Chart component | Syncfusion +title: Numeric Axis in Angular Chart | Syncfusion description: Learn here all about Numeric axis in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Numeric axis @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Numeric axis in Angular Chart component +# Numeric Axis in Angular Chart The numeric axis displays numerical values along the chart's x-axis or y-axis. By default, the `valueType` of an axis is set to `Double`, which is suitable for displaying continuous numerical data such as temperatures, measurements, sales figures, or any decimal values. diff --git a/chart-sdk/angular/charts/axis/multiple-panes.md b/chart-sdk/angular/charts/axis/multiple-panes.md index e20b79488..b11bf9fc4 100644 --- a/chart-sdk/angular/charts/axis/multiple-panes.md +++ b/chart-sdk/angular/charts/axis/multiple-panes.md @@ -1,6 +1,6 @@ --- layout: post -title: Multiple panes in Angular Chart component | Syncfusion +title: Multiple Panes in Angular Chart | Syncfusion description: Learn here all about Multiple panes in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Multiple panes @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Multiple panes in Angular Chart component +# Multiple Panes in Angular Chart The chart area can be divided into multiple panes by defining rows and columns using the [`rows`](https://ej2.syncfusion.com/angular/documentation/api/chart/row) and [`columns`](https://ej2.syncfusion.com/angular/documentation/api/chart/column) collections. This feature is useful for displaying multiple related datasets within the same chart container while maintaining clear visual separation. diff --git a/chart-sdk/angular/charts/chart-axis.md b/chart-sdk/angular/charts/chart-axis.md index 14074618d..362027213 100644 --- a/chart-sdk/angular/charts/chart-axis.md +++ b/chart-sdk/angular/charts/chart-axis.md @@ -43,7 +43,7 @@ Category axis are used to represent, the string values instead of numbers. By default, category labels are placed between the ticks in an axis, this can also be placed on ticks -using [`labelPlacement`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#labelplacement) property. +using [`labelPlacement`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#labelplacement) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -57,7 +57,7 @@ using [`labelPlacement`](https://ej2.syncfusion.com/angular/documentation/api/c {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/axis/category-cs29" %} ->Note: To use category axis, we need to inject `CategoryService` into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#valuetype) of axis to `Category`. +>Note: To use category axis, we need to inject `CategoryService` into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#valuetype) of axis to `Category`. @@ -81,7 +81,7 @@ You can use the numeric axis to represent numeric values of data in chart. By de **Customize Numeric Range** -Range for an axis, will be calculated automatically based on the provided data, you can also customize the range of the axis using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#interval) property of the axis. +Range for an axis, will be calculated automatically based on the provided data, you can also customize the range of the axis using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#interval) property of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -97,7 +97,7 @@ Range for an axis, will be calculated automatically based on the provided data, **Apply Padding to the Range** -Padding can be applied to the minimum and maximum extremes of the axis range by using the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) property. Numeric axis supports following types of padding. +Padding can be applied to the minimum and maximum extremes of the axis range by using the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) property. Numeric axis supports following types of padding. * None * Round @@ -107,7 +107,7 @@ Padding can be applied to the minimum and maximum extremes of the axis range by **Numeric - None** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) is set to `None`, minimum and maximum of an axis is based on the data. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) is set to `None`, minimum and maximum of an axis is based on the data. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -123,7 +123,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/ **Numeric - Round** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) is set to `Round`, minimum and maximum will be rounded to the nearest possible value divisible by interval. For example, when the minimum is 3.5 and the interval is 1, then the minimum will be rounded to 3. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) is set to `Round`, minimum and maximum will be rounded to the nearest possible value divisible by interval. For example, when the minimum is 3.5 and the interval is 1, then the minimum will be rounded to 3. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -139,7 +139,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/ **Numeric - Additional** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) is set to `Additional`, interval of an axis will be padded to the minimum and maximum of the axis. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) is set to `Additional`, interval of an axis will be padded to the minimum and maximum of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -155,7 +155,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/ **Numeric - Normal** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) is set to `Normal`, padding is applied to the axis based on default range calculation. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) is set to `Normal`, padding is applied to the axis based on default range calculation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -171,7 +171,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/ **Numeric - Auto** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) is set to `Auto`,horizontal numeric axis takes None as padding calculation, while the vertical numeric axis takes Normal as padding calculation. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) is set to `Auto`,horizontal numeric axis takes None as padding calculation, while the vertical numeric axis takes Normal as padding calculation. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -203,7 +203,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/ **Customizing Date Time Range** -Range for an axis, will be calculated automatically based on the provided data, you can also customize the range of the axis using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#interval) property of the axis. +Range for an axis, will be calculated automatically based on the provided data, you can also customize the range of the axis using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#interval) property of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -219,7 +219,7 @@ Range for an axis, will be calculated automatically based on the provided data, **Date Time Intervals** -Date time intervals can be customized by using the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#interval) and [`intervalType`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#intervaltype) properties of the axis. +Date time intervals can be customized by using the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#interval) and [`intervalType`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#intervaltype) properties of the axis. For example, when you set interval as 2 and intervalType as years, it considers 2 years as interval. DateTime axis supports following interval types, @@ -245,7 +245,7 @@ DateTime axis supports following interval types, **Applying Padding to the Range** -Padding can be applied to the minimum and maximum extremes of the range by using the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) property. Date time axis supports the following types of padding, +Padding can be applied to the minimum and maximum extremes of the range by using the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) property. Date time axis supports the following types of padding, * None * Round @@ -253,7 +253,7 @@ Padding can be applied to the minimum and maximum extremes of the range by using **DateTime - None** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) is set to `None`, minimum and maximum of the axis is based on the data. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) is set to `None`, minimum and maximum of the axis is based on the data. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -269,7 +269,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/ **DateTime - Round** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) is set to `Round`, minimum and maximum will be rounded to the nearest possible value divisible by interval. For example, when the minimum is 15th Jan, interval is 1 and the interval type is ‘month’, then the axis minimum will be Jan 1st. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) is set to `Round`, minimum and maximum will be rounded to the nearest possible value divisible by interval. For example, when the minimum is 15th Jan, interval is 1 and the interval type is ‘month’, then the axis minimum will be Jan 1st. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -285,7 +285,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/ **DateTime - Additional** -When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#rangepadding) is set to `Additional`, interval of an axis will be padded to the minimum and maximum of the axis. +When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#rangepadding) is set to `Additional`, interval of an axis will be padded to the minimum and maximum of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -299,7 +299,7 @@ When the [`rangePadding`](https://ej2.syncfusion.com/angular/documentation/api/ {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/axis/datetime-cs7" %} ->Note: To use datetime axis, we need to inject `DateTimeService` into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#valuetype) of axis to `DateTime`. +>Note: To use datetime axis, we need to inject `DateTimeService` into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#valuetype) of axis to `DateTime`. @@ -322,7 +322,7 @@ Logarithmic axis uses logarithmic scale and it is very useful in visualizing dat **Customize Logarithmic Range** -Range of an axis, will be calculated automatically based on the provided data, you can also customize the range of the axis using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#interval) property of the axis. +Range of an axis, will be calculated automatically based on the provided data, you can also customize the range of the axis using [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#minimum), [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#maximum) and [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#interval) property of the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -338,7 +338,7 @@ Range of an axis, will be calculated automatically based on the provided data, y **Logarithmic Base** -Logarithmic base can be customized by using the [`logBase`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#logbase) property of the axis. For example when the logBase is 5, the axis values follows 5-2, 5-1, 50, 51, 52 etc. +Logarithmic base can be customized by using the [`logBase`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#logbase) property of the axis. For example when the logBase is 5, the axis values follows 5-2, 5-1, 50, 51, 52 etc. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -354,7 +354,7 @@ Logarithmic base can be customized by using the [`logBase`](https://ej2.syncfus **Logarithmic Interval** -Logarithmic axis interval can be customized by using the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#interval) property of the axis. When the logarithmic base is 10 and logarithmic interval is 2, then the axis labels are placed at an interval of 102. The default value of the interval is 1. +Logarithmic axis interval can be customized by using the [`interval`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#interval) property of the axis. When the logarithmic base is 10 and logarithmic interval is 2, then the axis labels are placed at an interval of 102. The default value of the interval is 1. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -368,13 +368,13 @@ Logarithmic axis interval can be customized by using the [`interval`](https://ej {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/axis/log-cs4" %} ->Note: To use log axis, we need to inject `LogarithmicService` into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#valuetype) of axis to `Logarithmic`. +>Note: To use log axis, we need to inject `LogarithmicService` into the `@NgModule.providers` and set the [`valueType`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#valuetype) of axis to `Logarithmic`. ## Inversed Axis -When an axis is inversed, highest value of the axis comes closer to origin and vice versa. To place an axis in inversed manner set this property [`isInversed`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#isInversed) to true. +When an axis is inversed, highest value of the axis comes closer to origin and vice versa. To place an axis in inversed manner set this property [`isInversed`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#isInversed) to true. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -392,7 +392,7 @@ When an axis is inversed, highest value of the axis comes closer to origin and v **Numeric Label Format** -Numeric labels can be formatted by using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#labelformat) property. Numeric labels supports all globalize format. +Numeric labels can be formatted by using the [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#labelformat) property. Numeric labels supports all globalize format. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -467,7 +467,7 @@ The following table describes the result of applying some commonly used label fo **Datetime Label Format** -You can format and parse the date to all globalize format using [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#labelformat) property in an axis. +You can format and parse the date to all globalize format using [`labelFormat`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#labelformat) property in an axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -546,7 +546,7 @@ Axis also supports custom label format using placeholder like {value}°C, in w **Axis Title** -You can add a title to the axis using [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#title) property to provide quick information to the user about the data plotted in the axis. +You can add a title to the axis using [`title`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#title) property to provide quick information to the user about the data plotted in the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -562,7 +562,7 @@ You can add a title to the axis using [`title`](https://ej2.syncfusion.com/angul **Label Customization** -The [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#labelstyle) property of an axis provides options to customize the `color`, `font-family`, `font-size` and `font-weight` of the axis labels. +The [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#labelstyle) property of an axis provides options to customize the `color`, `font-family`, `font-size` and `font-weight` of the axis labels. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -578,7 +578,7 @@ The [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart/a **Edge Label Placement** -Labels with long text at the edges of an axis may appear partially in the chart. To avoid this, use [`edgeLabelPlacement`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#edgelabelplacement) property in axis, which moves the label inside the chart area for better appearance or hides it. +Labels with long text at the edges of an axis may appear partially in the chart. To avoid this, use [`edgeLabelPlacement`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#edgelabelplacement) property in axis, which moves the label inside the chart area for better appearance or hides it. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -594,7 +594,7 @@ Labels with long text at the edges of an axis may appear partially in the chart. **Grid Lines Customization** -You can customize the `width`, `color` and `dashArray` of the minor and major grid lines, using [`majorGridLines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#majorgridlines) and [`minorGridLines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#minorgridlines) properties in the axis. +You can customize the `width`, `color` and `dashArray` of the minor and major grid lines, using [`majorGridLines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#majorgridlines) and [`minorGridLines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#minorgridlines) properties in the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -610,7 +610,7 @@ You can customize the `width`, `color` and `dashArray` of the minor and maj **Tick Lines Customization** -You can customize the `width`, `color` and `size` of the minor and major tick lines, using [`majorTickLines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#majorgridlines) and [`minorTickLines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#minorgridlines) properties in the axis. +You can customize the `width`, `color` and `size` of the minor and major tick lines, using [`majorTickLines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#majorgridlines) and [`minorTickLines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#minorgridlines) properties in the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -627,7 +627,7 @@ You can customize the `width`, `color` and `size` of the minor and major **Place Axes at the Opposite Side** -To place an axis opposite from its original position, set [`opposedPosition`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#opposedposition) property of the axis to true. +To place an axis opposite from its original position, set [`opposedPosition`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#opposedposition) property of the axis to true. {% tabs %} @@ -660,7 +660,7 @@ In addition to primary X and Y axis, we can add n number of axis to the chart. S ## Smart Axis Labels -When the axis labels overlap with each other, you can use [`labelIntersectAction`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective/#labelintersectaction) property in the axis, to place them smartly. +When the axis labels overlap with each other, you can use [`labelIntersectAction`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisDirective#labelintersectaction) property in the axis, to place them smartly. When setting `labelIntersectAction` as `Hide` diff --git a/chart-sdk/angular/charts/chart-dimensions.md b/chart-sdk/angular/charts/chart-dimensions.md index aa3fe847c..86b8e7020 100644 --- a/chart-sdk/angular/charts/chart-dimensions.md +++ b/chart-sdk/angular/charts/chart-dimensions.md @@ -1,6 +1,6 @@ --- layout: post -title: Chart Dimensions in Angular Chart Component | Syncfusion +title: Chart Dimensions in Angular Chart | Syncfusion description: Learn here all about Chart dimensions in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Chart dimensions @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Chart Dimensions in Angular Chart Component +# Chart Dimensions in Angular Chart ## Container Size diff --git a/chart-sdk/angular/charts/chart-elements/chart-annotations.md b/chart-sdk/angular/charts/chart-elements/chart-annotations.md index f36301451..e024a3cb7 100644 --- a/chart-sdk/angular/charts/chart-elements/chart-annotations.md +++ b/chart-sdk/angular/charts/chart-elements/chart-annotations.md @@ -1,6 +1,6 @@ --- layout: post -title: Chart annotations in Angular Chart component | Syncfusion +title: Annotations in Angular Chart | Syncfusion description: Learn here all about Chart annotations in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Chart annotations @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Chart annotations in Angular Chart component +# Annotations in Angular Chart Chart annotations allow highlighting specific areas of the chart using text, shapes, images, or custom HTML elements. Annotations can be used to emphasize trends, mark thresholds, show custom notes, or display additional information directly inside the chart area. diff --git a/chart-sdk/angular/charts/chart-elements/data-labels.md b/chart-sdk/angular/charts/chart-elements/data-labels.md index c263642fe..2de1d90ba 100644 --- a/chart-sdk/angular/charts/chart-elements/data-labels.md +++ b/chart-sdk/angular/charts/chart-elements/data-labels.md @@ -1,6 +1,6 @@ --- layout: post -title: Data labels in Angular Chart component | Syncfusion +title: Data Labels in Angular Chart | Syncfusion description: Learn here all about Data labels in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Data labels @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Data labels in Angular Chart component +# Data Labels in Angular Chart Data labels display the values of data points directly on the chart, reducing the need to reference axes for exact values. Enable data labels by setting the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/dataLabelSettings#visible) option to `true` in the `dataLabel` configuration. Labels automatically adjust to avoid overlapping and maintain readability. diff --git a/chart-sdk/angular/charts/chart-elements/data-markers.md b/chart-sdk/angular/charts/chart-elements/data-markers.md index da9ac328c..ab6f6d722 100644 --- a/chart-sdk/angular/charts/chart-elements/data-markers.md +++ b/chart-sdk/angular/charts/chart-elements/data-markers.md @@ -1,6 +1,6 @@ --- layout: post -title: Data markers in Angular Chart component | Syncfusion +title: Markers in Angular Chart | Syncfusion description: Learn here all about Data markers in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Data markers @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Data markers in Angular Chart component +# Markers in Angular Chart Data markers are visual indicators placed at each data point on a series, helping to clearly identify and highlight individual values in your chart. Markers improve readability and accessibility, especially in line and area charts where data points may otherwise be unclear. Customize marker shape, color, size, and appearance to match your design requirements. diff --git a/chart-sdk/angular/charts/chart-elements/gradient.md b/chart-sdk/angular/charts/chart-elements/gradient.md index afc476aa5..1c6039d57 100644 --- a/chart-sdk/angular/charts/chart-elements/gradient.md +++ b/chart-sdk/angular/charts/chart-elements/gradient.md @@ -1,6 +1,6 @@ --- layout: post -title: Gradient in Angular Chart component | Syncfusion +title: Gradient in Angular Chart | Syncfusion description: Learn here all about Gradient in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Gradient @@ -9,7 +9,7 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Gradient in Angular Chart component +# Gradient in Angular Chart diff --git a/chart-sdk/angular/charts/chart-elements/legend.md b/chart-sdk/angular/charts/chart-elements/legend.md index 66b9dd031..14c560c30 100644 --- a/chart-sdk/angular/charts/chart-elements/legend.md +++ b/chart-sdk/angular/charts/chart-elements/legend.md @@ -1,6 +1,6 @@ --- layout: post -title: Legend in Angular Chart component | Syncfusion +title: Legend in Angular Chart | Syncfusion description: Learn here all about Legend in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Legend @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Legend in Angular Chart component +# Legend in Angular Chart The legend provides information about the series rendered in the chart and helps users identify each series by its color, shape, or style. diff --git a/chart-sdk/angular/charts/chart-elements/series-label.md b/chart-sdk/angular/charts/chart-elements/series-label.md index 5aebeabb4..607863b26 100644 --- a/chart-sdk/angular/charts/chart-elements/series-label.md +++ b/chart-sdk/angular/charts/chart-elements/series-label.md @@ -1,6 +1,6 @@ --- layout: post -title: Series Labels in Angular Chart Component | Syncfusion +title: Series Labels in Angular Chart | Syncfusion description: Learn here all about Series label in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Series label @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Series Labels in Angular Chart Component +# Series Labels in Angular Chart Series labels display the name of each series directly on the chart, positioned near the end of the series path or at the last visible data point. This helps identify series without relying on the legend. diff --git a/chart-sdk/angular/charts/chart-elements/strip-line.md b/chart-sdk/angular/charts/chart-elements/strip-line.md index 260f5cace..355299919 100644 --- a/chart-sdk/angular/charts/chart-elements/strip-line.md +++ b/chart-sdk/angular/charts/chart-elements/strip-line.md @@ -1,6 +1,6 @@ --- layout: post -title: Strip Line in Angular Chart Component | Syncfusion +title: Stripline in Angular Chart | Syncfusion description: Learn here all about strip line in Syncfusion Essential Angular Chart component, it's elements and more. platform: chart-sdk control: Strip line @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Strip Line in Angular Chart Component +# Stripline in Angular Chart diff --git a/chart-sdk/angular/charts/chart-elements/technical-indicators.md b/chart-sdk/angular/charts/chart-elements/technical-indicators.md index d89caa3a2..77a70ec04 100644 --- a/chart-sdk/angular/charts/chart-elements/technical-indicators.md +++ b/chart-sdk/angular/charts/chart-elements/technical-indicators.md @@ -1,6 +1,6 @@ --- layout: post -title: Technical indicators in Angular Chart component | Syncfusion +title: Technical Indicators in Angular Chart | Syncfusion description: Learn here all about Technical indicators in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Technical indicators @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Technical indicators in Angular Chart component +# Technical Indicators in Angular Chart A [technical indicator](https://www.syncfusion.com/angular-components/angular-charts) is a mathematical calculation based on historic price, volume or open interest information that aims to forecast financial market direction. diff --git a/chart-sdk/angular/charts/chart-elements/trend-lines.md b/chart-sdk/angular/charts/chart-elements/trend-lines.md index d0cd9bed8..6e2377128 100644 --- a/chart-sdk/angular/charts/chart-elements/trend-lines.md +++ b/chart-sdk/angular/charts/chart-elements/trend-lines.md @@ -1,6 +1,6 @@ --- layout: post -title: Trend lines in Angular Chart component | Syncfusion +title: Trendlines in Angular Chart | Syncfusion description: Learn here all about Trend lines in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Trend lines @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Trend lines in Angular Chart component +# Trendlines in Angular Chart Trendlines help identify patterns, direction, and overall trends in numerical data. They project the general movement of data values and are widely used in analytics, forecasting, and financial charts. Trendlines can be added to Cartesian series types such as Line, Column, Scatter, Area, Candle, and Hilo (excluding bar series). Multiple trendlines can be added to a single series based on the analysis needs. diff --git a/chart-sdk/angular/charts/chart-events.md b/chart-sdk/angular/charts/chart-events.md index f4c54ae3e..600810400 100644 --- a/chart-sdk/angular/charts/chart-events.md +++ b/chart-sdk/angular/charts/chart-events.md @@ -1,6 +1,6 @@ --- layout: post -title: Chart events in Angular Chart component | Syncfusion +title: Chart Events in Angular Chart | Syncfusion description: Learn here all about Chart events in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Chart events @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Chart Event in Angular Chart Component +# Chart Events in Angular Chart Chart events are callback functions that the Syncfusion EJ2 Chart component triggers at different stages of its life cycle. They allow developers to respond to user interactions, customize rendering, control behavior, and extend chart functionality without modifying the core control. These events enable developers to implement custom logic, enhance interactivity, and tailor the chart's behavior to specific requirements, thereby providing a more dynamic and responsive user experience. diff --git a/chart-sdk/angular/charts/chart-interactive/cross-hair-and-track-ball.md b/chart-sdk/angular/charts/chart-interactive/cross-hair-and-track-ball.md index a7ebdd885..85527c8a5 100644 --- a/chart-sdk/angular/charts/chart-interactive/cross-hair-and-track-ball.md +++ b/chart-sdk/angular/charts/chart-interactive/cross-hair-and-track-ball.md @@ -1,6 +1,6 @@ --- layout: post -title: Crosshair and Trackball in Angular Chart component | Syncfusion +title: Crosshair and Trackball in Angular Chart | Syncfusion description: Learn here all about Crosshair and trackball in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Crosshair and trackball @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Crosshair and trackball in Angular Chart component +# Crosshair and Trackball in Angular Chart Crosshair has a vertical and horizontal line to view the value of the axis at mouse or touch position. diff --git a/chart-sdk/angular/charts/chart-interactive/data-editing.md b/chart-sdk/angular/charts/chart-interactive/data-editing.md index 7036139af..e70f1e512 100644 --- a/chart-sdk/angular/charts/chart-interactive/data-editing.md +++ b/chart-sdk/angular/charts/chart-interactive/data-editing.md @@ -1,6 +1,6 @@ --- layout: post -title: Data editing in Angular Chart component | Syncfusion +title: Data Editing in Angular Chart | Syncfusion description: Learn here all about Data editing in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Data editing @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Data editing in Angular Chart component +# Data Editing in Angular Chart Data editing allows users to modify chart data points interactively by dragging and dropping the rendered points. This functionality is enabled by injecting the [`DataEditing`](https://ej2.syncfusion.com/angular/documentation/api/chart/dataEditing) module into the chart provider, which adds drag-and-drop support for data points. diff --git a/chart-sdk/angular/charts/chart-interactive/selection.md b/chart-sdk/angular/charts/chart-interactive/selection.md index f9895fb48..e0d0b1240 100644 --- a/chart-sdk/angular/charts/chart-interactive/selection.md +++ b/chart-sdk/angular/charts/chart-interactive/selection.md @@ -1,6 +1,6 @@ --- layout: post -title: Selection in Angular Chart component | Syncfusion +title: Selection in Angular Chart | Syncfusion description: Learn here all about Selection in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Selection @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Selection in Angular Chart component +# Selection in Angular Chart The chart provides selection support for both series and individual data points when users interact with the chart using mouse clicks. diff --git a/chart-sdk/angular/charts/chart-interactive/synchronized-chart.md b/chart-sdk/angular/charts/chart-interactive/synchronized-chart.md index 1ab1a337a..c387a894b 100644 --- a/chart-sdk/angular/charts/chart-interactive/synchronized-chart.md +++ b/chart-sdk/angular/charts/chart-interactive/synchronized-chart.md @@ -1,6 +1,6 @@ --- layout: post -title: Synchronized Charts in Angular Chart component | Syncfusion +title: Synchronized Charts in Angular Chart | Syncfusion description: Learn here all about Synchronized Charts in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Synchronized charts @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Synchronized Charts in Angular Chart component +# Synchronized Charts in Angular Chart Synchronized charts allow multiple chart instances to share common interactions so that actions performed on one chart are reflected across the others. This approach is useful for comparing related datasets and analyzing trends consistently across multiple visualizations. diff --git a/chart-sdk/angular/charts/chart-interactive/tool-tip.md b/chart-sdk/angular/charts/chart-interactive/tool-tip.md index 27e36236a..a181fc0d8 100644 --- a/chart-sdk/angular/charts/chart-interactive/tool-tip.md +++ b/chart-sdk/angular/charts/chart-interactive/tool-tip.md @@ -1,14 +1,15 @@ --- layout: post -title: Tooltip in Angular Chart component | Syncfusion +title: Tooltip in Angular Chart | Syncfusion description: Learn here all about Tooltip in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Tooltip documentation: ug domainurl: https://help.syncfusion.com/chart-sdk + --- -# Tooltip in Angular Chart component +# Tooltip in Angular Chart diff --git a/chart-sdk/angular/charts/chart-interactive/zooming.md b/chart-sdk/angular/charts/chart-interactive/zooming.md index d3be5c6b5..997ddee39 100644 --- a/chart-sdk/angular/charts/chart-interactive/zooming.md +++ b/chart-sdk/angular/charts/chart-interactive/zooming.md @@ -1,6 +1,6 @@ --- layout: post -title: Zooming in Angular Chart component | Syncfusion +title: Zooming in Angular Chart | Syncfusion description: Learn here all about Zooming in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Zooming @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Zooming in Angular Chart component +# Zooming in Angular Chart Zooming in a chart refers to the process of magnifying a portion of the chart to focus on specific segments of data that matter most. diff --git a/chart-sdk/angular/charts/chart-overview.md b/chart-sdk/angular/charts/chart-overview.md index 0ee3ef714..7790b11c5 100644 --- a/chart-sdk/angular/charts/chart-overview.md +++ b/chart-sdk/angular/charts/chart-overview.md @@ -1,6 +1,6 @@ --- layout: post -title: Chart in Angular Chart component | Syncfusion +title: About Syncfusion Angular Chart Component | Syncfusion description: Learn here all about the Chart component in Syncfusion Angular Chart of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Angular Chart Component Overview +# About Syncfusion Angular Chart Component. The EJ2 Chart component is a high-performance, interactive visualization library for presenting data across a broad set of chart types. It supports line, bar, area, column, pie, financial, spline and other series formats, and is optimized for responsive rendering, smooth interactions, and large datasets. Typical use cases include trend analysis, comparisons, distributions, and time-series exploration. diff --git a/chart-sdk/angular/charts/chart-print.md b/chart-sdk/angular/charts/chart-print.md index 6fc19f8fc..4414399c5 100644 --- a/chart-sdk/angular/charts/chart-print.md +++ b/chart-sdk/angular/charts/chart-print.md @@ -1,6 +1,6 @@ --- layout: post -title: Chart print in Angular Chart component | Syncfusion +title: Print and Export in Angular Chart | Syncfusion description: Learn here all about Chart print in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Chart print @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Chart print in Angular Chart component +# Print and Export in Angular Chart ## Print diff --git a/chart-sdk/angular/charts/cross-hair-track-ball.md b/chart-sdk/angular/charts/cross-hair-track-ball.md index 7f0d5d50b..0d663f34d 100644 --- a/chart-sdk/angular/charts/cross-hair-track-ball.md +++ b/chart-sdk/angular/charts/cross-hair-track-ball.md @@ -12,7 +12,7 @@ domainurl: https://help.syncfusion.com/chart-sdk Crosshair has a vertical and horizontal line to view the value of the axis at mouse or touch position. -Crosshair lines can be enabled by using [`enable`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairTooltip/#enable) property in the `crosshair`. +Crosshair lines can be enabled by using [`enable`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairTooltip#enable) property in the `crosshair`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,7 +28,7 @@ Crosshair lines can be enabled by using [`enable`](https://ej2.syncfusion.com/a ## Tooltip for axis -Tooltip label for an axis can be enabled by using [`enable`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairTooltipModel/#enable) +Tooltip label for an axis can be enabled by using [`enable`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairTooltipModel#enable) property of `crosshairTooltip` in the corresponding axis. {% tabs %} @@ -45,7 +45,7 @@ property of `crosshairTooltip` in the corresponding axis. ## Customization -The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairTooltip/#fill) and [`textStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairTooltip/#textstyle) property of the `crosshairTooltip` is used to customize the background color and font style of the crosshair label respectively. Color and width of the crosshair line can be customized by using the [`line`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairSettingsModel/#line) property in the crosshair. +The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairTooltip#fill) and [`textStyle`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairTooltip#textstyle) property of the `crosshairTooltip` is used to customize the background color and font style of the crosshair label respectively. Color and width of the crosshair line can be customized by using the [`line`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairSettingsModel#line) property in the crosshair. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -65,7 +65,7 @@ The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshai Trackball is used to track a data point closest to the mouse or touch position. Trackball marker indicates the closest point and trackball tooltip displays the information about the point. To use trackball feature, we need to inject `CrosshairService` and `TooltipService` into the `NgModule.providers`. -Trackball can be enabled by setting the [`enable`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairSettings/#enable) property of the crosshair to true and [`shared`](https://ej2.syncfusion.com/angular/documentation/api/chart/tooltipSettings/#shared) property in `tooltip` to true in chart. +Trackball can be enabled by setting the [`enable`](https://ej2.syncfusion.com/angular/documentation/api/chart/crosshairSettings#enable) property of the crosshair to true and [`shared`](https://ej2.syncfusion.com/angular/documentation/api/chart/tooltipSettings#shared) property in `tooltip` to true in chart. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/data-binding/dynamic-data-update.md b/chart-sdk/angular/charts/data-binding/dynamic-data-update.md index 878b1c263..bcba66066 100644 --- a/chart-sdk/angular/charts/data-binding/dynamic-data-update.md +++ b/chart-sdk/angular/charts/data-binding/dynamic-data-update.md @@ -1,6 +1,6 @@ --- layout: post -title: Dynamic data update in Angular Chart component | Syncfusion +title: Dynamic Data Update in Angular Chart | Syncfusion description: Learn here all about dynamic data update in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Dynamic Data Update @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Dynamic data update in Angular Chart component +# Dynamic Data Update in Angular Chart ## Adding a new data point diff --git a/chart-sdk/angular/charts/data-binding/working-with-data.md b/chart-sdk/angular/charts/data-binding/working-with-data.md index 5e1d1a6df..a9755fa04 100644 --- a/chart-sdk/angular/charts/data-binding/working-with-data.md +++ b/chart-sdk/angular/charts/data-binding/working-with-data.md @@ -1,6 +1,6 @@ --- layout: post -title: Working with data in Angular Chart component | Syncfusion +title: Working with Data in Angular Chart | Syncfusion description: Learn here all about Working with data in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Working with data @@ -10,7 +10,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Working with data in Angular Chart component +# Working with Data in Angular Chart The Angular Chart component supports multiple data binding approaches to suit different application scenarios. Data can be bound from local JSON arrays, dynamically loaded on demand with lazy loading, or fetched from remote services using various adaptor patterns. This guide covers all available data binding methods, helping you choose the right approach for your use case based on data size, performance requirements, and backend architecture. diff --git a/chart-sdk/angular/charts/ej1-api-migration.md b/chart-sdk/angular/charts/ej1-api-migration.md index 05ec1de1a..402fb99e8 100644 --- a/chart-sdk/angular/charts/ej1-api-migration.md +++ b/chart-sdk/angular/charts/ej1-api-migration.md @@ -1,6 +1,6 @@ --- layout: post -title: Ej1 api migration in Angular Chart component | Syncfusion +title: Migration from Essential JS 1 in Angular Chart | Syncfusion description: Learn here all about Ej1 api migration in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Ej1 api migration @@ -11,7 +11,7 @@ domainurl: https://help.syncfusion.com/chart-sdk -# Ej1 api migration in Angular Chart component +# Migration from Essential JS 1 in Angular Chart This article describes the API migration process of the Chart component from Essential® JS 1 to Essential® JS 2. diff --git a/chart-sdk/angular/charts/feature-modules.md b/chart-sdk/angular/charts/feature-modules.md index 0335f435e..b1061014a 100644 --- a/chart-sdk/angular/charts/feature-modules.md +++ b/chart-sdk/angular/charts/feature-modules.md @@ -1,6 +1,6 @@ --- layout: post -title: Module in Angular Chart component | Syncfusion +title: Feature Modules in Angular Chart | Syncfusion description: Learn here all about Module in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Module @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Module in Angular Chart component +# Feature Modules in Angular Chart The following available modules should be injected to extend the Chart's functionality. diff --git a/chart-sdk/angular/charts/getting-started.md b/chart-sdk/angular/charts/getting-started.md index cda046ee5..a69c5d192 100644 --- a/chart-sdk/angular/charts/getting-started.md +++ b/chart-sdk/angular/charts/getting-started.md @@ -1,14 +1,14 @@ --- layout: post -title: Getting Started with Angular Chart component | Syncfusion -description: Check out and learn about Getting Started with Angular Chart component of Syncfusion Essential JS 2 and more details. +title: Getting Started with Angular Chart | Syncfusion +description: Check out and learn about the Getting Started with Angular Chart component of Syncfusion Essential JS 2 and more details. platform: chart-sdk control: Getting Started documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Getting Started with Angular Chart Component +# Getting Started with Angular Chart This section explains the steps required to create a simple chart and demonstrates the basic usage of the [Angular Chart](https://www.syncfusion.com/angular-components/angular-charts) component. diff --git a/chart-sdk/angular/charts/how-to/add-series.md b/chart-sdk/angular/charts/how-to/add-series.md index 3c2b95aa6..e6dacf5f4 100644 --- a/chart-sdk/angular/charts/how-to/add-series.md +++ b/chart-sdk/angular/charts/how-to/add-series.md @@ -1,6 +1,6 @@ --- layout: post -title: Add series in Angular Chart component | Syncfusion +title: How to Add or Remove Series in Angular Chart | Syncfusion description: Learn here all about Add series in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Add series @@ -8,19 +8,19 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Add series in Angular Chart component +# How to Add or Remove Series in Angular Chart -You can add or remove the chart series dynamically by using the [`addSeries`](https://ej2.syncfusion.com/angular/documentation/api/chart/#addseries) or [`removeSeries`](https://ej2.syncfusion.com/angular/documentation/api/chart/#removeseries) method. +You can add or remove the chart series dynamically by using the [`addSeries`](https://ej2.syncfusion.com/angular/documentation/api/chart#addseries) or [`removeSeries`](https://ej2.syncfusion.com/angular/documentation/api/chart#removeseries) method. To add or remove the series dynamically, follow the given steps: **Step 1**: Add a new series -To add a new series to the chart dynamically, pass the series value to the [`addSeries`](https://ej2.syncfusion.com/angular/documentation/api/chart/#addseries) method. +To add a new series to the chart dynamically, pass the series value to the [`addSeries`](https://ej2.syncfusion.com/angular/documentation/api/chart#addseries) method. **Step 2**: Remove a series -To remove a series from the chart dynamically, pass the series index to the [`removeSeries`](https://ej2.syncfusion.com/angular/documentation/api/chart/#removeseries) method. +To remove a series from the chart dynamically, pass the series index to the [`removeSeries`](https://ej2.syncfusion.com/angular/documentation/api/chart#removeseries) method. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/how-to/click-data.md b/chart-sdk/angular/charts/how-to/click-data.md index 7670d82e7..af358932e 100644 --- a/chart-sdk/angular/charts/how-to/click-data.md +++ b/chart-sdk/angular/charts/how-to/click-data.md @@ -1,6 +1,6 @@ --- layout: post -title: Click data in Angular Chart component | Syncfusion +title: How to Show Pie Clicked Data in Angular Chart | Syncfusion description: Learn here all about Click data in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Click data @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Click data in Angular Chart component +# How to Show Pie Clicked Data in Angular Chart By using the [`pointClick`](https://ej2.syncfusion.com/angular/documentation/api/chart#pointclick) event, you can get the chart data of the clicked area. diff --git a/chart-sdk/angular/charts/how-to/column-width.md b/chart-sdk/angular/charts/how-to/column-width.md index 2edd5c8ea..01fb7fc5c 100644 --- a/chart-sdk/angular/charts/how-to/column-width.md +++ b/chart-sdk/angular/charts/how-to/column-width.md @@ -1,6 +1,6 @@ --- layout: post -title: Column width in Angular Chart component | Syncfusion +title: How to Customize Column Width in Angular Chart | Syncfusion description: Learn here all about Column width in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Column width @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Column width in Angular Chart component +# How to Customize Column Width in Angular Chart -By using the [`columnWidth`](https://ej2.syncfusion.com/documentation/api/chart/series/#columnwidth) and [`columnSpacing`](https://ej2.syncfusion.com/documentation/api/chart/series/#columnspacing) properties in the series of the chart, you can customize the column width and column spacing values for all points of the column series. +By using the [`columnWidth`](https://ej2.syncfusion.com/documentation/api/chart/series#columnwidth) and [`columnSpacing`](https://ej2.syncfusion.com/documentation/api/chart/series#columnspacing) properties in the series of the chart, you can customize the column width and column spacing values for all points of the column series. -You can customize the column width by setting the [`columnWidth`](https://ej2.syncfusion.com/documentation/api/chart/series/#columnwidth) value from 0 to 1 for every point in the column series. Similarly, you can use the [`columnSpacing`](https://ej2.syncfusion.com/documentation/api/chart/series/#columnspacing) property to adjust the spacing between columns. +You can customize the column width by setting the [`columnWidth`](https://ej2.syncfusion.com/documentation/api/chart/series#columnwidth) value from 0 to 1 for every point in the column series. Similarly, you can use the [`columnSpacing`](https://ej2.syncfusion.com/documentation/api/chart/series#columnspacing) property to adjust the spacing between columns. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/how-to/customize-scatter-chart.md b/chart-sdk/angular/charts/how-to/customize-scatter-chart.md index 040ea27ed..46bd8c4bf 100644 --- a/chart-sdk/angular/charts/how-to/customize-scatter-chart.md +++ b/chart-sdk/angular/charts/how-to/customize-scatter-chart.md @@ -1,6 +1,6 @@ --- layout: post -title: Customize scatter chart in Angular Chart component | Syncfusion +title: How to Customize Scatter Chart in Angular Chart | Syncfusion description: Learn here all about Customize scatter chart in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Customize scatter chart @@ -8,11 +8,11 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Customize scatter chart in Angular Chart component +# How to Customize Scatter Chart in Angular Chart -By using the [`shape`](https://ej2.syncfusion.com/angular/documentation/api/chart/markerSettingsModel/#shape) property in the [`marker`](https://ej2.syncfusion.com/angular/documentation/api/chart/markerSettingsModel), you can customize the shape of the scatter series points such as `Circle`, `Rectangle`, `Triangle`, `Diamond`, `Cross`, `HorizontalLine`, `VerticalLine`, `Pentagon`, `InvertedTriangle`, and `Image`. +By using the [`shape`](https://ej2.syncfusion.com/angular/documentation/api/chart/markerSettingsModel#shape) property in the [`marker`](https://ej2.syncfusion.com/angular/documentation/api/chart/markerSettingsModel), you can customize the shape of the scatter series points such as `Circle`, `Rectangle`, `Triangle`, `Diamond`, `Cross`, `HorizontalLine`, `VerticalLine`, `Pentagon`, `InvertedTriangle`, and `Image`. -You can customize the width and height of the shapes by using the [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart/markerSettingsModel/#width) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart/markerSettingsModel/#height) properties of the marker. +You can customize the width and height of the shapes by using the [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart/markerSettingsModel#width) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/chart/markerSettingsModel#height) properties of the marker. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -28,9 +28,9 @@ You can customize the width and height of the shapes by using the [`width`](http ## Customizing point color and data label value -You can customize the point color by using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/#pointrender) event in the chart. In which we check the condition based on `yValue` to change the fill color of the point. +You can customize the point color by using the [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart#pointrender) event in the chart. In which we check the condition based on `yValue` to change the fill color of the point. -By default, data label values show y values of the data source. You can customize the data label value by using the [`textRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/#textrender) event in the chart. +By default, data label values show y values of the data source. You can customize the data label value by using the [`textRender`](https://ej2.syncfusion.com/angular/documentation/api/chart#textrender) event in the chart. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/how-to/database-data.md b/chart-sdk/angular/charts/how-to/database-data.md index afaef346e..f17ff12ee 100644 --- a/chart-sdk/angular/charts/how-to/database-data.md +++ b/chart-sdk/angular/charts/how-to/database-data.md @@ -1,6 +1,6 @@ --- layout: post -title: Database data in Angular Chart component | Syncfusion +title: How to Bind Chart Data from SQL Server in Angular Chart | Syncfusion description: Learn here all about Database data in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Database data @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Database data in Angular Chart component +# How to Bind Chart Data from SQL Server in Angular Chart * Create the chart data table using a database. You can find the database table below. diff --git a/chart-sdk/angular/charts/how-to/dialog-chart.md b/chart-sdk/angular/charts/how-to/dialog-chart.md index ca49b186a..cc97fb156 100644 --- a/chart-sdk/angular/charts/how-to/dialog-chart.md +++ b/chart-sdk/angular/charts/how-to/dialog-chart.md @@ -1,6 +1,6 @@ --- layout: post -title: Dialog chart in Angular Chart component | Syncfusion +title: How to Show a Chart in a Dialog in Angular Chart | Syncfusion description: Learn here all about Dialog chart in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Dialog chart @@ -8,17 +8,17 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Dialog chart in Angular Chart component +# How to Show a Chart in a Dialog in Angular Chart -Using the [`content`](https://ej2.syncfusion.com/angular/documentation/api/dialog/#content) property of the Dialog component, you can show the chart in a dialog pop-up. +Using the [`content`](https://ej2.syncfusion.com/angular/documentation/api/dialog#content) property of the Dialog component, you can show the chart in a dialog pop-up. To show the chart in the Dialog component, follow the given steps: **Step 1**: -Initialize the Dialog and Button components, and then create a basic chart and set the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/dialog/#visible) property of the Dialog to `false` when initialized. +Initialize the Dialog and Button components, and then create a basic chart and set the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/dialog#visible) property of the Dialog to `false` when initialized. -By setting the chart inside the [`content`](https://ej2.syncfusion.com/angular/documentation/api/dialog/#content) template of the Dialog component, you can show the chart when clicking the Button component. +By setting the chart inside the [`content`](https://ej2.syncfusion.com/angular/documentation/api/dialog#content) template of the Dialog component, you can show the chart when clicking the Button component. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/how-to/dynamic-chart.md b/chart-sdk/angular/charts/how-to/dynamic-chart.md index f028ea696..0a6e6279d 100644 --- a/chart-sdk/angular/charts/how-to/dynamic-chart.md +++ b/chart-sdk/angular/charts/how-to/dynamic-chart.md @@ -1,6 +1,6 @@ --- layout: post -title: Dynamic chart in Angular Chart component | Syncfusion +title: How to Render Dynamic Chart in Angular Chart | Syncfusion description: Learn here all about Dynamic chart in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Dynamic chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Dynamic chart in Angular Chart component +# How to Render Dynamic Chart in Angular Chart By using an HTML button, you can add the chart dynamically when the button is clicked. diff --git a/chart-sdk/angular/charts/how-to/grid-data-chart.md b/chart-sdk/angular/charts/how-to/grid-data-chart.md index 2c93023bc..a7c897a3e 100644 --- a/chart-sdk/angular/charts/how-to/grid-data-chart.md +++ b/chart-sdk/angular/charts/how-to/grid-data-chart.md @@ -1,6 +1,6 @@ --- layout: post -title: Grid data chart in Angular Chart component | Syncfusion +title: How to Use Grid Data in Angular Chart | Syncfusion description: Learn here all about Grid data chart in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Grid data chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Grid data chart in Angular Chart component +# How to Use Grid Data in Angular Chart You can visualize the data that is returned by the grid in the chart. diff --git a/chart-sdk/angular/charts/how-to/live-chart.md b/chart-sdk/angular/charts/how-to/live-chart.md index ad4c85759..4a72abb45 100644 --- a/chart-sdk/angular/charts/how-to/live-chart.md +++ b/chart-sdk/angular/charts/how-to/live-chart.md @@ -1,6 +1,6 @@ --- layout: post -title: Live chart in Angular Chart component | Syncfusion +title: How to Live Chart in Angular Chart | Syncfusion description: Learn here all about Live chart in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Live chart @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Live chart in Angular Chart component +# How to Live Chart in Angular Chart You can update a chart with live data by using the `setInterval` method. diff --git a/chart-sdk/angular/charts/how-to/overlap-area.md b/chart-sdk/angular/charts/how-to/overlap-area.md index 659454d03..56aa690cb 100644 --- a/chart-sdk/angular/charts/how-to/overlap-area.md +++ b/chart-sdk/angular/charts/how-to/overlap-area.md @@ -1,6 +1,6 @@ --- layout: post -title: Overlap area in Angular Chart component | Syncfusion +title: How to Color the Overlapped Area in Angular Chart | Syncfusion description: Learn here all about Overlap area in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Overlap area @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Overlap area in Angular Chart component +# How to Color the Overlapped Area in Angular Chart You can add a new range area series to show the overlapped area in different color. diff --git a/chart-sdk/angular/charts/how-to/percentage-tool-tip.md b/chart-sdk/angular/charts/how-to/percentage-tool-tip.md index ccdc469ef..a5c913813 100644 --- a/chart-sdk/angular/charts/how-to/percentage-tool-tip.md +++ b/chart-sdk/angular/charts/how-to/percentage-tool-tip.md @@ -1,6 +1,6 @@ --- layout: post -title: Percentage tooltip in Angular Chart component | Syncfusion +title: How to Show Pie Percentage in Tooltip in Angular Chart | Syncfusion description: Learn here all about Percentage tooltip in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Percentage tooltip @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Percentage tooltip in Angular Chart component +# How to Show Pie Percentage in Tooltip in Angular Chart By using the [`tooltipRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartModel#tooltiprender) event, you can show the percentage value for each point of pie series in tooltip. diff --git a/chart-sdk/angular/charts/how-to/points-customization.md b/chart-sdk/angular/charts/how-to/points-customization.md index c2cbb4597..e55f9f59e 100644 --- a/chart-sdk/angular/charts/how-to/points-customization.md +++ b/chart-sdk/angular/charts/how-to/points-customization.md @@ -1,6 +1,6 @@ --- layout: post -title: Points customization in Angular Chart component | Syncfusion +title: How to Customize Points in Angular Chart | Syncfusion description: Learn here all about Points customization in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Points customization @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Points customization in Angular Chart component +# How to Customize Points in Angular Chart You can customize the color of individual series points by using the [`pointColorMapping`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#pointcolormapping) property. This property allows you to map a field from your data source that contains color values, which will be applied to each corresponding point in the series. diff --git a/chart-sdk/angular/charts/how-to/selected-data-grid.md b/chart-sdk/angular/charts/how-to/selected-data-grid.md index d5e721034..f0212d2cf 100644 --- a/chart-sdk/angular/charts/how-to/selected-data-grid.md +++ b/chart-sdk/angular/charts/how-to/selected-data-grid.md @@ -1,6 +1,6 @@ --- layout: post -title: Selected data grid in Angular Chart component | Syncfusion +title: How to Display Selected Data in Angular Chart | Syncfusion description: Learn here all about Selected data grid in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Selected data grid @@ -8,15 +8,15 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Selected data grid in Angular Chart component +# How to Display Selected Data in Angular Chart -By using the [`dragComplete`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartModel/#dragcomplete) event, you can get the selected data values for range selection. +By using the [`dragComplete`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartModel#dragcomplete) event, you can get the selected data values for range selection. To display the selected data values, follow the given steps: **Step 1**: -Get the selected data point values and display the values through the [grid](https://ej2.syncfusion.com/angular/documentation/grid/getting-started) component by using the [`dragComplete`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartModel/#dragcomplete) event. +Get the selected data point values and display the values through the [grid](https://ej2.syncfusion.com/angular/documentation/grid/getting-started) component by using the [`dragComplete`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartModel#dragcomplete) event. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/how-to/series-visible.md b/chart-sdk/angular/charts/how-to/series-visible.md index af192afd0..b68a259fd 100644 --- a/chart-sdk/angular/charts/how-to/series-visible.md +++ b/chart-sdk/angular/charts/how-to/series-visible.md @@ -1,6 +1,6 @@ --- layout: post -title: Show or hide series in Angular Chart component | Syncfusion +title: How to Show or Hide Series in Angular Chart | Syncfusion description: Learn how to dynamically show or hide chart series by handling legend click events in the Syncfusion Angular Chart component. platform: chart-sdk control: Series visible @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Show or hide series in Angular Chart component +# How to Show or Hide Series in Angular Chart -By using the [`chartMouseClick`](https://ej2.syncfusion.com/angular/documentation/api/chart/#chartmouseclick) event, you can show or hide series based on a legend item click. In this event, you can get the legend target ID, which allows you to retrieve the current series index. Based on the index, you can set the value of the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/series/#visible) property to `true` or `false`. +By using the [`chartMouseClick`](https://ej2.syncfusion.com/angular/documentation/api/chart#chartmouseclick) event, you can show or hide series based on a legend item click. In this event, you can get the legend target ID, which allows you to retrieve the current series index. Based on the index, you can set the value of the [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/series#visible) property to `true` or `false`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/how-to/threshold.md b/chart-sdk/angular/charts/how-to/threshold.md index 26fb747c7..db86e1913 100644 --- a/chart-sdk/angular/charts/how-to/threshold.md +++ b/chart-sdk/angular/charts/how-to/threshold.md @@ -1,6 +1,6 @@ --- layout: post -title: Threshold in Angular Chart component | Syncfusion +title: How to Use Threshold in Angular Chart | Syncfusion description: Learn here all about Threshold in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Threshold @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Threshold in Angular Chart component +# How to Use Threshold in Angular Chart You can mark a threshold in a chart by using the [`striplines`](https://ej2.syncfusion.com/angular/documentation/api/chart/axisModel#striplines) property. Thresholds help visualize important reference values or ranges in your chart data, such as target goals, safety limits, or alert zones. diff --git a/chart-sdk/angular/charts/internationalization.md b/chart-sdk/angular/charts/internationalization.md index 419cca71f..3fe68da35 100644 --- a/chart-sdk/angular/charts/internationalization.md +++ b/chart-sdk/angular/charts/internationalization.md @@ -1,6 +1,6 @@ --- layout: post -title: Internationalization in Angular Chart component | Syncfusion +title: Internationalization in Angular Chart | Syncfusion description: Learn here all about Internationalization in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Internationalization @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Internationalization in Angular Chart component +# Internationalization in Angular Chart Chart provides support for internationalization for the following elements: diff --git a/chart-sdk/angular/charts/localization.md b/chart-sdk/angular/charts/localization.md index 2f96fb8f9..e2a7c9e3f 100644 --- a/chart-sdk/angular/charts/localization.md +++ b/chart-sdk/angular/charts/localization.md @@ -1,6 +1,6 @@ --- layout: post -title: Localization in Angular Chart component | Syncfusion +title: Localization in Angular Chart | Syncfusion description: Learn here all about Localization in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Localization @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Localization in Angular Chart component +# Localization in Angular Chart Localization enables the chart component to adapt its text content to different languages and regions. The chart's default text content, such as zoom toolbar labels and other static text elements, can be localized by providing locale-specific translation objects. diff --git a/chart-sdk/angular/charts/render-methods.md b/chart-sdk/angular/charts/render-methods.md index c18528c93..6b21ae278 100644 --- a/chart-sdk/angular/charts/render-methods.md +++ b/chart-sdk/angular/charts/render-methods.md @@ -1,6 +1,6 @@ --- layout: post -title: Render modes in Angular Chart component | Syncfusion +title: Rendering Modes in Angular Chart | Syncfusion description: Learn here all about Render modes in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Render modes @@ -9,7 +9,7 @@ domainurl: https://help.syncfusion.com/chart-sdk --- -# Render modes in Angular Chart component +# Rendering Modes in Angular Chart Chart supports two rendering modes: diff --git a/chart-sdk/angular/charts/series/series-overview.md b/chart-sdk/angular/charts/series/series-overview.md index 7419e6044..3228e0c18 100644 --- a/chart-sdk/angular/charts/series/series-overview.md +++ b/chart-sdk/angular/charts/series/series-overview.md @@ -1,6 +1,6 @@ --- layout: post -title: Series in Angular Chart component | Syncfusion +title: Series Overview in Angular Chart | Syncfusion description: Learn about chart series, single and multiple series, and common series properties in the Syncfusion Angular Chart component. platform: chart-sdk control: Chart Series @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Overview of Chart Series +# Series Overview in Angular Chart ## **What is a series?** diff --git a/chart-sdk/angular/charts/series/series-types/area-types/spline-range-area.md b/chart-sdk/angular/charts/series/series-types/area-types/spline-range-area.md index 8467cf4bb..d989691eb 100644 --- a/chart-sdk/angular/charts/series/series-types/area-types/spline-range-area.md +++ b/chart-sdk/angular/charts/series/series-types/area-types/spline-range-area.md @@ -7,7 +7,7 @@ control: Spline Range Area Chart documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Spline Range Area in Angular Charts +# Spline Range Area Chart in Angular Charts ## Spline Range Area diff --git a/chart-sdk/angular/charts/series/series-types/chart-series.md b/chart-sdk/angular/charts/series/series-types/chart-series.md index ec37ba1c9..c8a86f357 100644 --- a/chart-sdk/angular/charts/series/series-types/chart-series.md +++ b/chart-sdk/angular/charts/series/series-types/chart-series.md @@ -1,6 +1,6 @@ --- layout: post -title: Chart series in Angular Chart component | Syncfusion +title: Multiple Series in Angular Chart | Syncfusion description: Learn here all about Chart series in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Chart series @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Chart series in Angular Chart component +# Multiple Series in Angular Chart ## Multiple Series @@ -46,7 +46,7 @@ Combinations of different types like Line, Column, etc., can be rendered in a ch {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/series/combination-cs1" %} ## Enable Complex Property in Series - +# By setting the [`enableComplexProperty`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#enablecomplexproperty) value as `true` in series, you can bind complex data to the chart. {% tabs %} diff --git a/chart-sdk/angular/charts/series/series-types/line-types/line.md b/chart-sdk/angular/charts/series/series-types/line-types/line.md index 9125e883e..a17c2128d 100644 --- a/chart-sdk/angular/charts/series/series-types/line-types/line.md +++ b/chart-sdk/angular/charts/series/series-types/line-types/line.md @@ -63,7 +63,7 @@ The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDire {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/series/line-cs8" %} -The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property can be used to apply a gradient color to the line series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. +The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property can be used to apply a gradient color to the line series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -83,7 +83,7 @@ The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDire **Opacity** -The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. +The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -103,7 +103,7 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD **Dash array** -The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series. +The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#dasharray) property determines the pattern of dashes and gaps in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -123,7 +123,7 @@ The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/serie **Width** -The [width](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#width) property specifies the stroke width applied to the series. +The [width](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#width) property specifies the stroke width applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -145,7 +145,7 @@ The [width](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDir To render a multicolored line series in your chart, you need to follow a few steps to configure it correctly. Here's a concise guide on how to do this: -1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#type) as `MultiColoredLine` in your chart configuration. This specifies that the series should be rendered as a multicolored line chart, with different segments of the line having distinct colors. +1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#type) as `MultiColoredLine` in your chart configuration. This specifies that the series should be rendered as a multicolored line chart, with different segments of the line having distinct colors. 2. **Inject the MultiColoredLineSeries module**: Use the `@NgModule.providers` method to inject the `MultiColoredLineSeriesService` module in your chart. This step is essential, as it ensures that the necessary functionalities for rendering multicolored line series are available in your chart. @@ -173,7 +173,7 @@ Data points with `null` or `undefined` values are considered empty. Empty data p **Mode** -Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. +Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -193,7 +193,7 @@ Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Fill** -Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#fill) property to customize the fill color of empty points in the series. +Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#fill) property to customize the fill color of empty points in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -213,7 +213,7 @@ Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Border** -Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#border) property to customize the width and color of the border for empty points. +Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#border) property to customize the width and color of the border for empty points. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/series/series-types/line-types/spline.md b/chart-sdk/angular/charts/series/series-types/line-types/spline.md index e99411ce1..1e19de08c 100644 --- a/chart-sdk/angular/charts/series/series-types/line-types/spline.md +++ b/chart-sdk/angular/charts/series/series-types/line-types/spline.md @@ -19,7 +19,7 @@ To render a [spline](https://www.syncfusion.com/angular-components/angular-chart Here's a concise guide on how to do this: -1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#type) as `Spline` in your chart configuration. This indicates that the series should be represented as a smooth curve, connecting data points with a spline rather than straight lines. +1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#type) as `Spline` in your chart configuration. This indicates that the series should be represented as a smooth curve, connecting data points with a spline rather than straight lines. 2. **Provide SplineSeriesService**: Use the `@NgModule.providers` method to inject the `SplineSeriesService` module into your chart. This step is essential, as it ensures that the necessary functionalities for rendering spline series are available in your chart. @@ -41,7 +41,7 @@ Here's a concise guide on how to do this: ## Binding data with series -You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#datasource) property within the series configuration. This allows you to connect a JSON dataset or remote data to your chart. To display the data correctly, map the fields from the data to the chart series [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#yname) properties. +You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#datasource) property within the series configuration. This allows you to connect a JSON dataset or remote data to your chart. To display the data correctly, map the fields from the data to the chart series [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#yname) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -61,7 +61,7 @@ You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.c ## Spline type -Use the [`splineType`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#splinetype) to define the type of the spline series. The default type is `Natural`, which creates a smooth curve through the data points. +Use the [`splineType`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#splinetype) to define the type of the spline series. The default type is `Natural`, which creates a smooth curve through the data points. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -85,7 +85,7 @@ The following properties can be used to customize the `spline` series. **Fill** -The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property determines the color applied to the series. +The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property determines the color applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -103,7 +103,7 @@ The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDire {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/series/spline-cs" %} -The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property can be used to apply a gradient color to the spline series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. +The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property can be used to apply a gradient color to the spline series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -123,7 +123,7 @@ The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDire **Opacity** -The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. +The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -143,7 +143,7 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD **Dash array** -The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series. +The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#dasharray) property determines the pattern of dashes and gaps in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -163,7 +163,7 @@ The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/serie **Width** -The [width](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#width) property specifies the stroke width applied to the series. +The [width](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#width) property specifies the stroke width applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -187,7 +187,7 @@ Data points with `null` or `undefined` values are considered empty. Empty data p **Mode** -Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. +Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -207,7 +207,7 @@ Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Fill** -Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#fill) property to customize the fill color of empty points in the series. +Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#fill) property to customize the fill color of empty points in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -227,7 +227,7 @@ Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Border** -Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#border) property to customize the width and color of the border for empty points. +Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#border) property to customize the width and color of the border for empty points. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/series/series-types/line-types/stack-line.md b/chart-sdk/angular/charts/series/series-types/line-types/stack-line.md index 46d5245c3..eb5f8b6b3 100644 --- a/chart-sdk/angular/charts/series/series-types/line-types/stack-line.md +++ b/chart-sdk/angular/charts/series/series-types/line-types/stack-line.md @@ -20,7 +20,7 @@ To render a [stacked line](https://www.syncfusion.com/angular-components/angular Here's a concise guide on how to do this: -1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#type) as `StackingLine` in your chart configuration. This indicates that the data should be represented as a stacked line chart, allowing multiple data series to be stacked on top of each other. This makes it easier to compare the contribution of each series to the total over a specific period. +1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#type) as `StackingLine` in your chart configuration. This indicates that the data should be represented as a stacked line chart, allowing multiple data series to be stacked on top of each other. This makes it easier to compare the contribution of each series to the total over a specific period. 2. **Provide StackingLineSeriesService**: Use the `@NgModule.providers` method to inject the `StackingLineSeriesService` module into your chart. This step is essential, as it ensures that the necessary functionalities for rendering stacked line series are available in your chart. @@ -42,7 +42,7 @@ Here's a concise guide on how to do this: ## Binding data with series -You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#datasource) property within the series configuration. This allows you to connect a JSON dataset or remote data to your chart. To display the data correctly, map the fields from the data to the chart series [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#yname) properties. +You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#datasource) property within the series configuration. This allows you to connect a JSON dataset or remote data to your chart. To display the data correctly, map the fields from the data to the chart series [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#yname) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -66,7 +66,7 @@ The following properties can be used to customize the `stacked line` series. **Fill** -The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property determines the color applied to the series. +The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property determines the color applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -84,7 +84,7 @@ The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDire {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/series/stackedline-cs" %} -The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property can be used to apply a gradient color to the stacked line series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. +The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property can be used to apply a gradient color to the stacked line series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -104,7 +104,7 @@ The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDire **Opacity** -The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. +The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -124,7 +124,7 @@ The [opacity](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD **Dash array** -The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series. +The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#dasharray) property determines the pattern of dashes and gaps in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -144,7 +144,7 @@ The [dashArray](https://ej2.syncfusion.com/angular/documentation/api/chart/serie **Width** -The [width](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#width) property specifies the stroke width applied to the series. +The [width](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#width) property specifies the stroke width applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -168,7 +168,7 @@ Data points with `null` or `undefined` values are considered empty. Empty data p **Mode** -Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. +Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -188,7 +188,7 @@ Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Fill** -Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#fill) property to customize the fill color of empty points in the series. +Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#fill) property to customize the fill color of empty points in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -208,7 +208,7 @@ Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Border** -Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#border) property to customize the width and color of the border for empty points. +Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#border) property to customize the width and color of the border for empty points. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -249,15 +249,15 @@ The stack labels in stacked charts display cumulative total values for stack seg ### Stack labels customization Stack labels have various properties for customization to enhance the visuals based on your requirements: -* [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#visible) - Specifies whether stack labels are visible. Setting to true will display the labels. Default is false. -* [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#fill) - Defines the background color of the stack labels. Accepts valid CSS color strings (hex, RGBA, etc.). Default is transparent. -* [`format`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#format) - Formats the text displayed in the stack labels. Supports placeholders like {value}. Default is null. -* [`angle`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#angle) - Specifies the rotation angle for stack labels in degrees. Default is 0. -* [`rx`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#rx) - Defines the rounded corner radius along the X-axis (horizontal direction) for the stack label background. Default is 5. -* [`ry`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#ry) - Defines the rounded corner radius along the Y-axis (vertical direction) for the stack label background. Default is 5. -* [`margin`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#margin) - Configures the margin around the stack label (left, right, top, and bottom). -* [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#border) - Configures the appearance of the stack label's border. -* [`font`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings/#font) - Customizes the stack label text, including font size, color, style, weight, and family. +* [`visible`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#visible) - Specifies whether stack labels are visible. Setting to true will display the labels. Default is false. +* [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#fill) - Defines the background color of the stack labels. Accepts valid CSS color strings (hex, RGBA, etc.). Default is transparent. +* [`format`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#format) - Formats the text displayed in the stack labels. Supports placeholders like {value}. Default is null. +* [`angle`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#angle) - Specifies the rotation angle for stack labels in degrees. Default is 0. +* [`rx`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#rx) - Defines the rounded corner radius along the X-axis (horizontal direction) for the stack label background. Default is 5. +* [`ry`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#ry) - Defines the rounded corner radius along the Y-axis (vertical direction) for the stack label background. Default is 5. +* [`margin`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#margin) - Configures the margin around the stack label (left, right, top, and bottom). +* [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#border) - Configures the appearance of the stack label's border. +* [`font`](https://ej2.syncfusion.com/angular/documentation/api/chart/stackLabelSettings#font) - Customizes the stack label text, including font size, color, style, weight, and family. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/series/series-types/line-types/stacked-line.md b/chart-sdk/angular/charts/series/series-types/line-types/stacked-line.md index 0085ce910..f77a4379e 100644 --- a/chart-sdk/angular/charts/series/series-types/line-types/stacked-line.md +++ b/chart-sdk/angular/charts/series/series-types/line-types/stacked-line.md @@ -20,7 +20,7 @@ To render a [100% stacked line](https://www.syncfusion.com/angular-components/an Here's a concise guide on how to do this: -1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#type) as `StackingLine100` in your chart configuration. This indicates that the data should be represented as a 100% stacked line chart, with each data series shown as a percentage of the total. This chart type ensures that all lines are stacked to always reach 100% at each data point, allowing for easy comparison of the proportional relationships between series without the influence of absolute values. +1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#type) as `StackingLine100` in your chart configuration. This indicates that the data should be represented as a 100% stacked line chart, with each data series shown as a percentage of the total. This chart type ensures that all lines are stacked to always reach 100% at each data point, allowing for easy comparison of the proportional relationships between series without the influence of absolute values. 2. **Provide StackingLineSeriesService**: Use the `@NgModule.providers` method to inject the `StackingLineSeriesService` module into your chart. This step is essential, as it ensures that the necessary functionalities for rendering 100% stacked line series are available in your chart. @@ -42,7 +42,7 @@ Here's a concise guide on how to do this: ## Binding data with series -You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#datasource) property within the series configuration. This allows you to connect a JSON dataset or remote data to your chart. To display the data correctly, map the fields from the data to the chart series [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#yname) properties. +You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#datasource) property within the series configuration. This allows you to connect a JSON dataset or remote data to your chart. To display the data correctly, map the fields from the data to the chart series [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#yname) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -66,7 +66,7 @@ The following properties can be used to customize the 100% stacked line series. **Fill** -The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property determines the color applied to the series. +The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property determines the color applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -84,7 +84,7 @@ The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDi {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/series/100-stackedline-cs" %} -The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property can be used to apply a gradient color to the 100% stacked line series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. +The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property can be used to apply a gradient color to the 100% stacked line series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -104,7 +104,7 @@ The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDi **Opacity** -The [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. +The [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -124,7 +124,7 @@ The [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart/serie **Dash array** -The [`dashArray`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series. +The [`dashArray`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#dasharray) property determines the pattern of dashes and gaps in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -144,7 +144,7 @@ The [`dashArray`](https://ej2.syncfusion.com/angular/documentation/api/chart/ser **Width** -The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#width) property specifies the stroke width applied to the series. +The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#width) property specifies the stroke width applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -168,7 +168,7 @@ Data points with `null` or `undefined` values are considered empty. Empty data p **Mode** -Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. +Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -188,7 +188,7 @@ Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Fill** -Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#fill) property to customize the fill color of empty points in the series. +Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#fill) property to customize the fill color of empty points in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -208,7 +208,7 @@ Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Border** -Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#border) property to customize the width and color of the border for empty points. +Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#border) property to customize the width and color of the border for empty points. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -230,7 +230,7 @@ Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/em ### Series render -The [`seriesRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartComponent/#seriesrender) event allows you to customize series properties, such as [`data`](https://ej2.syncfusion.com/angular/documentation/api/chart/iSeriesRenderEventArgs/#data), [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/iSeriesRenderEventArgs/#fill), and [`name`](https://ej2.syncfusion.com/angular/documentation/api/chart/iSeriesRenderEventArgs/#name), before they are rendered on the chart. +The [`seriesRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartComponent#seriesrender) event allows you to customize series properties, such as [`data`](https://ej2.syncfusion.com/angular/documentation/api/chart/iSeriesRenderEventArgs#data), [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/iSeriesRenderEventArgs#fill), and [`name`](https://ej2.syncfusion.com/angular/documentation/api/chart/iSeriesRenderEventArgs#name), before they are rendered on the chart. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -251,7 +251,7 @@ The [`seriesRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/ ### Point render -The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartComponent/#pointrender) event allows you to customize each data point before it is rendered on the chart. +The [`pointRender`](https://ej2.syncfusion.com/angular/documentation/api/chart/chartComponent#pointrender) event allows you to customize each data point before it is rendered on the chart. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/series/series-types/line-types/step-line.md b/chart-sdk/angular/charts/series/series-types/line-types/step-line.md index 4634dbf07..569fd07f4 100644 --- a/chart-sdk/angular/charts/series/series-types/line-types/step-line.md +++ b/chart-sdk/angular/charts/series/series-types/line-types/step-line.md @@ -20,7 +20,7 @@ To render a [step line](https://www.syncfusion.com/angular-components/angular-ch Here's a concise guide on how to do this: -1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#type) as `StepLine` in your chart configuration. This indicates that the data should be represented as a step line chart, which connects data points with horizontal and vertical lines, creating a staircase effect. This type is ideal for displaying data that changes at distinct points. +1. **Set the series type**: Define the series [`type`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#type) as `StepLine` in your chart configuration. This indicates that the data should be represented as a step line chart, which connects data points with horizontal and vertical lines, creating a staircase effect. This type is ideal for displaying data that changes at distinct points. 2. **Provide StepLineSeriesService**: Inject the `StepLineSeriesService` into your component using the `providers` array in the `@NgModule` decorator. This step is essential, as it ensures that the necessary functionalities for rendering step line series are available in your chart. @@ -42,7 +42,7 @@ Here's a concise guide on how to do this: ## Binding data with series -You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#datasource) property within the series configuration. This allows you to connect a JSON dataset or remote data to your chart. To display the data correctly, map the fields from the data to the chart series [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#yname) properties. +You can bind data to the chart using the [`dataSource`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#datasource) property within the series configuration. This allows you to connect a JSON dataset or remote data to your chart. To display the data correctly, map the fields from the data to the chart series [`xName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#xname) and [`yName`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#yname) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -66,7 +66,7 @@ The following properties can be used to customize the `step line` series. **Fill** -The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property determines the color applied to the series. +The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property determines the color applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -84,7 +84,7 @@ The [fill](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDire {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/charts/series/stepline-cs" %} -The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#fill) property can be used to apply a gradient color to the step line series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. +The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#fill) property can be used to apply a gradient color to the step line series. By configuring this property with gradient values, you can create a visually appealing effect in which the color transitions smoothly from one shade to another. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -104,7 +104,7 @@ The [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDi **Opacity** -The [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. +The [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#opacity) property specifies the transparency level of the fill. Adjusting this property allows you to control how opaque or transparent the fill color of the series appears. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -124,7 +124,7 @@ The [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/chart/serie **Dash array** -The [`dashArray`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#dasharray) property determines the pattern of dashes and gaps in the series. +The [`dashArray`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#dasharray) property determines the pattern of dashes and gaps in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -144,7 +144,7 @@ The [`dashArray`](https://ej2.syncfusion.com/angular/documentation/api/chart/ser **Width** -The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#width) property specifies the stroke width applied to the series. +The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#width) property specifies the stroke width applied to the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -164,7 +164,7 @@ The [`width`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesD **Step** -Use the [`step`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective/#step) property to change the position of the steps in a step line series. +Use the [`step`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesDirective#step) property to change the position of the steps in a step line series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -184,7 +184,7 @@ Use the [`step`](https://ej2.syncfusion.com/angular/documentation/api/chart/seri **No risers** -You can eliminate the vertical lines between points by using the [`noRisers`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesModel/#norisers) property in a series. This approach is useful for highlighting trends without the distraction of risers. +You can eliminate the vertical lines between points by using the [`noRisers`](https://ej2.syncfusion.com/angular/documentation/api/chart/seriesModel#norisers) property in a series. This approach is useful for highlighting trends without the distraction of risers. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -208,7 +208,7 @@ Data points with `null` or `undefined` values are considered empty. Empty data p **Mode** -Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. +Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#mode) property to define how empty or missing data points are handled in the series. The default mode for empty points is `Gap`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -228,7 +228,7 @@ Use the [`mode`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Fill** -Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#fill) property to customize the fill color of empty points in the series. +Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#fill) property to customize the fill color of empty points in the series. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -248,7 +248,7 @@ Use the [`fill`](https://ej2.syncfusion.com/angular/documentation/api/chart/empt **Border** -Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel/#border) property to customize the width and color of the border for empty points. +Use the [`border`](https://ej2.syncfusion.com/angular/documentation/api/chart/emptyPointSettingsModel#border) property to customize the width and color of the border for empty points. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/charts/title-subtitle.md b/chart-sdk/angular/charts/title-subtitle.md index 287451d7c..314c76f74 100644 --- a/chart-sdk/angular/charts/title-subtitle.md +++ b/chart-sdk/angular/charts/title-subtitle.md @@ -1,6 +1,6 @@ --- layout: post -title: Chart title and subtitle in Angular Chart component | Syncfusion +title: Title and Subtitle in Angular Chart | Syncfusion description: Learn here all about Chart title and subtitle in Syncfusion Angular Chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Chart title and subtitle @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Title and Subtitle in Angular Chart Component +# Title and Subtitle in Angular Chart Chart titles and subtitles help provide context for the visualized data. The title typically indicates the main subject or metric represented in the chart, while the subtitle adds supporting details such as data sources, time ranges, or explanatory notes. Both elements can be customized in terms of position, alignment, and style to align with application design requirements. diff --git a/chart-sdk/angular/charts/understanding-chart.md b/chart-sdk/angular/charts/understanding-chart.md index ccfc94d3a..5b29623ff 100644 --- a/chart-sdk/angular/charts/understanding-chart.md +++ b/chart-sdk/angular/charts/understanding-chart.md @@ -1,13 +1,14 @@ --- layout: post -title: Understanding Angular Chart component | Syncfusion +title: Understanding the Chart in Angular Chart | Syncfusion description: Explore and understand the Syncfusion Angular Chart component in Essential JS 2 and discover its powerful features. platform: chart-sdk control: Understanding documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Understanding the Angular Chart component + +# Understanding the Chart in Angular Chart The [Angular Charts](https://www.syncfusion.com/angular-components/angular-charts) component is a versatile visualization tool that presents data using a wide range of graphical formats. Each chart is composed of essential elements—such as the title, series, tooltip, legend, and axes—that work together to provide clear, interactive, and meaningful insights. Understanding these elements helps in configuring and customizing charts for various analytical needs. diff --git a/chart-sdk/angular/circular-gauge/accessibility.md b/chart-sdk/angular/circular-gauge/accessibility.md index f37e371de..cd9b09c22 100644 --- a/chart-sdk/angular/circular-gauge/accessibility.md +++ b/chart-sdk/angular/circular-gauge/accessibility.md @@ -1,15 +1,15 @@ --- layout: post -title: Accessibility in Angular Circular gauge component | Syncfusion +title: Accessibility in Angular Circular Gauge | Syncfusion description: Learn here all about Accessibility in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Accessibility +control: Accessibility documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Accessibility in Angular Circular gauge component +# Accessibility in Angular Circular Gauge The Circular Gauge component follows commonly used accessibility guidelines and standards, such as [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles). diff --git a/chart-sdk/angular/circular-gauge/ej1-api-migration.md b/chart-sdk/angular/circular-gauge/ej1-api-migration.md index f3e3454c3..58ba2af22 100644 --- a/chart-sdk/angular/circular-gauge/ej1-api-migration.md +++ b/chart-sdk/angular/circular-gauge/ej1-api-migration.md @@ -1,14 +1,14 @@ --- layout: post -title: Ej1 api migration in Angular Circular gauge component | Syncfusion +title: Migration from Essential JS 1 in Angular Circular Gauge | Syncfusion description: Learn here all about Ej1 api migration in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Ej1 api migration +control: EJ1 API Migration documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Ej1 api migration in Angular Circular gauge component +# Migration from Essential JS 1 in Angular Circular Gauge This article describes the API migration process of Accordion component from Essential® JS 1 to Essential® JS 2. diff --git a/chart-sdk/angular/circular-gauge/gauge-animation.md b/chart-sdk/angular/circular-gauge/gauge-animation.md index 6565a4067..a475037ea 100644 --- a/chart-sdk/angular/circular-gauge/gauge-animation.md +++ b/chart-sdk/angular/circular-gauge/gauge-animation.md @@ -1,17 +1,17 @@ --- layout: post -title: Animation in Angular Circular Gauge component | Syncfusion +title: Animation in Angular Circular Gauge | Syncfusion description: Learn here all about animation in the Syncfusion Angular Circular Gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Circular Gauge +control: Animation documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Animation in Angular Circular Gauge component +# Animation in Angular Circular Gauge -All of the elements in the Circular Gauge, such as the axis lines, ticks, labels, ranges, pointers, and annotations, can be animated sequentially by using the [animationDuration](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#animationduration) property. The animation for the Circular Gauge is enabled when the `animationDuration` property is set to an appropriate value in milliseconds, providing a smooth rendering effect for the component. If the `animationDuration` property is set to **0**, which is the default value, the animation effect is disabled. If the animation is enabled, the component will behave in the following order. +All of the elements in the Circular Gauge, such as the axis lines, ticks, labels, ranges, pointers, and annotations, can be animated sequentially by using the [animationDuration](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#animationduration) property. The animation for the Circular Gauge is enabled when the `animationDuration` property is set to an appropriate value in milliseconds, providing a smooth rendering effect for the component. If the `animationDuration` property is set to **0**, which is the default value, the animation effect is disabled. If the animation is enabled, the component will behave in the following order. 1. The axis line will be animated in the rendering direction (clockwise or anticlockwise). 2. Each tick line and label will then be animated. diff --git a/chart-sdk/angular/circular-gauge/gauge-annotations.md b/chart-sdk/angular/circular-gauge/gauge-annotations.md index bf21461dc..59d86c1ec 100644 --- a/chart-sdk/angular/circular-gauge/gauge-annotations.md +++ b/chart-sdk/angular/circular-gauge/gauge-annotations.md @@ -1,14 +1,14 @@ --- layout: post -title: Gauge annotations in Angular Circular gauge component | Syncfusion +title: Annotations in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge annotations in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge annotations +control: Annotations documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge annotations in Angular Circular gauge component +# Annotations in Angular Circular Gauge @@ -16,7 +16,7 @@ Annotations are used to mark a specific area of interest in the gauge with texts ## Content -You can place any custom element on the axis area by assigning the id of the element to [`content`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/annotation/#content-string) property of [`annotation`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/annotation) object. +You can place any custom element on the axis area by assigning the id of the element to [`content`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/annotation#content-string) property of [`annotation`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/annotation) object. >Note: To use annotation feature, we need to inject `AnnotationsService` into the `NgModule.providers`. @@ -34,7 +34,7 @@ You can place any custom element on the axis area by assigning the id of the ele ## Position -Annotation can be placed around the axis by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/annotation/#radius-string) and [`angle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/annotation/#angle-number) property. +Annotation can be placed around the axis by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/annotation#radius-string) and [`angle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/annotation#angle-number) property. For example, if the angle is 90 degree and the radius is 110%, then the annotation, will be placed at the right side of the axis. Radius of the annotation takes value either in pixel or percentage. @@ -70,4 +70,4 @@ As the annotation allows you to place any custom element, we can initialize a ga ## See also -* [Tooltip for Annotation](https://ej2.syncfusion.com/angular/documentation/circular-gauge/gauge-user-interaction/#tooltip-for-annotations/) +* [Tooltip for Annotation](https://ej2.syncfusion.com/angular/documentation/circular-gauge/gauge-user-interaction#tooltip-for-annotations) diff --git a/chart-sdk/angular/circular-gauge/gauge-appearance.md b/chart-sdk/angular/circular-gauge/gauge-appearance.md index ef30422f1..e6c947686 100644 --- a/chart-sdk/angular/circular-gauge/gauge-appearance.md +++ b/chart-sdk/angular/circular-gauge/gauge-appearance.md @@ -1,19 +1,19 @@ --- layout: post -title: Gauge appearance in Angular Circular gauge component | Syncfusion +title: Appearance in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge appearance in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge appearance +control: Appearance documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge appearance in Angular Circular gauge component +# Appearance in Angular Circular Gauge ## Gauge Title -Circular gauge can be given a title by using [`title`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#title-string) property, to show the information about the gauge. -Title can be customized by using [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#titlestyle-fontmodel) property in gauge. +Circular gauge can be given a title by using [`title`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#title-string) property, to show the information about the gauge. +Title can be customized by using [`titleStyle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#titlestyle-fontmodel) property in gauge. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -31,8 +31,8 @@ Title can be customized by using [`titleStyle`](https://ej2.syncfusion.com/angul -Gauge can be positioned anywhere in the container with the help of [`centerX`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#centerx-string) and [`centerY`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#centery-string) property and it accepts values either in percentage or in pixels. -The default value of the [`centerX`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#centerx-string) and [`centerY`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#centery-string) property is 50%, which means gauge will get rendered to the centre of the container. +Gauge can be positioned anywhere in the container with the help of [`centerX`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#centerx-string) and [`centerY`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#centery-string) property and it accepts values either in percentage or in pixels. +The default value of the [`centerX`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#centerx-string) and [`centerY`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#centery-string) property is 50%, which means gauge will get rendered to the centre of the container. **In Pixel** @@ -54,7 +54,7 @@ You can set the mid point of the gauge in pixel as demonstrated below, **In Percentage** By setting the value in percentage, gauge gets its mid point with respect to its plot area. -For example, when the [`centerX`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#centerx-string) value as '0%' and [`centerY`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#centery-string) value is ‘50%’, gauge will get positioned at the top left corner of the plot area. +For example, when the [`centerX`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#centerx-string) value as '0%' and [`centerY`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#centery-string) value is ‘50%’, gauge will get positioned at the top left corner of the plot area. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -73,7 +73,7 @@ For example, when the [`centerX`](https://ej2.syncfusion.com/angular/documentati **Customize the gauge background** -Using [`background`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#background-string) and [`border`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#border-bordermodel) properties, you can change the background color and border of the circular gauge. +Using [`background`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#background-string) and [`border`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#border-bordermodel) properties, you can change the background color and border of the circular gauge. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -89,7 +89,7 @@ Using [`background`](https://ej2.syncfusion.com/angular/documentation/api/circul **Gauge Margin** -You can set margin for gauge from its container through [`margin`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#margin-marginmodel) property. +You can set margin for gauge from its container through [`margin`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#margin-marginmodel) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/circular-gauge/gauge-axes.md b/chart-sdk/angular/circular-gauge/gauge-axes.md index 726e1422f..0b7a96bfc 100644 --- a/chart-sdk/angular/circular-gauge/gauge-axes.md +++ b/chart-sdk/angular/circular-gauge/gauge-axes.md @@ -1,15 +1,15 @@ --- layout: post -title: Gauge axes in Angular Circular gauge component | Syncfusion +title: Axes in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge axes in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge axes +control: Axes documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge axes in Angular Circular gauge component +# Axes in Angular Circular Gauge By default, gauge will be displayed with an axis. Each axis contains its own ranges, pointers and annotation. @@ -18,7 +18,7 @@ Each axis contains its own ranges, pointers and annotation. ## Axis Customization -You can customize the width and color of an axis line by using [`lineStyle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/line) property. Background for an axis can be customized by using [`background`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#background-string) property. +You can customize the width and color of an axis line by using [`lineStyle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/line) property. Background for an axis can be customized by using [`background`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#background-string) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -35,7 +35,7 @@ You can customize the width and color of an axis line by using [`lineStyle`](htt ## Angles and Direction -Circular gauge axis can sweep from 0 to 360 degrees. By default start angle of an axis is 200 degree and end angle is 160 degree and you can customize this option by using [`startAngle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#startangle-number) and [`endAngle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#endangle-number) property. +Circular gauge axis can sweep from 0 to 360 degrees. By default start angle of an axis is 200 degree and end angle is 160 degree and you can customize this option by using [`startAngle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#startangle-number) and [`endAngle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#endangle-number) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -50,7 +50,7 @@ Circular gauge axis can sweep from 0 to 360 degrees. By default start angle of a {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/circular-gauge/gauge-axes-cs2" %} -The [`direction`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#direction-string) property enables you to render the gauge axis either in `ClockWise` or in `AntiClockWise` direction. +The [`direction`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#direction-string) property enables you to render the gauge axis either in `ClockWise` or in `AntiClockWise` direction. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -67,7 +67,7 @@ The [`direction`](https://ej2.syncfusion.com/angular/documentation/api/circular- ## Axis Radius -By default, radius of an axis is calculated based on the available size. You can customize this, by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#radius-string) property. +By default, radius of an axis is calculated based on the available size. You can customize this, by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#radius-string) property. It takes value either in `percentage` or in `pixel`. **In Pixel** @@ -107,8 +107,8 @@ For example, when the radius is ‘50%’, gauge renders to half of the availabl ## Ticks -You can customize the [`height`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel/#color-string), [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel/#color-string) and [`width`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel/#width-number) of major and minor ticks by using [`majorTicks`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#majorticks-tickmodel) and [`minorTicks`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#minorticks-tickmodel) property. -By default, [`interval`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel/#interval-number) for `majorTicks` will be calculated automatically and also you can customize the interval for major and minor ticks using `interval` property. +You can customize the [`height`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel#color-string), [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel#color-string) and [`width`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel#width-number) of major and minor ticks by using [`majorTicks`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#majorticks-tickmodel) and [`minorTicks`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#minorticks-tickmodel) property. +By default, [`interval`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel#interval-number) for `majorTicks` will be calculated automatically and also you can customize the interval for major and minor ticks using `interval` property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -124,7 +124,7 @@ By default, [`interval`](https://ej2.syncfusion.com/angular/documentation/api/ci **Tick Position** -Both minor and major ticks can be moved by using [`offset`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel/#offset-number) and [`position`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel/#position-string) property. The [`offset`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel/#offset-number) defines the distance between the axis and ticks. By default, offset value is 0. The [`position`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel/#position-string) will place the ticks either inside or outside of the axis. +Both minor and major ticks can be moved by using [`offset`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel#offset-number) and [`position`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel#position-string) property. The [`offset`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel#offset-number) defines the distance between the axis and ticks. By default, offset value is 0. The [`position`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tickModel#position-string) will place the ticks either inside or outside of the axis. By default, ticks will be placed `inside` the axis. @@ -142,7 +142,7 @@ By default, ticks will be placed `inside` the axis. ## Labels -Labels of an axis can be customized by using [`font`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel/#font-fontmodel) property in [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#labelstyle-labelmodel) options. +Labels of an axis can be customized by using [`font`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel#font-fontmodel) property in [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#labelstyle-labelmodel) options. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -158,10 +158,10 @@ Labels of an axis can be customized by using [`font`](https://ej2.syncfusion.com **Label Position** -Labels can be moved by using [`offset`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel/#offset-number) or [`position`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel/#position-string) property. -The [`offset`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel/#offset-number) defines the distance between the labels and ticks. +Labels can be moved by using [`offset`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel#offset-number) or [`position`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel#position-string) property. +The [`offset`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel#offset-number) defines the distance between the labels and ticks. By default, offset value is 0. -The [`position`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel/#position-string) will place the labels either inside or outside of the axis. +The [`position`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel#position-string) will place the labels either inside or outside of the axis. By default, labels will be placed `inside` the axis. {% tabs %} @@ -178,7 +178,7 @@ By default, labels will be placed `inside` the axis. **Auto Angle** -Labels can be swept along the axis angle by enabling [`autoAngle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel/#autoangle-boolean) property. +Labels can be swept along the axis angle by enabling [`autoAngle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel#autoangle-boolean) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -195,7 +195,7 @@ Labels can be swept along the axis angle by enabling [`autoAngle`](https://ej2.s **Smart Labels** When an axis makes a complete circle, then the first and last label of the axis will get overlap with each other. -In this scenario, you can either hide 1st or last label using [`hiddenLabel`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel/#hiddenlabel-string) property. +In this scenario, you can either hide 1st or last label using [`hiddenLabel`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel#hiddenlabel-string) property. When `hiddenLabel` value is `First`, then the 1st label will be hidden and when the `hiddenLabel` value is 'Last', then the last label will be hidden. {% tabs %} @@ -212,7 +212,7 @@ When `hiddenLabel` value is `First`, then the 1st label will be hidden and when **Label Format** -Axis labels can be formatted by using [`format`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel/#format-string) property in [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/label) and its supports all globalize format. +Axis labels can be formatted by using [`format`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/labelModel#format-string) property in [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/label) and its supports all globalize format. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -320,7 +320,7 @@ When the axis labels overlap with each other, you can hide the intersected label ## Minimum and Maximum -The [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#minimum-number) and [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis/#maximum-number) properties enables you to customize the start and end values of an axis. +The [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#minimum-number) and [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/axis#maximum-number) properties enables you to customize the start and end values of an axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/circular-gauge/gauge-dimensions.md b/chart-sdk/angular/circular-gauge/gauge-dimensions.md index 7b6e4f5c3..01c8ce784 100644 --- a/chart-sdk/angular/circular-gauge/gauge-dimensions.md +++ b/chart-sdk/angular/circular-gauge/gauge-dimensions.md @@ -1,15 +1,15 @@ --- layout: post -title: Gauge dimensions in Angular Circular gauge component | Syncfusion +title: Dimensions in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge dimensions in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge dimensions +control: Dimensions documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge dimensions in Angular Circular gauge component +# Dimensions in Angular Circular Gauge ## Size for Container @@ -38,7 +38,7 @@ You can set width and height to the element of the container. It determines the -You can also set size for the gauge directly through [`width`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#width-string) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#height-string) properties. +You can also set size for the gauge directly through [`width`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#width-string) and [`height`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#height-string) properties. **In Pixel** diff --git a/chart-sdk/angular/circular-gauge/gauge-legend.md b/chart-sdk/angular/circular-gauge/gauge-legend.md index f00769980..f1444033a 100644 --- a/chart-sdk/angular/circular-gauge/gauge-legend.md +++ b/chart-sdk/angular/circular-gauge/gauge-legend.md @@ -1,15 +1,15 @@ --- layout: post -title: Gauge legend in Angular Circular gauge component | Syncfusion +title: Legend in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge legend in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge legend +control: Legend documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge legend in Angular Circular gauge component +# Legend in Angular Circular Gauge Legend provides valuable information for interpreting what the circular gauge axis range displays, and they can be represented in various colors, shapes, and other identifiers based on the data. It gives a breakdown of what each symbol represents in the axis range of circular gauge. diff --git a/chart-sdk/angular/circular-gauge/gauge-pointers.md b/chart-sdk/angular/circular-gauge/gauge-pointers.md index 4cecfb4c1..7f408b153 100644 --- a/chart-sdk/angular/circular-gauge/gauge-pointers.md +++ b/chart-sdk/angular/circular-gauge/gauge-pointers.md @@ -1,17 +1,17 @@ --- layout: post -title: Gauge pointers in Angular Circular Gauge Component | Syncfusion +title: Pointers in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge pointers in Syncfusion Angular Circular Gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge pointers +control: Pointers documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge pointers in Angular Circular Gauge Component +# Pointers in Angular Circular Gauge -Pointers are used to indicate values on the axis. Value of the pointer can be modified using the [`value`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#value-number) property. +Pointers are used to indicate values on the axis. Value of the pointer can be modified using the [`value`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#value-number) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -26,14 +26,14 @@ Pointers are used to indicate values on the axis. Value of the pointer can be mo {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/circular-gauge/gauge-pointers-cs1" %} Gauge supports 3 types of pointers such as `Needle`, `RangeBar` and `Marker`. -You can choose any one of the pointer by using [`type`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#type-string) property. +You can choose any one of the pointer by using [`type`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#type-string) property. ## Needle Pointers A needle pointer contains three parts, a needle, a cap / knob and a tail. -The length of the needle can be customized by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#radius-string) property. -The length of the tail can be customized by using [`length`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/needleTailModel/#length-string) property. -The radius of the cap can be customized by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/capModel/#radius-number) in cap object. +The length of the needle can be customized by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#radius-string) property. +The length of the tail can be customized by using [`length`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/needleTailModel#length-string) property. +The radius of the cap can be customized by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/capModel#radius-number) in cap object. The needle and tail length takes value either in `percentage` or `pixel`. {% tabs %} @@ -52,8 +52,8 @@ The needle and tail length takes value either in `percentage` or `pixel`. **Customization** -Needle color and width can be customized by using [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#color-string) and [`pointerWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#pointerwidth-number) property. -Cap and tails can be customized by using [`cap`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#cap-capmodel) and [`needleTail`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#needletail-needletailmodel) object. +Needle color and width can be customized by using [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#color-string) and [`pointerWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#pointerwidth-number) property. +Cap and tails can be customized by using [`cap`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#cap-capmodel) and [`needleTail`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#needletail-needletailmodel) object. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -69,7 +69,7 @@ Cap and tails can be customized by using [`cap`](https://ej2.syncfusion.com/angu -The appearance of the needle pointer can be customized by using [`needleStartWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#needlestartwidth) and [`needleEndWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#needleendwidth). +The appearance of the needle pointer can be customized by using [`needleStartWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#needlestartwidth) and [`needleEndWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#needleendwidth). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -102,7 +102,7 @@ RangeBar starts from the beginning of the gauge and ends at the pointer value. **Customization** -RangeBar can be customized in terms of color, border and thickness by using [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#color-string), [`border`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#border-bordermodel) and [`pointerWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#pointerwidth-number) property. +RangeBar can be customized in terms of color, border and thickness by using [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#color-string), [`border`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#border-bordermodel) and [`pointerWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#pointerwidth-number) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -136,7 +136,7 @@ The start and end pointers of range bar in the circular gauge are rounded to for ## Marker Pointer -Different type of marker shape can be used to mark the pointer value in axis. You can change the marker shape using [`markerShape`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#markershape-string) +Different type of marker shape can be used to mark the pointer value in axis. You can change the marker shape using [`markerShape`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#markershape-string) property in pointer. Gauge supports the below marker shape. * Circle @@ -145,7 +145,7 @@ Gauge supports the below marker shape. * InvertedTriangle * Diamond -We can use image instead of rendering marker shape to denote the pointer value. It can be achieved by setting [`markerShape`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#markershape-string) to Image and assigning image path to [`imageUrl`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#imageurl-string)in pointer. +We can use image instead of rendering marker shape to denote the pointer value. It can be achieved by setting [`markerShape`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#markershape-string) to Image and assigning image path to [`imageUrl`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#imageurl-string)in pointer. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -161,7 +161,7 @@ We can use image instead of rendering marker shape to denote the pointer value. **Customization** -The marker can be customized in terms of color, border, width and height by using [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#color-string), [`border`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#border-bordermodel), [`markerWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#markerwidth-number) and [`markerHeight`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#markerheight-number) property in [`pointer`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/). +The marker can be customized in terms of color, border, width and height by using [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#color-string), [`border`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#border-bordermodel), [`markerWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#markerwidth-number) and [`markerHeight`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#markerheight-number) property in [`pointer`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -179,7 +179,7 @@ The marker can be customized in terms of color, border, width and height by usin ## Dragging Pointer -The pointers can be dragged along the axis line by clicking and dragging them. To enable or disable the drag functionality for all pointers across all axes, use the [enablePointerDrag](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/circularGaugeModel/#enablepointerdrag) property. When this property is set to **true**, all pointers can be dynamically adjusted by dragging. Setting it to **false** keeps all pointers fixed in their specified positions. +The pointers can be dragged along the axis line by clicking and dragging them. To enable or disable the drag functionality for all pointers across all axes, use the [enablePointerDrag](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/circularGaugeModel#enablepointerdrag) property. When this property is set to **true**, all pointers can be dynamically adjusted by dragging. Setting it to **false** keeps all pointers fixed in their specified positions. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -195,7 +195,7 @@ The pointers can be dragged along the axis line by clicking and dragging them. T ### Enabling drag functionality for a specific pointer -To enable or disable the drag functionality for specific pointers along the axis line, use the [enableDrag](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointerDirective/#enabledrag) property in the required pointer model. +To enable or disable the drag functionality for specific pointers along the axis line, use the [enableDrag](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointerDirective#enabledrag) property in the required pointer model. >When the `enableDrag` property is enabled for any individual pointer model, the `enablePointerDrag` property becomes ineffective. @@ -231,9 +231,9 @@ In addition to the default pointer, you can add n number of pointer to an axis b ## Animation -Pointer will get animate on loading the gauge, this can be handled by using [`animation`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer/#animation-animationmodel) property in pointer. -The [`enable`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/animationModel/#enable-boolean) property in animation allows you to enable or disable the animation. -The [`duration`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/animationModel/#duration-number) property specify the duration of the animation in milliseconds. +Pointer will get animate on loading the gauge, this can be handled by using [`animation`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/pointer#animation-animationmodel) property in pointer. +The [`enable`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/animationModel#enable-boolean) property in animation allows you to enable or disable the animation. +The [`duration`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/animationModel#duration-number) property specify the duration of the animation in milliseconds. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -256,7 +256,7 @@ Gradient support allows to add multiple colors in the ranges and pointers of the ### Linear Gradient -Using linear gradient, colors will be applied in a linear progression. The start value of the linear gradient will be set using the [`startValue`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient/#startvalue) property. The end value of the linear gradient will be set using the [`endValue`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient/#endvalue) property. The color stop values such as color, opacity and offset are set using [`colorStop`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient/#colorstop) property. +Using linear gradient, colors will be applied in a linear progression. The start value of the linear gradient will be set using the [`startValue`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient#startvalue) property. The end value of the linear gradient will be set using the [`endValue`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient#endvalue) property. The color stop values such as color, opacity and offset are set using [`colorStop`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient#colorstop) property. The linear gradient can be applied to all pointer types like marker, range bar and needle. To do so, follow the below code sample. @@ -274,7 +274,7 @@ The linear gradient can be applied to all pointer types like marker, range bar a ### Radial Gradient -Using radial gradient, colors will be applied in circular progression. The inner circle position of the radial gradient will be set using the [`innerPosition`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient/#innerposition) property. The outer circle position of the radial gradient can be set using the [`outerPosition`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient/#outerposition) property. The color stop values such as color, opacity and offset are set using [`colorStop`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient/#colorstop) property. +Using radial gradient, colors will be applied in circular progression. The inner circle position of the radial gradient will be set using the [`innerPosition`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient#innerposition) property. The outer circle position of the radial gradient can be set using the [`outerPosition`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient#outerposition) property. The color stop values such as color, opacity and offset are set using [`colorStop`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient#colorstop) property. The radial gradient can be applied to all pointer types like marker, range bar and needle. To do so, follow the below code sample. diff --git a/chart-sdk/angular/circular-gauge/gauge-print-and-export.md b/chart-sdk/angular/circular-gauge/gauge-print-and-export.md index 6ae19f1dd..120055286 100644 --- a/chart-sdk/angular/circular-gauge/gauge-print-and-export.md +++ b/chart-sdk/angular/circular-gauge/gauge-print-and-export.md @@ -1,19 +1,19 @@ --- layout: post -title: Gauge print and export in Angular Circular gauge component| Syncfusion +title: Print and Export in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge print and export in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge print and export +control: Print and Export documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge print and export in Angular Circular gauge component +# Print and Export in Angular Circular Gauge ## Print -To use the print functionality, we should inject the `PrintService` into the `@NgModule.providers` and set the [`allowPrint`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#allowprint) property to **true**. The rendered circular gauge can be printed directly from the browser by calling the method [`print`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#print). +To use the print functionality, we should inject the `PrintService` into the `@NgModule.providers` and set the [`allowPrint`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#allowprint) property to **true**. The rendered circular gauge can be printed directly from the browser by calling the method [`print`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#print). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -31,7 +31,7 @@ To use the print functionality, we should inject the `PrintService` into the `@N ### Image Export -To use the image export functionality, we should inject the `ImageExportService` into the `@NgModule.providers` and set the [`allowImageExport`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#allowimageexport) property to **true**. The rendered circular gauge can be exported as an image using the [`export`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#export) method. The method requires two parameters: image type and file name. The circular gauge can be exported as an image in the following formats. +To use the image export functionality, we should inject the `ImageExportService` into the `@NgModule.providers` and set the [`allowImageExport`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#allowimageexport) property to **true**. The rendered circular gauge can be exported as an image using the [`export`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#export) method. The method requires two parameters: image type and file name. The circular gauge can be exported as an image in the following formats. * JPEG * PNG @@ -49,7 +49,7 @@ To use the image export functionality, we should inject the `ImageExportService` {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/circular-gauge/gauge-print-and-export-cs2" %} -We can get the image file as base64 string for the JPEG and PNG formats. The circular gauge can be exported to image as a base64 string using the [`export`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#export) method. There are four parameters required: image type, file name, orientation of the exported PDF document which must be set as **null** for image export and finally **allowDownload** which should be set as **false** to return base64 string. +We can get the image file as base64 string for the JPEG and PNG formats. The circular gauge can be exported to image as a base64 string using the [`export`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#export) method. There are four parameters required: image type, file name, orientation of the exported PDF document which must be set as **null** for image export and finally **allowDownload** which should be set as **false** to return base64 string. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -65,7 +65,7 @@ We can get the image file as base64 string for the JPEG and PNG formats. The cir ### PDF Export -To use the PDF export functionality, we should inject the `PdfExportService` into the `@NgModule.providers` and set the [`allowPdfExport`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#allowpdfexport) property to **true**. The rendered circular gauge can be exported as PDF using the [`export`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#export) method. The [`export`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#export) method requires three parameters: file type, file name and orientation of the PDF document. The orientation setting is optional and "0" indicates portrait and "1" indicates landscape. +To use the PDF export functionality, we should inject the `PdfExportService` into the `@NgModule.providers` and set the [`allowPdfExport`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#allowpdfexport) property to **true**. The rendered circular gauge can be exported as PDF using the [`export`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#export) method. The [`export`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#export) method requires three parameters: file type, file name and orientation of the PDF document. The orientation setting is optional and "0" indicates portrait and "1" indicates landscape. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/circular-gauge/gauge-ranges.md b/chart-sdk/angular/circular-gauge/gauge-ranges.md index 7e92112ef..894e61a7a 100644 --- a/chart-sdk/angular/circular-gauge/gauge-ranges.md +++ b/chart-sdk/angular/circular-gauge/gauge-ranges.md @@ -1,21 +1,21 @@ --- layout: post -title: Gauge ranges in Angular Circular gauge component | Syncfusion +title: Ranges in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge ranges in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge ranges +control: Ranges documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge ranges in Angular Circular gauge component +# Ranges in Angular Circular Gauge -You can categories certain interval on gauge axis using [`ranges`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range/#properties) property. +You can categories certain interval on gauge axis using [`ranges`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range#properties) property. ## Start and End -Start and end value of a range in an axis can be customized by using [`start`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range/#start-number) and [`end`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range/#end-number) properties. +Start and end value of a range in an axis can be customized by using [`start`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range#start-number) and [`end`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range#end-number) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -31,7 +31,7 @@ Start and end value of a range in an axis can be customized by using [`start`](h ## Customization -Color and thickness of the range can be customized by using [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range/#color-string), [`startWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range/#startwidth-number) and [`endWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range/#endwidth-number) property. +Color and thickness of the range can be customized by using [`color`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range#color-string), [`startWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range#startwidth-number) and [`endWidth`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range#endwidth-number) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -49,7 +49,7 @@ Color and thickness of the range can be customized by using [`color`](https://ej ## Radius -You can place the range inside or outside of the axis by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range/#radius-string) property. +You can place the range inside or outside of the axis by using [`radius`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/range#radius-string) property. The radius of the range can takes value either in percentage or in pixels. By default, ranges take 100% of the axis radius. @@ -92,7 +92,7 @@ For example, when the radius is ‘50%’, range renders to half of the axis rad ## Dragging Range -The ranges can be dragged on the axis line by clicking and dragging the same. To enable or disable the range drag, use the [`enableRangeDrag`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/circularGaugeModel/#enablerangedrag) property. +The ranges can be dragged on the axis line by clicking and dragging the same. To enable or disable the range drag, use the [`enableRangeDrag`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/circularGaugeModel#enablerangedrag) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -149,7 +149,7 @@ Gradient support allows to add multiple colors in the ranges and pointers of the ### Linear Gradient -Using linear gradient, colors will be applied in a linear progression. The start value of the linear gradient will be set using the [`startValue`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient/#startvalue) property. The end value of the linear gradient will be set using the [`endValue`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient/#endvalue) property. The color stop values such as color, opacity and offset are set using [`colorStop`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient/#colorstop) property. +Using linear gradient, colors will be applied in a linear progression. The start value of the linear gradient will be set using the [`startValue`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient#startvalue) property. The end value of the linear gradient will be set using the [`endValue`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient#endvalue) property. The color stop values such as color, opacity and offset are set using [`colorStop`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/linearGradient#colorstop) property. To apply linear gradient to the range, follow the below code sample. @@ -167,7 +167,7 @@ To apply linear gradient to the range, follow the below code sample. ### Radial Gradient -Using radial gradient, colors will be applied in circular progression. The inner circle position of the radial gradient will be set using the [`innerPosition`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient/#innerposition) property. The outer circle position of the radial gradient can be set using the [`outerPosition`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient/#outerposition) property. The color stop values such as color, opacity and offset are set using [`colorStop`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient/#colorstop) property. +Using radial gradient, colors will be applied in circular progression. The inner circle position of the radial gradient will be set using the [`innerPosition`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient#innerposition) property. The outer circle position of the radial gradient can be set using the [`outerPosition`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient#outerposition) property. The color stop values such as color, opacity and offset are set using [`colorStop`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/radialGradient#colorstop) property. To apply radial gradient to the range, follow the below code sample. @@ -185,4 +185,4 @@ To apply radial gradient to the range, follow the below code sample. ## See also -* [Tooltip for Ranges](https://ej2.syncfusion.com/angular/documentation/circular-gauge/gauge-user-interaction/#tooltip-for-ranges/) +* [Tooltip for Ranges](https://ej2.syncfusion.com/angular/documentation/circular-gauge/gauge-user-interaction#tooltip-for-ranges) diff --git a/chart-sdk/angular/circular-gauge/gauge-user-interaction.md b/chart-sdk/angular/circular-gauge/gauge-user-interaction.md index 8efd959f3..09225bfbf 100644 --- a/chart-sdk/angular/circular-gauge/gauge-user-interaction.md +++ b/chart-sdk/angular/circular-gauge/gauge-user-interaction.md @@ -1,15 +1,15 @@ --- layout: post -title: Gauge user interaction in Angular Circular gauge component |Syncfusion +title: User Interaction in Angular Circular Gauge | Syncfusion description: Learn here all about Gauge user interaction in Syncfusion Angular Circular gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Gauge user interaction +control: User Interaction documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Gauge user interaction in Angular Circular gauge component +# User Interaction in Angular Circular Gauge ## Tooltip for pointers @@ -19,7 +19,7 @@ Circular gauge will displays the pointer details through [tooltip](https://ej2.s **Enable Tooltip** -By default, tooltip is not visible. Enable the tooltip by setting [`enable`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tooltipSettings/#enable-boolean) property to true and by injecting `GaugeTooltipService` into the `NgModule.providers`. +By default, tooltip is not visible. Enable the tooltip by setting [`enable`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tooltipSettings#enable-boolean) property to true and by injecting `GaugeTooltipService` into the `NgModule.providers`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -37,7 +37,7 @@ By default, tooltip is not visible. Enable the tooltip by setting [`enable`](htt **Template** -Any HTML elements can be displayed in the tooltip by using the [`template`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tooltipSettings/#template-string) property of the tooltip. +Any HTML elements can be displayed in the tooltip by using the [`template`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/tooltipSettings#template-string) property of the tooltip. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -99,7 +99,7 @@ The following code example shows the tooltip for the pointers, ranges and annota ## Pointer Drag Pointers can be dragged over the axis value. This can be achieved by clicking and dragging the pointer. -To enable or disable the pointer drag, you can use [`enablePointerDrag`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/#enablepointerdrag-boolean) property. +To enable or disable the pointer drag, you can use [`enablePointerDrag`](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge#enablepointerdrag-boolean) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/circular-gauge/getting-started.md b/chart-sdk/angular/circular-gauge/getting-started.md index b3019d803..0184c266d 100644 --- a/chart-sdk/angular/circular-gauge/getting-started.md +++ b/chart-sdk/angular/circular-gauge/getting-started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting started with Angular Circular gauge component | Syncfusion +title: Getting Started with Angular Circular Gauge | Syncfusion description: Check out and learn about the Getting started with Angular Circular gauge component of Syncfusion Essential JS 2 and more details. platform: chart-sdk control: Getting Started @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Getting started with Angular Circular gauge component +# Getting Started with Angular Circular Gauge This article describes the steps to create a simple Circular Gauge and demonstrates its basic usage. diff --git a/chart-sdk/angular/circular-gauge/internationalization.md b/chart-sdk/angular/circular-gauge/internationalization.md index c6d7a6688..62e61704d 100644 --- a/chart-sdk/angular/circular-gauge/internationalization.md +++ b/chart-sdk/angular/circular-gauge/internationalization.md @@ -1,26 +1,26 @@ --- layout: post -title: Internationalization in Angular Circular Gauge component | Syncfusion +title: Internationalization in Angular Circular Gauge | Syncfusion description: Learn here all about Internationalization in Syncfusion Angular Circular Gauge component of Syncfusion Essential JS 2 and more. platform: chart-sdk -control: Internationalization +control: Internationalization documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Internationalization in Angular Circular Gauge component +# Internationalization in Angular Circular Gauge Circular Gauge provides internationalization support for below elements. * Axis Labels * Tooltip -For more information about number formatter, you can refer [internationalization](https://ej2.syncfusion.com/documentation/common/internationalization/). +For more information about number formatter, you can refer [internationalization](https://ej2.syncfusion.com/documentation/common/internationalization). ## Globalization Globalization is the process of designing and developing a component that works in different cultures/locales. -Internationalization library is used to globalize number in Circular Gauge using [format](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/label/#format-string) property in [labelStyle](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/label). +Internationalization library is used to globalize number in Circular Gauge using [format](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/label#format-string) property in [labelStyle](https://ej2.syncfusion.com/angular/documentation/api/circular-gauge/label). **Numeric Format** @@ -41,7 +41,7 @@ In the below example, axis labels are globalized to **EUR**. ## Right-to-left -Circular Gauge can render its elements from right to left, which improves the user experience for certain language users. To do so, set the [enableRtl](https://helpej2.syncfusion.com/angular/documentation/api/circular-gauge/#enablertl) property to **true**. When this property is enabled, elements such as the tooltip and legend will be rendered from right to left. Meanwhile, the axis can be rendered from right to left by setting the [direction](https://helpej2.syncfusion.com/angular/documentation/api/circular-gauge/axisModel/#direction) property to **AntiClockWise**. For more information on axis, click [here](https://ej2.syncfusion.com/angular/documentation/circular-gauge/gauge-axes#angles-and-direction). +Circular Gauge can render its elements from right to left, which improves the user experience for certain language users. To do so, set the [enableRtl](https://helpej2.syncfusion.com/angular/documentation/api/circular-gauge#enablertl) property to **true**. When this property is enabled, elements such as the tooltip and legend will be rendered from right to left. Meanwhile, the axis can be rendered from right to left by setting the [direction](https://helpej2.syncfusion.com/angular/documentation/api/circular-gauge/axisModel#direction) property to **AntiClockWise**. For more information on axis, click [here](https://ej2.syncfusion.com/angular/documentation/circular-gauge/gauge-axes#angles-and-direction). The following example illustrates the right to left rendering of the Circular Gauge. diff --git a/chart-sdk/angular/heatmap-chart/accessibility.md b/chart-sdk/angular/heatmap-chart/accessibility.md index cc363bd38..d6327d99b 100644 --- a/chart-sdk/angular/heatmap-chart/accessibility.md +++ b/chart-sdk/angular/heatmap-chart/accessibility.md @@ -1,6 +1,6 @@ --- layout: post -title: Accessibility in Angular HeatMap chart component | Syncfusion +title: Accessibility in Angular HeatMap chart | Syncfusion description: Learn here all about Accessibility in Syncfusion Angular HeatMap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Accessibility @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Accessibility in Angular HeatMap chart component +# Accessibility in Angular HeatMap chart The HeatMap component follows commonly used accessibility guidelines and standards, such as [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles). diff --git a/chart-sdk/angular/heatmap-chart/appearance.md b/chart-sdk/angular/heatmap-chart/appearance.md index c2306ede0..fd7a44955 100644 --- a/chart-sdk/angular/heatmap-chart/appearance.md +++ b/chart-sdk/angular/heatmap-chart/appearance.md @@ -1,6 +1,6 @@ --- layout: post -title: Appearance in Angular Heatmap chart component | Syncfusion +title: Appearance in Angular HeatMap Chart | Syncfusion description: Learn here all about Appearance in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Appearance @@ -8,15 +8,15 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Appearance in Angular Heatmap chart component +# Appearance in Angular HeatMap Chart ## Cell customization -You can customize the cell by using the [cellSettings](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#cellsettings) property. +You can customize the cell by using the [cellSettings](https://ej2.syncfusion.com/angular/documentation/api/heatmap#cellsettings) property. ### Border -Change the width, color, and radius of the heat map cells by using the [border](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#border) property. +Change the width, color, and radius of the heat map cells by using the [border](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#border) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -32,7 +32,7 @@ Change the width, color, and radius of the heat map cells by using the [border]( ### Cell highlighting -Enable or disable the cell highlighting while hovering over the heat map cells by using the [enableCellHighlighting](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#enablecellhighlighting) property. +Enable or disable the cell highlighting while hovering over the heat map cells by using the [enableCellHighlighting](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#enablecellhighlighting) property. >Note: The cell highlighting only works in a SVG rendering mode. @@ -50,7 +50,7 @@ Enable or disable the cell highlighting while hovering over the heat map cells b ### Color gradient mode -The [colorGradientMode](https://ej2.syncfusion.com/angular/documentation/api/heatmap/paletteSettingsModel/#colorgradientmode) property can be used to set the minimum and maximum values for colors based on row and column. Three types of color gradient modes are available. +The [colorGradientMode](https://ej2.syncfusion.com/angular/documentation/api/heatmap/paletteSettingsModel#colorgradientmode) property can be used to set the minimum and maximum values for colors based on row and column. Three types of color gradient modes are available. * **Table**: The minimum and maximum value colors calculated for overall data. * **Row**: The minimum and maximum value colors calculated for each row of data. @@ -72,7 +72,7 @@ The [colorGradientMode](https://ej2.syncfusion.com/angular/documentation/api/hea ## Background color -The background color of the heat map can be customized using the [backgroundColor](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#backgroundcolor) property. +The background color of the heat map can be customized using the [backgroundColor](https://ej2.syncfusion.com/angular/documentation/api/heatmap#backgroundcolor) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -88,7 +88,7 @@ The background color of the heat map can be customized using the [backgroundColo ## Margin -Set the margin for the heatmap from its container by using the [margin](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#margin) property. +Set the margin for the heatmap from its container by using the [margin](https://ej2.syncfusion.com/angular/documentation/api/heatmap#margin) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -104,7 +104,7 @@ Set the margin for the heatmap from its container by using the [margin](https:// ## Title -The title is used to provide a quick information about the data plotted in heatmap. The [text](https://ej2.syncfusion.com/angular/documentation/api/heatmap/title/#text) property is used to set the title for the heatmap. The text style of the title can be customized by using the [textStyle](https://ej2.syncfusion.com/angular/documentation/api/heatmap/title/#textstyle) property. +The title is used to provide a quick information about the data plotted in heatmap. The [text](https://ej2.syncfusion.com/angular/documentation/api/heatmap/title#text) property is used to set the title for the heatmap. The text style of the title can be customized by using the [textStyle](https://ej2.syncfusion.com/angular/documentation/api/heatmap/title#textstyle) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -136,7 +136,7 @@ Add data labels to improve the readability of the HeatMap. This can be achieved ### Customize the data label -The label displayed in the heat map cell can be changed using the [cellRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#cellrender) event. +The label displayed in the heat map cell can be changed using the [cellRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap#cellrender) event. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -152,7 +152,7 @@ The label displayed in the heat map cell can be changed using the [cellRender](h ### Text style -The text attributes of the data label such as font-family, font-size, and color can be customized using the [textStyle](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettingsModel/#textstyle) in the [cellSettings](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettingsModel) property. +The text attributes of the data label such as font-family, font-size, and color can be customized using the [textStyle](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettingsModel#textstyle) in the [cellSettings](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettingsModel) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -168,7 +168,7 @@ The text attributes of the data label such as font-family, font-size, and color ### Format -The format of the data label, such as currency, decimal, percent etc. can be changed using [format](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettingsModel/#format) property. +The format of the data label, such as currency, decimal, percent etc. can be changed using [format](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettingsModel#format) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -184,7 +184,7 @@ The format of the data label, such as currency, decimal, percent etc. can be cha ### Template -Any HTML elements can be added as a template in the data labels by using the [labelTemplate](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#labeltemplate) property of [cellSettings](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings) in the HeatMap. +Any HTML elements can be added as a template in the data labels by using the [labelTemplate](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#labeltemplate) property of [cellSettings](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings) in the HeatMap. The following examples show various data binding methods in the HeatMap using the `labelTemplate` property. @@ -262,4 +262,4 @@ The following example demonstrates how to add a data label template for JSON cel ## See Also -* [To customize the appearance of tool tip](./tooltip/#customize-the-appearance-of-tooltip) +* [To customize the appearance of tool tip](./tooltip#customize-the-appearance-of-tooltip) diff --git a/chart-sdk/angular/heatmap-chart/axis.md b/chart-sdk/angular/heatmap-chart/axis.md index f4d2b277e..bc2b8293f 100644 --- a/chart-sdk/angular/heatmap-chart/axis.md +++ b/chart-sdk/angular/heatmap-chart/axis.md @@ -1,6 +1,6 @@ --- layout: post -title: Axis in Angular HeatMap chart component | Syncfusion +title: Axis in Angular HeatMap Chart | Syncfusion description: Learn here all about axis in Syncfusion Angular HeatMap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Axis @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Axis in Angular HeatMap chart component +# Axis in Angular HeatMap Chart You can add axis labels to the HeatMap and format those labels using the [xAxis](https://ej2.syncfusion.com/angular/documentation/api/heatmap/xAxis) and [yAxis](https://ej2.syncfusion.com/angular/documentation/api/heatmap/yAxis) properties. Axis labels provide additional information about the data points populated in the HeatMap. diff --git a/chart-sdk/angular/heatmap-chart/bubble-heatmap.md b/chart-sdk/angular/heatmap-chart/bubble-heatmap.md index bdcad1454..ecaa1a7b8 100644 --- a/chart-sdk/angular/heatmap-chart/bubble-heatmap.md +++ b/chart-sdk/angular/heatmap-chart/bubble-heatmap.md @@ -1,6 +1,6 @@ --- layout: post -title: Bubble HeatMap in Angular Heatmap chart component | Syncfusion +title: Bubble HeatMap in Angular HeatMap Chart | Syncfusion description: Learn here all about Bubble heatmap in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Bubble heatmap @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Bubble heatmap in Angular Heatmap chart component +# Bubble HeatMap in Angular HeatMap Chart This section explains how to customize the appearance of the HeatMap cells as bubbles. The below video demonstrates the same. @@ -16,13 +16,13 @@ This section explains how to customize the appearance of the HeatMap cells as bu Data points represent the data source values with **gradient** or **fixed** colors in the HeatMap. You can customize the appearance of these data points by changing the `color` and `size` attributes. -The data points can be represented in color fill or bubble shape by defining the [tileType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#tiletype) property. By default, the data points are color filled with gradient or fixed colors and this depiction of data points is defined as `Rect` in the `tileType` property. +The data points can be represented in color fill or bubble shape by defining the [tileType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#tiletype) property. By default, the data points are color filled with gradient or fixed colors and this depiction of data points is defined as `Rect` in the `tileType` property. -The cell customizations and color mapping for rect tile type is defined in [appearance](./appearance/) and [palette](./palette/) sections in detail. +The cell customizations and color mapping for rect tile type is defined in [appearance](./appearance) and [palette](./palette) sections in detail. ## Bubble types -The data points can be represented in the bubble along with its attributes by setting the [tileType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#tiletype) property to **Bubble**. +The data points can be represented in the bubble along with its attributes by setting the [tileType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#tiletype) property to **Bubble**. In bubble HeatMap, you can display the data points with bubble size, bubble colors, and sector attributes of the bubble. @@ -30,9 +30,9 @@ In bubble HeatMap, you can display the data points with bubble size, bubble colo In this bubble HeatMap type, the size factor of the bubble is used to denote the data variations. The radius of the bubble varies according to data values. -By default, the bubble with small size denotes the data value with small magnitude and the larger bubble size denotes the data value with larger magnitude. This behavior can be inversed by using the [isInversedBubbleSize](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#isinversedbubblesize) property. +By default, the bubble with small size denotes the data value with small magnitude and the larger bubble size denotes the data value with larger magnitude. This behavior can be inversed by using the [isInversedBubbleSize](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#isinversedbubblesize) property. -To render a bubble HeatMap with size series, set the [bubbleType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#bubbletype) property to **Size**. +To render a bubble HeatMap with size series, set the [bubbleType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#bubbletype) property to **Size**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -50,7 +50,7 @@ To render a bubble HeatMap with size series, set the [bubbleType](https://ej2.sy In HeatMap, defined with this tile type, the data points will be represented with same sized bubbles and the data value variations are represented with the bubble colors. -To represent the data points with variations in bubble colors, set the [bubbleType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#bubbletype) property to **Color**. +To represent the data points with variations in bubble colors, set the [bubbleType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#bubbletype) property to **Color**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -68,7 +68,7 @@ To represent the data points with variations in bubble colors, set the [bubbleTy In this bubble HeatMap type, the sector of the bubble decides the magnitude of data point. If the sector is large, then the data point value will be high. -To render the data points with bubble sector, set the [bubbleType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#bubbletype) property to **Sector**. +To render the data points with bubble sector, set the [bubbleType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#bubbletype) property to **Sector**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -84,7 +84,7 @@ To render the data points with bubble sector, set the [bubbleType](https://ej2.s ### Combining size and color bubble types -In this bubble HeatMap type, size and color of the bubble represents the data value variation. To render this bubble HeatMap type, set the [bubbleType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings/#bubbletype) property to **SizeAndColor**. +In this bubble HeatMap type, size and color of the bubble represents the data value variation. To render this bubble HeatMap type, set the [bubbleType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/cellSettings#bubbletype) property to **SizeAndColor**. The following examples demonstrate different data binding with the **SizeAndColor** bubble type set in the HeatMap. @@ -169,7 +169,7 @@ The following example illustrates how to render a bubble HeatMap with different **Binding size and color values from datasource** -The size and color of the bubbles in the **SizeAndColor** bubble HeatMap type can be customized by binding the datasource field name that holds the size and color values to the [size](https://ej2.syncfusion.com/angular/documentation/api/heatmap/bubbleDataModel/#size) and [color](https://ej2.syncfusion.com/angular/documentation/api/heatmap/bubbleDataModel/#color) properties in the [bubbleDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/dataModel/#bubbledatamapping). +The size and color of the bubbles in the **SizeAndColor** bubble HeatMap type can be customized by binding the datasource field name that holds the size and color values to the [size](https://ej2.syncfusion.com/angular/documentation/api/heatmap/bubbleDataModel#size) and [color](https://ej2.syncfusion.com/angular/documentation/api/heatmap/bubbleDataModel#color) properties in the [bubbleDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/dataModel#bubbledatamapping). >The `bubbleDataMapping` supports only for the JSON data with cell adaptor type. @@ -183,4 +183,4 @@ The size and color of the bubbles in the **SizeAndColor** bubble HeatMap type ca {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/heatmap-chart/bubble-heatmap/sizeAndColorJSONCell-cs2" %} +{% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/heatmap-chart/bubble-heatmap/sizeAndColorJsonCell-cs2" %} diff --git a/chart-sdk/angular/heatmap-chart/dimensions.md b/chart-sdk/angular/heatmap-chart/dimensions.md index 548590cd8..e438c5374 100644 --- a/chart-sdk/angular/heatmap-chart/dimensions.md +++ b/chart-sdk/angular/heatmap-chart/dimensions.md @@ -1,6 +1,6 @@ --- layout: post -title: Dimensions in Angular Heatmap chart component | Syncfusion +title: Dimensions in Angular HeatMap Chart | Syncfusion description: Learn here all about Dimensions in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Dimensions @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Dimensions in Angular Heatmap chart component +# Dimensions in Angular HeatMap Chart ## Size for container @@ -22,7 +22,7 @@ Heat map can be rendered to its container size. You can set the size through inl ## Size for heat map -You can set the size of heat map directly by using the [width](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#width) and [height](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#height) properties. +You can set the size of heat map directly by using the [width](https://ej2.syncfusion.com/angular/documentation/api/heatmap#width) and [height](https://ej2.syncfusion.com/angular/documentation/api/heatmap#height) properties. ## In pixel diff --git a/chart-sdk/angular/heatmap-chart/ej1-api-migration.md b/chart-sdk/angular/heatmap-chart/ej1-api-migration.md index 12627eb3a..eefdbb45c 100644 --- a/chart-sdk/angular/heatmap-chart/ej1-api-migration.md +++ b/chart-sdk/angular/heatmap-chart/ej1-api-migration.md @@ -1,6 +1,6 @@ --- layout: post -title: Ej1 api migration in Angular Heatmap chart component | Syncfusion +title: EJ1 API Migration in Angular HeatMap Chart | Syncfusion description: Learn here all about Ej1 api migration in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Ej1 api migration @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Ej1 api migration in Angular Heatmap chart component +# EJ1 API Migration in Angular HeatMap Chart This article describes the API migration process of heat map component from Essential® JS 1 to Essential® JS 2. diff --git a/chart-sdk/angular/heatmap-chart/events.md b/chart-sdk/angular/heatmap-chart/events.md index 6f229f92a..79eaa204b 100644 --- a/chart-sdk/angular/heatmap-chart/events.md +++ b/chart-sdk/angular/heatmap-chart/events.md @@ -1,6 +1,6 @@ --- layout: post -title: Events in Angular Heatmap chart component | Syncfusion +title: Events in Angular HeatMap Chart | Syncfusion description: Learn here all about Events in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Events @@ -8,13 +8,13 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Events in Angular Heatmap chart component +# Events in Angular HeatMap Chart This section describes the HeatMap chart event, which occurs when the required actions are performed. ## cellClick -When you click on a HeatMap cell, the [cellClick](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#cellclick) event is triggered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/icellclickeventargs/). +When you click on a HeatMap cell, the [cellClick](https://ej2.syncfusion.com/angular/documentation/api/heatmap#cellclick) event is triggered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/icellclickeventargs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -31,7 +31,7 @@ When you click on a HeatMap cell, the [cellClick](https://ej2.syncfusion.com/ang ## cellDoubleClick -When you double click on a HeatMap cell, the [cellDoubleClick](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#celldoubleclick) event is triggered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iCellClickEventArgs/). +When you double click on a HeatMap cell, the [cellDoubleClick](https://ej2.syncfusion.com/angular/documentation/api/heatmap#celldoubleclick) event is triggered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iCellClickEventArgs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -47,7 +47,7 @@ When you double click on a HeatMap cell, the [cellDoubleClick](https://ej2.syncf ## cellRender -The [cellRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#cellrender) event will be triggered before each HeatMap cell is rendered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iCellEventArgs/). +The [cellRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap#cellrender) event will be triggered before each HeatMap cell is rendered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iCellEventArgs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -63,7 +63,7 @@ The [cellRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#c ## cellSelected -When single or multiple cells in the HeatMap are selected, the [cellSelected](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#cellselected) event is triggered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iSelectedEventArgs/). +When single or multiple cells in the HeatMap are selected, the [cellSelected](https://ej2.syncfusion.com/angular/documentation/api/heatmap#cellselected) event is triggered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iSelectedEventArgs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -79,7 +79,7 @@ When single or multiple cells in the HeatMap are selected, the [cellSelected](ht ## created -Once HeatMap has been completely rendered, the [created](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#created) event is triggered. +Once HeatMap has been completely rendered, the [created](https://ej2.syncfusion.com/angular/documentation/api/heatmap#created) event is triggered. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -95,7 +95,7 @@ Once HeatMap has been completely rendered, the [created](https://ej2.syncfusion. ## legendRender -The [legendRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#legendrender) event is triggered before the legend is rendered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iLegendRenderEventArgs/). +The [legendRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap#legendrender) event is triggered before the legend is rendered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iLegendRenderEventArgs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -111,7 +111,7 @@ The [legendRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap/ ## load -The [load](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#load) event is triggered before the HeatMap is rendered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iLoadedEventArgs/). +The [load](https://ej2.syncfusion.com/angular/documentation/api/heatmap#load) event is triggered before the HeatMap is rendered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iLoadedEventArgs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -127,7 +127,7 @@ The [load](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#load) e ## loaded -Once HeatMap is loaded, the [loaded](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#loaded) event is triggered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iLoadedEventArgs/). +Once HeatMap is loaded, the [loaded](https://ej2.syncfusion.com/angular/documentation/api/heatmap#loaded) event is triggered. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iLoadedEventArgs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -143,7 +143,7 @@ Once HeatMap is loaded, the [loaded](https://ej2.syncfusion.com/angular/document ## resized -When the window is resized, the [resized](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#resized) event is triggered to notify the resize of the HeatMap. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iResizeEventArgs/). +When the window is resized, the [resized](https://ej2.syncfusion.com/angular/documentation/api/heatmap#resized) event is triggered to notify the resize of the HeatMap. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iResizeEventArgs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -159,7 +159,7 @@ When the window is resized, the [resized](https://ej2.syncfusion.com/angular/doc ## tooltipRender -The [tooltipRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#tooltiprender) event is triggered before the tooltip is rendered on the HeatMap cell. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iTooltipEventArgs/). +The [tooltipRender](https://ej2.syncfusion.com/angular/documentation/api/heatmap#tooltiprender) event is triggered before the tooltip is rendered on the HeatMap cell. To know more about arguments of this event, refer [here](https://ej2.syncfusion.com/angular/documentation/api/heatmap/iTooltipEventArgs). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/heatmap-chart/getting-started.md b/chart-sdk/angular/heatmap-chart/getting-started.md index e93e839c4..032746b66 100644 --- a/chart-sdk/angular/heatmap-chart/getting-started.md +++ b/chart-sdk/angular/heatmap-chart/getting-started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting started with Angular HeatMap chart component | Syncfusion +title: Getting Started with Angular HeatMap Chart | Syncfusion description: Check out and learn about the Getting started with Angular HeatMap chart component of Syncfusion Essential JS 2 and more details. platform: chart-sdk control: HeatMap @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Getting started with Angular HeatMap chart component +# Getting Started with Angular HeatMap Chart This section explains the steps required to create a HeatMap and demonstrates the basic usage of the HeatMap component. diff --git a/chart-sdk/angular/heatmap-chart/how-to/legend-customization.md b/chart-sdk/angular/heatmap-chart/how-to/legend-customization.md index 4e2aad09c..2974d3fa4 100644 --- a/chart-sdk/angular/heatmap-chart/how-to/legend-customization.md +++ b/chart-sdk/angular/heatmap-chart/how-to/legend-customization.md @@ -1,6 +1,6 @@ --- layout: post -title: Legend customization in Angular Heatmap chart component | Syncfusion +title: Customize the legend label in Angular HeatMap Chart | Syncfusion description: Learn here all about Legend customization in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Legend customization @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Legend customization in Angular Heatmap chart component +# Customize the legend label in Angular HeatMap Chart You can change the legend label using the `legendRender` client-side event. You can also hide the legend label using this client-side event. diff --git a/chart-sdk/angular/heatmap-chart/how-to/tooltip-template.md b/chart-sdk/angular/heatmap-chart/how-to/tooltip-template.md index 42d164200..229454502 100644 --- a/chart-sdk/angular/heatmap-chart/how-to/tooltip-template.md +++ b/chart-sdk/angular/heatmap-chart/how-to/tooltip-template.md @@ -1,6 +1,6 @@ --- layout: post -title: Tooltip template in Angular Heatmap chart component | Syncfusion +title: How to create a table in tooltip in Angular HeatMap Chart | Syncfusion description: Learn here all about Tooltip template in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Tooltip template @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Tooltip template in Angular Heatmap chart component +# How to create a table in tooltip in Angular HeatMap Chart You can show a tooltip as a table using the `template` property in `tooltipSettings`. diff --git a/chart-sdk/angular/heatmap-chart/legend.md b/chart-sdk/angular/heatmap-chart/legend.md index b17e771bf..420eb651c 100644 --- a/chart-sdk/angular/heatmap-chart/legend.md +++ b/chart-sdk/angular/heatmap-chart/legend.md @@ -1,6 +1,6 @@ --- layout: post -title: Legend in Angular Heatmap chart component | Syncfusion +title: Legend in Angular HeatMap Chart | Syncfusion description: Learn here all about Legend in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Legend @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Legend in Angular Heatmap chart component +# Legend in Angular HeatMap Chart ## Enable legend diff --git a/chart-sdk/angular/heatmap-chart/palette.md b/chart-sdk/angular/heatmap-chart/palette.md index 04c283771..da0ea3ed0 100644 --- a/chart-sdk/angular/heatmap-chart/palette.md +++ b/chart-sdk/angular/heatmap-chart/palette.md @@ -1,6 +1,6 @@ --- layout: post -title: Palette in Angular Heatmap chart component | Syncfusion +title: Palette in Angular HeatMap Chart | Syncfusion description: Learn here all about Palette in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Palette @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Palette in Angular Heatmap chart component +# Palette in Angular HeatMap Chart In heat map, each data point is displayed as a cell with applied color based on the data value. The palette in the heat map is used to define the color range for cells and gradient type for colors. You can define the colors either in RGB or hex codes using the [color](https://ej2.syncfusion.com/angular/documentation/api/heatmap/paletteCollection#color) property in `palette`. The defined colors are applied to the cell background based on the palette type and cell value. diff --git a/chart-sdk/angular/heatmap-chart/rendering-mode.md b/chart-sdk/angular/heatmap-chart/rendering-mode.md index 3a78d1e82..576a78f17 100644 --- a/chart-sdk/angular/heatmap-chart/rendering-mode.md +++ b/chart-sdk/angular/heatmap-chart/rendering-mode.md @@ -1,6 +1,6 @@ --- layout: post -title: Rendering mode in Angular Heatmap chart component | Syncfusion +title: Rendering Mode in Angular HeatMap Chart | Syncfusion description: Learn here all about Rendering mode in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Rendering mode @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Rendering mode in Angular Heatmap chart component +# Rendering Mode in Angular HeatMap Chart -Heat map can be displayed using **Canvas** or **Scalable Vector Graphics (SVG)** rendering logic to improve the initial load performance and scalability. Heat map can also be automatically switched between **Canvas** and **SVG** modes based on dataset size. You can enable this mode by setting the [renderingMode](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#renderingmode) property to **Auto**. +Heat map can be displayed using **Canvas** or **Scalable Vector Graphics (SVG)** rendering logic to improve the initial load performance and scalability. Heat map can also be automatically switched between **Canvas** and **SVG** modes based on dataset size. You can enable this mode by setting the [renderingMode](https://ej2.syncfusion.com/angular/documentation/api/heatmap#renderingmode) property to **Auto**. > If the **Auto** mode is enabled in the heat map and there are more than 10,000 data points, then the heat map will be rendered in a **Canvas** mode; Otherwise, the heat map will be rendered in a **SVG** mode. diff --git a/chart-sdk/angular/heatmap-chart/selection.md b/chart-sdk/angular/heatmap-chart/selection.md index c544b6b04..fc35008d8 100644 --- a/chart-sdk/angular/heatmap-chart/selection.md +++ b/chart-sdk/angular/heatmap-chart/selection.md @@ -1,6 +1,6 @@ --- layout: post -title: Selection in Angular HeatMap chart component | Syncfusion +title: Selection in Angular HeatMap Chart | Syncfusion description: Learn here all about Selection in Syncfusion Angular HeatMap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Selection @@ -8,9 +8,9 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Selection in Angular HeatMap chart component +# Selection in Angular HeatMap Chart -In the HeatMap, the cell selection is used to select single or multiple HeatMap cells at runtime and get the selected cell details using the [cellSelected](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#cellselected) event. You can enable the cell selection using the [allowSelection](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#allowselection) property. +In the HeatMap, the cell selection is used to select single or multiple HeatMap cells at runtime and get the selected cell details using the [cellSelected](https://ej2.syncfusion.com/angular/documentation/api/heatmap#cellselected) event. You can enable the cell selection using the [allowSelection](https://ej2.syncfusion.com/angular/documentation/api/heatmap#allowselection) property. The HeatMap cells can be selected using the following interactions, as shown in the table below. @@ -34,7 +34,7 @@ The HeatMap cells can be selected using the following interactions, as shown in ## Enable single cell selection -In the HeatMap, the [enableMultiSelect](https://helpej2.syncfusion.com/angular/documentation/api/heatmap/#enablemultiselect) property is used to allow single cell selection. When you set the `enableMultiSelect` property to **false**, only one cell is selected. By default, `enableMultiSelect` property is set to **true**. +In the HeatMap, the [enableMultiSelect](https://helpej2.syncfusion.com/angular/documentation/api/heatmap#enablemultiselect) property is used to allow single cell selection. When you set the `enableMultiSelect` property to **false**, only one cell is selected. By default, `enableMultiSelect` property is set to **true**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -50,7 +50,7 @@ In the HeatMap, the [enableMultiSelect](https://helpej2.syncfusion.com/angular/d ### Clearing cell selection -The [clearSelection](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#clearselection) method can be used to clear all the selected cells. The below example illustrates the same. +The [clearSelection](https://ej2.syncfusion.com/angular/documentation/api/heatmap#clearselection) method can be used to clear all the selected cells. The below example illustrates the same. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/heatmap-chart/title.md b/chart-sdk/angular/heatmap-chart/title.md index 40fcc637a..a5061224e 100644 --- a/chart-sdk/angular/heatmap-chart/title.md +++ b/chart-sdk/angular/heatmap-chart/title.md @@ -1,6 +1,6 @@ --- layout: post -title: Title in Angular Heatmap chart component | Syncfusion +title: Title in Angular HeatMap Chart | Syncfusion description: Learn here all about Title in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Title @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Title in Angular Heatmap chart component +# Title in Angular HeatMap Chart ## Add Heatmap title diff --git a/chart-sdk/angular/heatmap-chart/tooltip.md b/chart-sdk/angular/heatmap-chart/tooltip.md index c0ac29f8c..926c3c5a6 100644 --- a/chart-sdk/angular/heatmap-chart/tooltip.md +++ b/chart-sdk/angular/heatmap-chart/tooltip.md @@ -1,6 +1,6 @@ --- layout: post -title: Tooltip in Angular Heatmap chart component | Syncfusion +title: Tooltip in Angular HeatMap Chart | Syncfusion description: Learn here all about Tooltip in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Tooltip @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Tooltip in Angular Heatmap chart component +# Tooltip in Angular HeatMap Chart Tooltip is used to provide the details of the heat map cell, and this can be displayed, while hovering the cursor over the cell or performing tap action in touch devices. diff --git a/chart-sdk/angular/heatmap-chart/working-with-data.md b/chart-sdk/angular/heatmap-chart/working-with-data.md index 8747c056d..9426612c3 100644 --- a/chart-sdk/angular/heatmap-chart/working-with-data.md +++ b/chart-sdk/angular/heatmap-chart/working-with-data.md @@ -1,6 +1,6 @@ --- layout: post -title: Working with data in Angular Heatmap chart component | Syncfusion +title: Working with data in Angular HeatMap Chart | Syncfusion description: Learn here all about Working with data in Syncfusion Angular Heatmap chart component of Syncfusion Essential JS 2 and more. platform: chart-sdk control: Working with data @@ -8,7 +8,7 @@ documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Working with data in Angular Heatmap chart component +# Working with data in Angular HeatMap Chart This section shows how to bind data to the HeatMap component. The below video demonstrates the same. @@ -29,7 +29,7 @@ Heat map supports the following types of data binding with the adaptor support. ### Array - table binding -This data type is a collection of one dimensional array objects, at which each inner array contains data points for an X-axis data label. This is the default data binding type for heat map. You can also directly bind the array object to the [dataSource](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#datasource) property. +This data type is a collection of one dimensional array objects, at which each inner array contains data points for an X-axis data label. This is the default data binding type for heat map. You can also directly bind the array object to the [dataSource](https://ej2.syncfusion.com/angular/documentation/api/heatmap#datasource) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -45,7 +45,7 @@ This data type is a collection of one dimensional array objects, at which each i ### Array - cell binding -This data type is a collection of array objects that contain information about the row index, column index, and data value for each cell. You can bind the data to heat map by using the [data](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#data) property in the [dataSource](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#datasource) and setting the [adaptorType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#adaptortype) property to `Cell`. +This data type is a collection of array objects that contain information about the row index, column index, and data value for each cell. You can bind the data to heat map by using the [data](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#data) property in the [dataSource](https://ej2.syncfusion.com/angular/documentation/api/heatmap#datasource) and setting the [adaptorType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#adaptortype) property to `Cell`. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -61,7 +61,7 @@ This data type is a collection of array objects that contain information about t ### JSON data - table binding -In JSON table data binding, each JSON object contains an X-axis data point as row header and all the corresponding Y-axis data values. You can bind the JSON table data to the heat map using the [data](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#data) property in [dataSource](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#datasource). To achieve this, you should enable the [isJsonData](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#isjsondata) property and define the [adaptorType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#adaptortype) property as `Table`. The [xDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#xdatamapping) property is used to map the row header in JSON data. +In JSON table data binding, each JSON object contains an X-axis data point as row header and all the corresponding Y-axis data values. You can bind the JSON table data to the heat map using the [data](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#data) property in [dataSource](https://ej2.syncfusion.com/angular/documentation/api/heatmap#datasource). To achieve this, you should enable the [isJsonData](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#isjsondata) property and define the [adaptorType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#adaptortype) property as `Table`. The [xDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#xdatamapping) property is used to map the row header in JSON data. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -77,7 +77,7 @@ In JSON table data binding, each JSON object contains an X-axis data point as ro ### JSON data - Cell binding -In JSON cell data binding, each JSON object consists a value for each cell along with a mapping value for row and column. You can bind the JSON cell data having information for each cell to the heat map using the [data](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#data) property in [dataSource](https://ej2.syncfusion.com/angular/documentation/api/heatmap/#datasource). To achieve this, you should define the [adaptorType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#adaptortype) property as `Cell` and enable the [isJsonData](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#isjsondata) property. Now, map the fields of data by using the [valueMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#valuemapping), [xDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#xdatamapping) and [yDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#ydatamapping) properties. +In JSON cell data binding, each JSON object consists a value for each cell along with a mapping value for row and column. You can bind the JSON cell data having information for each cell to the heat map using the [data](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#data) property in [dataSource](https://ej2.syncfusion.com/angular/documentation/api/heatmap#datasource). To achieve this, you should define the [adaptorType](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#adaptortype) property as `Cell` and enable the [isJsonData](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#isjsondata) property. Now, map the fields of data by using the [valueMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#valuemapping), [xDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#xdatamapping) and [yDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#ydatamapping) properties. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -93,7 +93,7 @@ In JSON cell data binding, each JSON object consists a value for each cell along ## Empty points -The data points that use the `null` or `""` or `undefined` as value are considered as empty points. Empty data points are ignored and not displayed in the heat map, and these points are rendered with default palette. You can customize the empty data point color value using the [emptyPointColor](https://ej2.syncfusion.com/angular/documentation/api/heatmap/paletteSettings/#emptypointcolor) property. +The data points that use the `null` or `""` or `undefined` as value are considered as empty points. Empty data points are ignored and not displayed in the heat map, and these points are rendered with default palette. You can customize the empty data point color value using the [emptyPointColor](https://ej2.syncfusion.com/angular/documentation/api/heatmap/paletteSettings#emptypointcolor) property. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -109,7 +109,7 @@ The data points that use the `null` or `""` or `undefined` as value are consider ## Binding nested JSON data -In complex data binding, you can bind the nested JSON data to the data points in the heat map. The nested data can be mapped using the [xDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#xdatamapping), [yDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#ydatamapping), [valueMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#valuemapping) and [bubbleDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data/#bubbledatamapping) properties as string value concatenated by a dot. +In complex data binding, you can bind the nested JSON data to the data points in the heat map. The nested data can be mapped using the [xDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#xdatamapping), [yDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#ydatamapping), [valueMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#valuemapping) and [bubbleDataMapping](https://ej2.syncfusion.com/angular/documentation/api/heatmap/data#bubbledatamapping) properties as string value concatenated by a dot. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -125,4 +125,4 @@ In complex data binding, you can bind the nested JSON data to the data points in ## See Also -* [To bind data for bubble heat map with size and color attributes](./bubble-heatmap/#binding-data-for-bubble-heat-map-with-size-and-color-attributes) +* [To bind data for bubble heat map with size and color attributes](./bubble-heatmap#binding-data-for-bubble-heat-map-with-size-and-color-attributes) diff --git a/chart-sdk/angular/linear-gauge/accessibility.md b/chart-sdk/angular/linear-gauge/accessibility.md index ec0416958..b800b67b8 100644 --- a/chart-sdk/angular/linear-gauge/accessibility.md +++ b/chart-sdk/angular/linear-gauge/accessibility.md @@ -1,14 +1,14 @@ --- layout: post -title: Accessibility in Angular Linear Gauge component | Syncfusion -description: Learn here all about Accessibility in Syncfusion Angular Linear Gauge component of Syncfusion Essential JS 2 and more. +title: Accessibility in Angular Linear Gauge | Syncfusion +description: Learn how the Syncfusion Angular Linear Gauge supports accessibility, including WCAG 2.2, Section 508, keyboard navigation, and screen reader support. platform: chart-sdk control: Accessibility documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Accessibility in Angular Linear Gauge component +# Accessibility in Angular Linear Gauge The Linear Gauge component follows commonly used accessibility guidelines and standards, such as [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles). diff --git a/chart-sdk/angular/linear-gauge/animation.md b/chart-sdk/angular/linear-gauge/animation.md index c0b95f821..06657ab3e 100644 --- a/chart-sdk/angular/linear-gauge/animation.md +++ b/chart-sdk/angular/linear-gauge/animation.md @@ -1,14 +1,14 @@ --- layout: post -title: Animation in Angular Linear Gauge component | Syncfusion -description: Learn here all about animation in Syncfusion Angular Linear Gauge component of Syncfusion Essential JS 2 and more. +title: Animation in Angular Linear Gauge | Syncfusion +description: Learn how to animate the Syncfusion Angular Linear Gauge elements, such as axis, ticks, labels, ranges, and pointers, using animationDuration. platform: chart-sdk -control: Linear Gauge +control: Animation documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Animation in Angular Linear gauge component +# Animation in Angular Linear Gauge All of the elements in the Linear Gauge, such as the axis lines, ticks, labels, ranges, pointers, and annotations, can be animated sequentially by using the [animationDuration](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge#animationduration) property. The animation for the Linear Gauge is enabled when the `animationDuration` property is set to an appropriate value in milliseconds, providing a smooth rendering effect for the component. If the `animationDuration` property is set to **0**, which is the default value, the animation effect is disabled. If the animation is enabled, the component will behave in the following order. diff --git a/chart-sdk/angular/linear-gauge/annotations.md b/chart-sdk/angular/linear-gauge/annotations.md index 687acf7c3..a68907b17 100644 --- a/chart-sdk/angular/linear-gauge/annotations.md +++ b/chart-sdk/angular/linear-gauge/annotations.md @@ -1,14 +1,14 @@ --- layout: post -title: Annotations in Angular Linear gauge component | Syncfusion -description: Learn here all about Annotations in Syncfusion Angular Linear gauge component of Syncfusion Essential JS 2 and more. +title: Annotations in Angular Linear Gauge | Syncfusion +description: Learn how to use annotations in the Syncfusion Angular Linear Gauge to mark specific areas of interest with text, HTML elements, or images. platform: chart-sdk control: Annotations documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Annotations in Angular Linear gauge component +# Annotations in Angular Linear Gauge @@ -16,7 +16,7 @@ Annotations are used to mark the specific area of interest in the Linear Gauge w ## Adding annotation -To render the custom HTML elements in the Linear Gauge component, use the [`content`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#content) property in the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation). The annotation can be rendered either by specifying the id of the element or specifying the code to create a new element that needs to be displayed in the gauge area. +To render the custom HTML elements in the Linear Gauge component, use the [`content`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#content) property in the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation). The annotation can be rendered either by specifying the id of the element or specifying the code to create a new element that needs to be displayed in the gauge area. @@ -53,16 +53,16 @@ export class AppComponent { The following properties are used to customize the annotation. -* [`zIndex`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#zindex) - Bring the annotation to the front or back, when annotation overlaps with another element. -* [`axisValue`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#axisvalue) - To place the annotation in the specified axis value with respect to the provided axis index. -* [`axisIndex`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#axisindex) - To place the annotation in the specified axis with respect to the provided axis value. -* [`horizontalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#horizontalalignment-string) - To place the annotation horizontally. -* [`verticalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#verticalalignment-string) - To place the annotation vertically. -* [`x`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#x), [`y`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#y) - To place the annotation in the specified location. +* [`zIndex`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#zindex) - Bring the annotation to the front or back, when annotation overlaps with another element. +* [`axisValue`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#axisvalue) - To place the annotation in the specified axis value with respect to the provided axis index. +* [`axisIndex`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#axisindex) - To place the annotation in the specified axis with respect to the provided axis value. +* [`horizontalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#horizontalalignment-string) - To place the annotation horizontally. +* [`verticalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#verticalalignment-string) - To place the annotation vertically. +* [`x`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#x), [`y`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#y) - To place the annotation in the specified location. ### Changing the z-index -To change the stack order of an annotation element, the [`zIndex`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#zindex) property of the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation) can be used. +To change the stack order of an annotation element, the [`zIndex`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#zindex) property of the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation) can be used. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -80,7 +80,7 @@ To change the stack order of an annotation element, the [`zIndex`](https://ej2. ### Positioning an annotation -The annotation can be placed anywhere in the Linear Gauge by setting the pixel value to the [`x`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#x) and [`y`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#y) properties in the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation). +The annotation can be placed anywhere in the Linear Gauge by setting the pixel value to the [`x`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#x) and [`y`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#y) properties in the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -98,7 +98,7 @@ The annotation can be placed anywhere in the Linear Gauge by setting the pixel v ### Alignment of annotation -The annotation can be aligned horizontally and vertically by using the [`horizontalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#horizontalalignment) and [`verticalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#verticalalignment) properties respectively. The possible values can be **Center**, **Far**, **Near**, and **None**. The [`horizontalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#horizontalalignment) and [`verticalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#verticalalignment) properties are not applicable when the [`x`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#x) and [`y`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation/#y) properties are set in the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation). +The annotation can be aligned horizontally and vertically by using the [`horizontalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#horizontalalignment) and [`verticalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#verticalalignment) properties respectively. The possible values can be **Center**, **Far**, **Near**, and **None**. The [`horizontalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#horizontalalignment) and [`verticalAlignment`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#verticalalignment) properties are not applicable when the [`x`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#x) and [`y`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation#y) properties are set in the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -114,7 +114,7 @@ The annotation can be aligned horizontally and vertically by using the [`horizon ## Multiple annotations -Multiple annotations can be added to the Linear Gauge component by adding the multiple [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation) in the [`e-annotations`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/#annotations) and customization for the annotation can be done with the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation). +Multiple annotations can be added to the Linear Gauge component by adding the multiple [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation) in the [`e-annotations`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge#annotations) and customization for the annotation can be done with the [`e-annotation`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/annotation). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} diff --git a/chart-sdk/angular/linear-gauge/appearance.md b/chart-sdk/angular/linear-gauge/appearance.md index 9010810e6..8b3109452 100644 --- a/chart-sdk/angular/linear-gauge/appearance.md +++ b/chart-sdk/angular/linear-gauge/appearance.md @@ -1,7 +1,7 @@ --- layout: post title: Appearance in Angular Linear gauge component | Syncfusion -description: Learn here all about Appearance in Syncfusion Angular Linear gauge component of Syncfusion Essential JS 2 and more. +description: Learn how to customize the appearance of the Syncfusion Angular Linear Gauge, including container area, background, and border styles. platform: chart-sdk control: Appearance documentation: ug @@ -14,11 +14,11 @@ domainurl: https://help.syncfusion.com/chart-sdk ## Customizing the Linear Gauge area -The following properties are available in the [`ejs-lineargauge`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/) to customize the Linear Gauge area. +The following properties are available in the [`ejs-lineargauge`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge) to customize the Linear Gauge area. -* [`background`](api/linear-gauge/#background) - Applies the background color for the Linear gauge. -* [`border`](api/linear-gauge/#border) - To customize the color and width of the border in Linear Gauge. -* [`margin`](api/linear-gauge/#margin) - To customize the margins of the Linear Gauge. +* [`background`](api/linear-gauge#background) - Applies the background color for the Linear gauge. +* [`border`](api/linear-gauge#border) - To customize the color and width of the border in Linear Gauge. +* [`margin`](api/linear-gauge#margin) - To customize the margins of the Linear Gauge. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -34,14 +34,14 @@ The following properties are available in the [`ejs-lineargauge`](https://ej2.sy ## Setting up the Linear Gauge title -The title for the Linear Gauge can be set using [`title`](api/linear-gauge/#title) property in [`ejs-lineargauge`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge). Its appearance can be customized using the [`titleStyle`](api/linear-gauge/#titlestyle) with the below properties. +The title for the Linear Gauge can be set using [`title`](api/linear-gauge#title) property in [`ejs-lineargauge`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge). Its appearance can be customized using the [`titleStyle`](api/linear-gauge#titlestyle) with the below properties. -* [`color`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel/#color) - Specifies the text color of the title. -* [`fontFamily`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#fontfamily) - Specifies the font family of the title. -* [`fontStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#fontstyle) - Specifies the font style of the title. -* [`fontWeight`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#fontweight) - Specifies the font weight of the title. -* [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#opacity) - Specifies the opacity of the title. -* [`size`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#size) - Specifies the font size of the title. +* [`color`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel#color) - Specifies the text color of the title. +* [`fontFamily`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#fontfamily) - Specifies the font family of the title. +* [`fontStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#fontstyle) - Specifies the font style of the title. +* [`fontWeight`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#fontweight) - Specifies the font weight of the title. +* [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#opacity) - Specifies the opacity of the title. +* [`size`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#size) - Specifies the font size of the title. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -63,13 +63,13 @@ The area used to render the ranges and pointers at the center position of the ga * Rounded Rectangle * Thermometer -The type of the container can be modified by using the [`type`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel/#type) property in [`container`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel). The container can be customized by using the following properties in [`container`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel). +The type of the container can be modified by using the [`type`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel#type) property in [`container`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel). The container can be customized by using the following properties in [`container`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel). -* [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel/#offset) - To place the container with the specified distance from the axis of the Linear Gauge. -* [`width`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel/#width) - To set the thickness of the container. -* [`height`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel/#height) - To set the length of the container. -* [`backgroundColor`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel/#backgroundcolor) - To set the background color of the container. -* [`border`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/container/#border) - To set the color and width for the border of the container. +* [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel#offset) - To place the container with the specified distance from the axis of the Linear Gauge. +* [`width`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel#width) - To set the thickness of the container. +* [`height`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel#height) - To set the length of the container. +* [`backgroundColor`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel#backgroundcolor) - To set the background color of the container. +* [`border`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/container#border) - To set the color and width for the border of the container. ### Normal @@ -89,7 +89,7 @@ The **Normal** type will render the container as a rectangle and this is the def ### Rounded Rectangle -The **RoundedRectangle** type will render the container as a rectangle with rounded corner radius. The rounded corner radius of the container can be customized using the [`roundedCornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/container/#roundedcornerradius) property in [`container`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel). +The **RoundedRectangle** type will render the container as a rectangle with rounded corner radius. The rounded corner radius of the container can be customized using the [`roundedCornerRadius`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/container#roundedcornerradius) property in [`container`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/containerModel). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -121,7 +121,7 @@ The **Thermometer** type will render the container similar to the appearance of ## Fitting the Linear Gauge to the control -The Linear Gauge component is rendered with margin by default. To remove the margin around the Linear Gauge, the [`allowMargin`](api/linear-gauge/#allowmargin) property in [`ejs-lineargauge`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge) is set as **false**. +The Linear Gauge component is rendered with margin by default. To remove the margin around the Linear Gauge, the [`allowMargin`](api/linear-gauge#allowmargin) property in [`ejs-lineargauge`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge) is set as **false**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -135,4 +135,4 @@ The Linear Gauge component is rendered with margin by default. To remove the mar {% previewsample "https://help.syncfusion.com/samples/chart-sdk/angular/linear-gauge/appearance-cs6" %} ->To use this feature, set the [`allowMargin`](api/linear-gauge/#allowmargin) property to **false**, the [`width`](api/linear-gauge/#width) property to **100%** and the properties of [`margin`](api/linear-gauge/#margin) to **0**. +>To use this feature, set the [`allowMargin`](api/linear-gauge#allowmargin) property to **false**, the [`width`](api/linear-gauge#width) property to **100%** and the properties of [`margin`](api/linear-gauge#margin) to **0**. diff --git a/chart-sdk/angular/linear-gauge/axis.md b/chart-sdk/angular/linear-gauge/axis.md index 4b19e37ce..805e07271 100644 --- a/chart-sdk/angular/linear-gauge/axis.md +++ b/chart-sdk/angular/linear-gauge/axis.md @@ -1,14 +1,14 @@ --- layout: post -title: Axis in Angular Linear gauge component | Syncfusion -description: Learn here all about Axis in Syncfusion Angular Linear gauge component of Syncfusion Essential JS 2 and more. +title: Axis in Angular Linear Gauge | Syncfusion +description: Learn how to customize the axis in the Syncfusion Angular Linear Gauge, including labels, ranges, pointers, and tick styles. platform: chart-sdk control: Axis documentation: ug domainurl: https://help.syncfusion.com/chart-sdk --- -# Axis in Angular Linear gauge component +# Axis in Angular Linear Gauge This section explains how to customize the appearance of the axis labels, ranges, and pointers in the Linear Gauge component. The below video demonstrates the same. @@ -20,7 +20,7 @@ Axis is used to indicate the numeric values in the linear scale. The Linear Gaug ## Setting the start value and end value of the axis -The start value and end value for the Linear Gauge can be set using the [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel/#minimum) and [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel/#maximum) properties in the [`e-axis`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel/) respectively. By default, the start value of the axis is **0** and the end value of the axis is **100**. +The start value and end value for the Linear Gauge can be set using the [`minimum`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel#minimum) and [`maximum`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel#maximum) properties in the [`e-axis`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel) respectively. By default, the start value of the axis is **0** and the end value of the axis is **100**. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -38,10 +38,10 @@ The start value and end value for the Linear Gauge can be set using the [`minimu The following properties in the [`line`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel) can be used to customize the axis line in the Linear Gauge. -* [`height`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel/#height) - To set the length of the axis line. -* [`width`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel/#width) - To set the thickness of the axis line. -* [`color`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel/#color) - To set the color of the axis line. -* [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel/#offset) - To render the axis line with the specified distance from the Linear Gauge. +* [`height`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel#height) - To set the length of the axis line. +* [`width`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel#width) - To set the thickness of the axis line. +* [`color`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel#color) - To set the color of the axis line. +* [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/lineModel#offset) - To render the axis line with the specified distance from the Linear Gauge. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -57,12 +57,12 @@ The following properties in the [`line`](https://ej2.syncfusion.com/angular/doc ## Ticks Customization -Ticks are used to specify the interval in the axis. Ticks are of two types, major ticks and minor ticks. The following properties in the [`majorTicks`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel/#majorticks) and [`minorTicks`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel/#minorticks) can be used to customize the major ticks and minor ticks respectively. +Ticks are used to specify the interval in the axis. Ticks are of two types, major ticks and minor ticks. The following properties in the [`majorTicks`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel#majorticks) and [`minorTicks`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel#minorticks) can be used to customize the major ticks and minor ticks respectively. -* [`height`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel/#height) - To set the length of the major and minor ticks in pixel values. -* [`color`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel/#color) - To set the color of the major and minor ticks of the Linear Gauge. -* [`width`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel/#width) - To set the thickness of the major and minor ticks in pixel values. -* [`interval`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel/#interval) - To set the interval for the major ticks and minor ticks in the Linear Gauge. +* [`height`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel#height) - To set the length of the major and minor ticks in pixel values. +* [`color`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel#color) - To set the color of the major and minor ticks of the Linear Gauge. +* [`width`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel#width) - To set the thickness of the major and minor ticks in pixel values. +* [`interval`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel#interval) - To set the interval for the major ticks and minor ticks in the Linear Gauge. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -78,7 +78,7 @@ Ticks are used to specify the interval in the axis. Ticks are of two types, majo ### Positioning the ticks -The minor and major ticks can be positioned by using the [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel/#offset) and [`position`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel/#position) properties. The [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel/#offset) is used to render the ticks with the specified distance from the axis. By default, the offset value is **0**. The possible values of the [`position`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel/#position) property are **Inside**, **Outside**, **Cross**, and **Auto**. By default, the ticks will be placed inside the axis. +The minor and major ticks can be positioned by using the [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel#offset) and [`position`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel#position) properties. The [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel#offset) is used to render the ticks with the specified distance from the axis. By default, the offset value is **0**. The possible values of the [`position`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/tickModel#position) property are **Inside**, **Outside**, **Cross**, and **Auto**. By default, the ticks will be placed inside the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -94,14 +94,14 @@ The minor and major ticks can be positioned by using the [`offset`](https://ej2. ## Labels Customization -The style of the labels can be customized using the following properties in the [`font`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel/#font) property in [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel). +The style of the labels can be customized using the following properties in the [`font`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel#font) property in [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel). -* [`color`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#color) - To set the color of the axis label. -* [`fontFamily`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#fontfamily) - To set the font family of the axis label. -* [`fontStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#fontstyle) - To set the font style of the axis label. -* [`fontWeight`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#fontweight) - To set the font weight of the axis label. -* [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#opacity) - To set the opacity of the axis label. -* [`size`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font/#size) - To set the size of the axis label. +* [`color`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#color) - To set the color of the axis label. +* [`fontFamily`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#fontfamily) - To set the font family of the axis label. +* [`fontStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#fontstyle) - To set the font style of the axis label. +* [`fontWeight`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#fontweight) - To set the font weight of the axis label. +* [`opacity`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#opacity) - To set the opacity of the axis label. +* [`size`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/font#size) - To set the size of the axis label. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -117,7 +117,7 @@ The style of the labels can be customized using the following properties in the ### Positioning the axis label -Labels can be positioned by using [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel/#offset) and [`position`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel/#position) properties in the [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel). The [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel/#offset) defines the distance between the labels and ticks. By default, the offset value is **0**. The possible values of the [`position`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel/#position) property are **Inside**, **Outside**, **Cross**, and **Auto**. By default, the labels will be placed inside the axis. +Labels can be positioned by using [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel#offset) and [`position`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel#position) properties in the [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel). The [`offset`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel#offset) defines the distance between the labels and ticks. By default, the offset value is **0**. The possible values of the [`position`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel#position) property are **Inside**, **Outside**, **Cross**, and **Auto**. By default, the labels will be placed inside the axis. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -133,7 +133,7 @@ Labels can be positioned by using [`offset`](https://ej2.syncfusion.com/angular/ ### Customizing the display of the last label -If the last label is not in the visible range, it will be hidden by default. The last label can be made visible by setting the [`showLastLabel`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axis/#showlastlabel) property as **true** in the [`e-axis`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel/). +If the last label is not in the visible range, it will be hidden by default. The last label can be made visible by setting the [`showLastLabel`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axis#showlastlabel) property as **true** in the [`e-axis`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axisModel). {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -151,7 +151,7 @@ If the last label is not in the visible range, it will be hidden by default. The ### Label Format -Axis labels in the Linear Gauge control can be formatted using the [`format`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel/#format) property in the [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axis/#labelstyle). It is used to render the axis labels in a certain format or to add a user-defined unit in the label. It works with the help of placeholder like **{value}°C**, where **value** represents the axis value. For example, 20°C. +Axis labels in the Linear Gauge control can be formatted using the [`format`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel#format) property in the [`labelStyle`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/axis#labelstyle). It is used to render the axis labels in a certain format or to add a user-defined unit in the label. It works with the help of placeholder like **{value}°C**, where **value** represents the axis value. For example, 20°C. {% tabs %} {% highlight ts tabtitle="app.component.ts" %} @@ -167,7 +167,7 @@ Axis labels in the Linear Gauge control can be formatted using the [`format`](ht ### Displaying numeric format in labels -The numeric formats such as currency, percentage, and so on can be displayed in the labels of the Linear Gauge using the [`format`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel/#format) property in the [`ejs-lineargauge`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/linearGaugeModel/). The following table describes the result of applying some commonly used label formats on numeric values. +The numeric formats such as currency, percentage, and so on can be displayed in the labels of the Linear Gauge using the [`format`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/labelModel#format) property in the [`ejs-lineargauge`](https://ej2.syncfusion.com/angular/documentation/api/linear-gauge/linearGaugeModel). The following table describes the result of applying some commonly used label formats on numeric values.