| GraphReportBaseMaxLabels Property |
Namespace:
Dynamicweb.Tracking.Web.Reporting
Assembly:
Dynamicweb.Tracking.Web (in Dynamicweb.Tracking.Web.dll) Version: 1.4.2
Syntax [AddInLabelAttribute("Max dataseries")]
[AddInParameterAttribute("MaxLabels")]
[AddInParameterOrderAttribute(300)]
[AddInParameterGroupAttribute("")]
[AddInParameterEditorAttribute(typeof(IntegerNumberParameterEditor), "Info=X-axis of the chart")]
public int MaxLabels { get; set; }
<AddInLabelAttribute("Max dataseries")>
<AddInParameterAttribute("MaxLabels")>
<AddInParameterOrderAttribute(300)>
<AddInParameterGroupAttribute("")>
<AddInParameterEditorAttribute(GetType(IntegerNumberParameterEditor), "Info=X-axis of the chart")>
Public Property MaxLabels As Integer
Get
Set
Property Value
Type:
Int32See Also