Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / LegendArea Class
Members


In This Topic
    LegendArea Class
    In This Topic
    Represents a legend area in the chart.
    Object Model
    LegendArea ClassLine ClassFill ClassPaddingF StructureFill Class
    Syntax
    'Declaration
     
    
    Public Class LegendArea 
    'Usage
     
    
    Dim instance As LegendArea
    public class LegendArea 
    Remarks
    The legend area can contain legend items, a background, and borders. The legend area is positioned using a relative location (where (0,0) = left upper corner of chart and (1,1) = right lower corner of chart) and a relative alignment (where (0,0) = left upper corner of label area and (1,1) = right lower corner of label area).
    Inheritance Hierarchy

    System.Object
       FarPoint.Web.Chart.LegendArea

    See Also