
Base class of the classes that represent information used to perform the layout of chart primitives (columns/bars, pie slices, lines, etc.) and used in the databinding of these primitives.

'Declaration<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class PrimitiveInfoBase Inherits System.Windows.DependencyObject
'UsageDim instance As PrimitiveInfoBase
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class PrimitiveInfoBase : System.Windows.DependencyObject
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase
Xceed.Wpf.Toolkit.Chart.ColumnPrimitiveInfo
Xceed.Wpf.Toolkit.Chart.DoughnutPrimitiveInfo
Xceed.Wpf.Toolkit.Chart.LabelPrimitiveInfo
Xceed.Wpf.Toolkit.Chart.LineElementInfo
Xceed.Wpf.Toolkit.Chart.PiePrimitiveInfo
| Name | Description | |
|---|---|---|
![]() | PrimitiveInfoBase Constructor | Initializes a new instance of the PrimitiveInfoBase class. |
| Name | Description | |
|---|---|---|
![]() | Content | Gets or sets the object that participates in databinding for the corresponding ChartPrimitive. |
![]() | DataPoint | Gets or sets the datapoint of the chart primitive. |
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | H | Gets or sets the height of the chart primitive. |
![]() | Interior | Gets or sets the interior brush of the chart primitive. |
![]() | IsCovered | Gets or sets whether the primitive is "covered." |
![]() | IsHighlighted | Gets or sets whether this chart primitive is highlighted. |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | UseAnimations | |
![]() | W | Gets or sets the width of the chart primitive. |
![]() | XRange | Gets or sets the range the primitive occupies on the x-axis. |
![]() | YRange | Gets or sets the range the primitive occupies on the y-axis. |
| Name | Description | |
|---|---|---|
![]() | ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | (Inherited from System.Windows.DependencyObject) |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | GetHashCode | (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | OnPropertyChanged | Overloaded. Raises the PropertyChanged event. |
![]() | ShouldSerializeProperty | (Inherited from System.Windows.DependencyObject) |
| Name | Description | |
|---|---|---|
![]() | FindLogicalAncestor<T> | Finds the logical ancenster |
![]() | FindLogicalAncestorsAndSelf | |
![]() | FindLogicalChildren<T> | Find the logical children. |
![]() | FindVisualAncestor<T> | Finds the visual ancestor. |
![]() | FindVisualChildren<T> | Finds the visual children. |
![]() | FindVisualTreeRoot | Finds the visual tree root. |
![]() | ShowDialog | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Raised when any property changes. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.