Interface IAccumulationChart
The interface specifies the properties of the accumulation chart component.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public interface IAccumulationChart
Properties
Background
The background color of the chart, which accepts value in hex, rgba as a valid CSS color string.
Declaration
string Background { get; set; }
Property Value
Type |
---|
System.String |
BackgroundImage
The background image of the chart that accepts value in string as url link or location of an image.
Declaration
string BackgroundImage { get; set; }
Property Value
Type |
---|
System.String |
DataSource
Specifies the dataSource for the AccumulationChart.
Declaration
IEnumerable<object> DataSource { get; set; }
Property Value
Type |
---|
System.Collections.Generic.IEnumerable<System.Object> |
EnableAnimation
If set true, enables the animation for both chart and accumulation.
Declaration
bool EnableAnimation { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableBorderOnMouseMove
If set true, enables the border in pie and accumulation chart while mouse moving.
Declaration
bool EnableBorderOnMouseMove { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableGroupingSeparator
Specifies whether a grouping separator should be used for a number.
Declaration
bool EnableGroupingSeparator { get; set; }
Property Value
Type |
---|
System.Boolean |
EnableSmartLabels
If set true, labels for the point will be placed smartly without overlapping.
Declaration
bool EnableSmartLabels { get; set; }
Property Value
Type |
---|
System.Boolean |
Height
Specifies the height for the AccumulationChart.
Declaration
string Height { get; set; }
Property Value
Type |
---|
System.String |
HighlightMode
Specifies whether point has to get highlighted or not.
Declaration
AccumulationSelectionMode HighlightMode { get; set; }
Property Value
Type |
---|
AccumulationSelectionMode |
HighlightPattern
Specifies whether series or data point has to be selected.
Declaration
SelectionPattern HighlightPattern { get; set; }
Property Value
Type |
---|
SelectionPattern |
ID
Sets and gets the id for the accumulation chart component.
Declaration
string ID { get; set; }
Property Value
Type |
---|
System.String |
IsMultiSelect
If set true, enables the multi selection in accumulation chart.
Declaration
bool IsMultiSelect { get; set; }
Property Value
Type |
---|
System.Boolean |
SelectionMode
Specifies whether point has to get selected or not.
Declaration
AccumulationSelectionMode SelectionMode { get; set; }
Property Value
Type |
---|
AccumulationSelectionMode |
SelectionPattern
Specifies whether series or data point for accumulation chart has to be selected.
Declaration
SelectionPattern SelectionPattern { get; set; }
Property Value
Type |
---|
SelectionPattern |
SubTitle
Sets and gets the subTitle for accumulation chart.
Declaration
string SubTitle { get; set; }
Property Value
Type |
---|
System.String |
Theme
Specifies the theme for accumulation chart.
Declaration
Theme Theme { get; set; }
Property Value
Type |
---|
Theme |
Title
Sets and gets title for accumulation chart.
Declaration
string Title { get; set; }
Property Value
Type |
---|
System.String |
Width
Specifies the width for the AccumulationChart.
Declaration
string Width { get; set; }
Property Value
Type |
---|
System.String |