Xceed Chart for WinForms v4.4 Documentation
PredefinedChartStyle Property
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Chart Class : PredefinedChartStyle Property
Controls the predefined chart style.
Syntax
'Declaration
 
<DescriptionAttribute("Controls the predefined chart style")>
<DefaultValueAttribute()>
<CategoryAttribute("General")>
Public Property PredefinedChartStyle As PredefinedChartStyle
'Usage
 
Dim instance As Chart
Dim value As PredefinedChartStyle
 
instance.PredefinedChartStyle = value
 
value = instance.PredefinedChartStyle
[Description("Controls the predefined chart style")]
[DefaultValue()]
[Category("General")]
public PredefinedChartStyle PredefinedChartStyle {get; set;}
Remarks
By default the chart style is set to Vertical.
Example
The following example changes the predefined chart style to horizontal left.
Chart.PredefinedChartStyle = PredefinedChartStyle.HorizontalLeft
Chart.PredefinedChartStyle = PredefinedChartStyle.HorizontalLeft;
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

Chart Class
Chart Members