MaxPoints Property (PivotChart)
In This Topic
Gets or sets the maximum number of points to be shown in each series.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(100)>
Public Property MaxPoints As System.Integer
'Usage
Dim instance As PivotChart
Dim value As System.Integer
instance.MaxPoints = value
value = instance.MaxPoints
[System.ComponentModel.DefaultValue(100)]
public System.int MaxPoints {get; set;}
public read-write property MaxPoints: System.Integer;
System.ComponentModel.DefaultValueAttribute(100)
public function get,set MaxPoints : System.int
[System.ComponentModel.DefaultValue(100)]
public: __property System.int get_MaxPoints();
public: __property void set_MaxPoints(
System.int value
);
[System.ComponentModel.DefaultValue(100)]
public:
property System.int MaxPoints {
System.int get();
void set ( System.int value);
}
See Also