

'Declaration<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class ColumnPrimitiveInfo Inherits PrimitiveInfoBase
'UsageDim instance As ColumnPrimitiveInfo
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class ColumnPrimitiveInfo : PrimitiveInfoBase
<Window x:Class="WpfApplication56.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" Title="MainWindow" Height="350" Width="525"> <Window.Resources> <DataTemplate x:Key="ColumnTemplate"> <Canvas Width="{Binding Path=W}" Height="{Binding Path=H}"> <Rectangle RadiusX="25" RadiusY="25" Width="{Binding Path=W}" Height="{Binding Path=H}" Fill="{Binding Path=Interior}" /> </Canvas> </DataTemplate> </Window.Resources> <Grid> <xctk:Chart> <xctk:Chart.Areas> <xctk:Area x:Name="_area1" Title="Area #1"> <xctk:Area.Series> <xctk:Series x:Name="_series" Template="{StaticResource ColumnTemplate}" Title="Average"> <xctk:Series.Layout> <xctk:ColumnLayout /> </xctk:Series.Layout> <xctk:Series.DataPoints> <xctk:DataPoint X="1" Y="1" Label="Oct" /> <xctk:DataPoint X="2" Y="2" Label="Jan"/> <xctk:DataPoint X="2.5" Y="1.5" Label="Feb" /> <xctk:DataPoint X="4" Y="1" Label="Jun"/> <xctk:DataPoint X="1.5" Y="3" Label="Dec"/> <xctk:DataPoint X="5" Y="5" Label="Apr"/> <xctk:DataPoint X="3" Y="1" Label="Nov"/> <xctk:DataPoint X="4.5" Y="7" Label="Jul"/> <xctk:DataPoint X="3.5" Y="4.5" Label="Aug"/> </xctk:Series.DataPoints> </xctk:Series> </xctk:Area.Series> </xctk:Area> </xctk:Chart.Areas> </xctk:Chart> </Grid> </Window>
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase
Xceed.Wpf.Toolkit.Chart.ColumnPrimitiveInfo
| Name | Description | |
|---|---|---|
![]() | ColumnPrimitiveInfo Constructor | Initializes a new instance of the ColumnPrimitiveInfo class. |
| Name | Description | |
|---|---|---|
![]() | Content | Gets or sets the object that participates in databinding for the corresponding ChartPrimitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | DataPoint | Gets or sets the datapoint of the chart primitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | DependencyObjectType | (Inherited from System.Windows.DependencyObject) |
![]() | Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | H | Gets or sets the height of the chart primitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | Interior | Gets or sets the interior brush of the chart primitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | IsCovered | Gets or sets whether the primitive is "covered." (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | IsHighlighted | Gets or sets whether this chart primitive is highlighted. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | IsSealed | (Inherited from System.Windows.DependencyObject) |
![]() | UseAnimations | (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | W | Gets or sets the width of the chart primitive. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | XRange | Gets or sets the range the primitive occupies on the x-axis. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | YRange | Gets or sets the range the primitive occupies on the y-axis. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
| 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. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
![]() | 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. (Inherited from Xceed.Wpf.Toolkit.Chart.PrimitiveInfoBase) |
.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.