Search Results: "Write with OpenID" "Write post with name/password" slot

dxPieChart PieSeries selectionStyle

Reference
An object defining configuration properties for the series when it is selected.

The PieChart UI component comes with API members that allow you to select the series in code. To set a custom 'selected' style for the series, use the selectionStyle object within the series...={fill} /> </Series> </PieChart> ); } hatching Specifies the hatching properties to be applied when a point is selected. Within this object you can

dxPieChart PieSeries selectionStyle hatching

Reference
Specifies the hatching properties to be applied when a point is selected.

Within this object you can specify how to apply hatching using the direction property, the width and opacity of lines with the width and opacity properties, and the space between the lines using the step property. direction Specifies how to apply hatching to highlight the selected point. The following values are available. none Do not apply hatching. right Apply an upward diagonal hatching

dxPieChart Point Fields

Reference
Fields that provide information on the series point.

data Contains the data object that the series point represents. fullState Provides information about the state of the point object. Each point within a chart can be in several states. These states are represented by the numbers that are enumerated in the list below: 0 The point is not hovered and not selected (normal state); 1 The point is hovered; 2 The point is selected; 3 The point

dxPieChart Series Fields

Reference
Fields that provide information on the series.

fullState Provides information about the state of the series object. Each series within a chart can be in several states. These states are represented by the numbers that are enumerated in the list below: 0 Series is not hovered and not selected (normal state); 1 Series is hovered; 2 Series is selected; 3 Series is hovered and selected. You can also use the isHovered() and isSelected

dxPivotGrid Configuration

Reference
This section describes the configuration properties of the PivotGrid UI component.

users to expand/collapse all header items within the same header level. Ignored if the PivotGridDataSource's paginate property is true. With this property enabled, an end user can right-click a header level and choose the corresponding context menu item to expand or collapse all header items within this level. View Demo allowFiltering Allows a user to filter fields