Version 20.1

RingSeriesBaseModel Class Properties

For a list of all members of this type, see RingSeriesBaseModel members.

Public Properties
 NameDescription
Public PropertyBrushesGets sets colors which are used to paint slices. Item in array should represent a valid html-color. For example, "red", "#f0f022", etc.  
Public PropertyDataSourceGets or sets the data source object.  
Public PropertyDataSourceTypeGets or sets the type of the data source.  
Public PropertyDataSourceUrlGets or sets the data source URL.  
Public PropertyDataViewthe DataView property contains the filtered and transformed data records after data binding and all feature transformations have been applied  
Public PropertyFormatLabelFormat label  
Public PropertyIsSurfaceInteractionDisabledGets or sets whether all surface interactions with the plot area should be disabled.  
Public PropertyLabelExtentGets or sets the pixel amount by which the labels are offset from the edge of the slices.  
Public PropertyLabelMemberPathGets or sets the property name that contains the labels.  
Public PropertyLabelsPositionGets or sets the position of chart labels.  
Public PropertyLeaderLineMarginGets or sets the margin between a label and its leader line. The default is 6 pixels.  
Public PropertyLeaderLineTypeGets or sets what type of leader lines will be used for the outside end labels.  
Public PropertyLeaderLineVisibilityGets or sets whether the leader lines are visible.  
Public PropertyLegendThe series legend  
Public PropertyLegendLabelMemberPathGets or sets the property name that contains the legend labels.  
Public PropertyLocalSchemaTransformwhen local schema transforming is turned off, all of the data provided is sent to the client. When it is turned on, only the fields provided in MemberPath options are sent to the client.  
Public PropertyNameGets or sets the name.  
Public PropertyOthersCategoryTextGets or sets the label of the Others slice.  
Public PropertyOthersCategoryThresholdGets or sets the threshold value that determines if slices are grouped into the Others slice.  
Public PropertyOthersCategoryTypeGets or sets whether to use numeric or percent-based threshold value.  
Public PropertyOutlinesGets sets colors which are used to paint outlines of slices. Item in array should represent a valid html-color. For example, "red", "#f0f022", etc.  
Public PropertyRadiusFactorGets or sets the scaling factor of the chart's radius. Value between 0 and 1.  
Public PropertyResponseDataKeyGets or sets the response data key.  
Public PropertyResponseDataTypeGets or sets the type of the response data.  
Public PropertySelectedStyleGets or sets style which is applied to selected slices.

Note: the Thickness member of ShapeStyleModel is not supported. Please use OutlineThickness.  
Public PropertyShowTooltipGets or sets the show tooltip.  
Public PropertyStartAngleGets or sets the starting angle of the chart.  
Public PropertyTooltipTemplateGets or sets the template to use for the tooltip, if using jQuery templating.  
Public PropertyValueMemberPathGets or Sets the property name that contains the values.  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub