ChartWebPart.AlignDataPointsByAxisLabel Property

Gets or sets the value that indicates whether the data points are aligned along the x-axis using their axis labels.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property AlignDataPointsByAxisLabel As Boolean
    Get
    Set
'Usage
Dim instance As ChartWebPart
Dim value As Boolean

value = instance.AlignDataPointsByAxisLabel

instance.AlignDataPointsByAxisLabel = value
public bool AlignDataPointsByAxisLabel { get; set; }

Property Value

Type: System.Boolean
true if the data points are aligned along the x-axis using their axis labels; otherwise, false.

See Also

Reference

ChartWebPart Class

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace