Xceed Chart for WinForms v4.4 Documentation
CurrentPageBeginValue Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisRuler Class : CurrentPageBeginValue Property
Specifies the begin value of the current page when the CurrentPageMode property is set to BeginValue.
Syntax
'Declaration
 
<CategoryAttribute("Paging")>
<DescriptionAttribute("Specifies the begin value of the current page when the CurrentPageMode property is set to BeginValue")>
<DefaultValueAttribute()>
Public Property CurrentPageBeginValue As Double
'Usage
 
Dim instance As AxisRuler
Dim value As Double
 
instance.CurrentPageBeginValue = value
 
value = instance.CurrentPageBeginValue
[Category("Paging")]
[Description("Specifies the begin value of the current page when the CurrentPageMode property is set to BeginValue")]
[DefaultValue()]
public double CurrentPageBeginValue {get; set;}
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

AxisRuler Class
AxisRuler Members