Version

StackedFragmentSeries Class Members

The following tables list the members exposed by StackedFragmentSeries.

Public Constructors
 NameDescription
Public ConstructorStackedFragmentSeries ConstructorCreates a new instance of StackedFragmentSeries.  
Public Properties
 NameDescription
Public PropertyActualAreaFillOpacityGets the series ActualAreaFillOpacity. This property only applies for area-like series.  
Public PropertyActualBrushGets the actual brush used by the series.  
Public PropertyActualLegendItemVisibilityGets the actual visibility of the legend items in the series.  
Public PropertyActualMarkerBrushGets the actual marker brush of the series.  
Public PropertyActualMarkerOutlineGets the actual marker outline of the series.  
Public PropertyActualMarkerTypeGets the actual marker type set used in the series.  
Public PropertyActualOpacityGets the series opacity.  
Public PropertyActualOutlineGets the series outline.  
Public PropertyActualRadiusXGets the actual corner radius of the series  
Public PropertyActualRadiusYGets the actual corner radius of the series  
Public PropertyActualThicknessGets or sets the thickness of this stacked fragment.  
Public PropertyActualUseLightweightMarkersGets whether lightweight markers are used by the series.  
Public PropertyActualVisibilityGets the actual visibility of the stacked fragment.  
Public PropertyAreaFillOpacityGets or sets the AreaFillOpacity of the stacked fragment. This property only applies for area-like series.  
Public PropertyBrushGets or sets the brush of the stacked fragment.  
Public PropertyLegendItemVisibilityGets or sets the legend item visibility for the current series object.  
Public PropertyMarkerBrushGets or sets the brush that specifies how the current series object's marker interiors are painted.  
Public PropertyMarkerOutlineGets or sets the brush that specifies how the current series object's marker outlines are painted.  
Public PropertyMarkerTypeGets or sets the marker type for the current series object.  
Public PropertyNameGets or sets the Name of the stacked fragment.  
Public PropertyOpacityGets or sets the Opacity of the stacked fragment.  
Public PropertyOutlineGets or sets the brush to use for the outline of the series.  
Public PropertyParentOrLocalBrushGets the resolved brush used between the local series and the parent series.  
Public PropertyRadiusXGets or sets the x-radius of the ellipse that is used to round the corners of the column. This only applies to Bar and Column series.  
Public PropertyRadiusYGets or sets the y-radius of the ellipse that is used to round the corners of the column. This only applies to Bar and Column series.  
Public PropertyThicknessGets or sets the width of the current series object's line thickness.  
Public PropertyTitleGets or sets the Title property.  
Public PropertyValueMemberPathGets or sets the value mapping property for the current series object.  
Public PropertyVisibilityGets or sets the Visibility of the stacked fragment.  
Public Methods
 NameDescription
Public MethodSetThicknessSets the Thickness property to a value of the specified units.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to raise the PropertyChanged event when a property of the object has been changed.  
Protected MethodOnPropertyUpdatedUsed to invoke the PropertyUpdated event.  
Public Events
 NameDescription
Public EventPropertyChangedInvoked when a property of the object has been changed.  
Public EventPropertyUpdatedEvent raised when a property (including "effective" and non-dependency property) value changes.  
See Also