.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class : LimitPrimarySeries Property
LimitPrimarySeries Property (ChartArea)
In a multiple series chart, this property controls the primary series used for the Limit operation. Other series' elements will be matched with the primary series elements and that order will be maintained regardless of the values of the other series. For example, if you limit to the top 5 values and set the LimitPrimarySeries to the sales series other series such as dollar amount or quantity would not affect which elements were ultimately selected for the chart.
Syntax
'Declaration
 
Public Property LimitPrimarySeries As String
'Usage
 
Dim instance As ChartArea
Dim value As String
 
instance.LimitPrimarySeries = value
 
value = instance.LimitPrimarySeries
public string LimitPrimarySeries {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