

'Declaration<LocalizabilityAttribute(LocalizationCategory.Ignore)> <ContentPropertyAttribute("Children")> <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public Class Area Inherits System.Windows.Controls.Panel
'UsageDim instance As Area
[Localizability(LocalizationCategory.Ignore)] [ContentProperty("Children")] [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class Area : System.Windows.Controls.Panel
An Area contains a list of Series objects and x- and y-axes.
If not set explicitly, default x- and y-axes will be displayed.
<xctk:Chart> <xctk:Chart.Areas> <xctk:Area x:Name="_area1" Title="Area #1"> <xctk:Area.XAxis> <xctk:Axis x:Name="_xAxis" LabelsType="Numeric" GraduationMode="Automatic" TicksCount="10" ScaleMode="Automatic" CustomRangeStart="0" CustomRangeEnd="10" Title="X Axis" TitleMargin="10" AxisLabelsLayout="ShowAll" ShowArrow="False" ShowAxis="True" ShowGridLines="True" ShowTicks="True" ShowTickLabels="True" ShowAxisLabel="True" Reversed="False"/> </xctk:Area.XAxis> <xctk:Area.YAxis> <xctk:Axis x:Name="_yAxis" LabelsType="Numeric" GraduationMode="Automatic" TicksCount="10" ScaleMode="Automatic" CustomRangeStart="0" CustomRangeEnd="10" Title="Y Axis" TitleMargin="10" AxisLabelsLayout="ShowAll" ShowArrow="False" ShowAxis="True" ShowGridLines="True" ShowTicks="True" ShowTickLabels="True" ShowAxisLabel="True" Reversed="False"/> </xctk:Area.YAxis> <xctk:Area.Series> <xctk:Series x:Name="_series" DefaultInterior="BlueViolet" Spacing="20" Title="Average" ShowPointsInLegend="false" ShowHintLabels="false" HintLineLength="20"> <xctk:Series.Layout> <xctk:LineLayout /> </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>
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Panel
Xceed.Wpf.Toolkit.Chart.Area
| Name | Description | |
|---|---|---|
![]() | Area Constructor | Initializes a new instance of the Area class. |
| Name | Description | |
|---|---|---|
![]() ![]() | BackgroundTemplateProperty | Identifies the BackgroundTemplate dependency property. |
![]() ![]() | GridBackgroundTemplateProperty | Identifies the GridBackgroundTemplate dependency property. |
![]() ![]() | TitleProperty | Identifies the Title dependency property. |
| 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 | |
|---|---|---|
![]() | LegendRefresh | Raised when legend items need to be refreshed. |
.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.