ActiveReports 9
Subtype Property (Chart)

Gets or sets the subtype of the chart.

Available subtypes, and their default values, depend on the chart's Type.
Syntax
'Declaration
 
Public Property Subtype As ChartSubtype
public ChartSubtype Subtype {get; set;}

Property Value

A ChartSubtype enumeration indicating the subtype of the chart.
Remarks
Available subtypes, and their default values, depend on the chart's Type.
ChartType Available ChartSubtypes
Column Plain (Default), Stacked, and PercentStacked
Bar Plain (Default), Stacked, and PercentStacked
Line Plain (Default) and Smooth
Pie Plain (Default) and Exploded
Scatter Plain (Default), Line, and SmoothLine
Bubble Plain (Default)
Area Plain (Default), PercentStacked, and Stacked
Doughnut Plain (Default) and Exploded
Stock HighLowClose (Default), OpenHighLowClose, and Candlestick
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

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum