Xceed Chart for WinForms v4.4 Documentation
LineProps Property (EmptyDataPointsAppearance)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > EmptyDataPointsAppearance Class : LineProps Property
Controls the line properties applied to the empty data points
Syntax
'Declaration
 
<CategoryAttribute("Empty Data Points Appearance")>
<DescriptionAttribute("Controls the line properties applied to the empty data points when the Mode is set to DifferentAppearance")>
Public Property LineProps As LineProperties
'Usage
 
Dim instance As EmptyDataPointsAppearance
Dim value As LineProperties
 
instance.LineProps = value
 
value = instance.LineProps
[Category("Empty Data Points Appearance")]
[Description("Controls the line properties applied to the empty data points when the Mode is set to DifferentAppearance")]
public LineProperties LineProps {get; set;}
Remarks
Empty data points which are visualized in series specific way are displayed with these line properties if the Mode is set to RegularCustomApprearance
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

EmptyDataPointsAppearance Class
EmptyDataPointsAppearance Members