Intersoft ClientUI Documentation
DataPoint Class
Members 



Represents a control that displays a data point.
Object Model
DataPoint ClassISFramework ClassISeries Interface
Syntax
<TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")>
<TemplateVisualStateAttribute(GroupName="SelectionStates", Name="Selected")>
<TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Panel)>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplatePartAttribute(Name="DataLabel", Type=Intersoft.Client.UI.DataVisualization.DataLabel)>
<TemplateVisualStateAttribute(GroupName="BorderStates", Name="Flat")>
<TemplateVisualStateAttribute(GroupName="RevealStates", Name="Shown")>
<TemplateVisualStateAttribute(GroupName="RevealStates", Name="Hidden")>
<TemplateVisualStateAttribute(GroupName="BorderStates", Name="Emboss")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")>
<TemplateVisualStateAttribute(GroupName="BorderStates", Name="Metro")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOverSelected")>
Public MustInherit Class DataPoint 
   Inherits Intersoft.Client.Framework.ISControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IDataPoint 
Dim instance As DataPoint
[TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")]
[TemplateVisualStateAttribute(GroupName="SelectionStates", Name="Selected")]
[TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Panel)]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplatePartAttribute(Name="DataLabel", Type=Intersoft.Client.UI.DataVisualization.DataLabel)]
[TemplateVisualStateAttribute(GroupName="BorderStates", Name="Flat")]
[TemplateVisualStateAttribute(GroupName="RevealStates", Name="Shown")]
[TemplateVisualStateAttribute(GroupName="RevealStates", Name="Hidden")]
[TemplateVisualStateAttribute(GroupName="BorderStates", Name="Emboss")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="BorderStates", Name="Metro")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOverSelected")]
public abstract class DataPoint : Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IDataPoint  
[TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")]
[TemplateVisualStateAttribute(GroupName="SelectionStates", Name="Selected")]
[TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Panel)]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplatePartAttribute(Name="DataLabel", Type=Intersoft.Client.UI.DataVisualization.DataLabel)]
[TemplateVisualStateAttribute(GroupName="BorderStates", Name="Flat")]
[TemplateVisualStateAttribute(GroupName="RevealStates", Name="Shown")]
[TemplateVisualStateAttribute(GroupName="RevealStates", Name="Hidden")]
[TemplateVisualStateAttribute(GroupName="BorderStates", Name="Emboss")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="BorderStates", Name="Metro")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOverSelected")]
public ref class DataPoint abstract : public Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing, IDataPoint  
Remarks
Data point is set of data that consist information for your chart display, it can appear as small rectangle, bar, circle, or line. It usually have color to distinguish one set of data points from other series data points. By default, DataPoint uses color from the predefined collection of color palette. But you can override style from given palette by using custom palette.
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.DataVisualization.DataPoint
                     Intersoft.Client.UI.DataVisualization.BubbleDataPoint
                     Intersoft.Client.UI.DataVisualization.CircularDataPointBase
                     Intersoft.Client.UI.DataVisualization.ColumnBarDataPointBase
                     Intersoft.Client.UI.DataVisualization.LineAreaDataPointBase
                     Intersoft.Client.UI.DataVisualization.PolarDataPoint
                     Intersoft.Client.UI.DataVisualization.RadarDataPoint
                     Intersoft.Client.UI.DataVisualization.ScatterDataPoint

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPoint Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback