<!-- This is an automatically generated file. -->
<Chapter Label="Chapter_Francy_Charts">
<Heading>Francy Charts</Heading>
It is possible to build <C>Charts</C> with simple <C>Datasets</C>.
<P/>
Currently, Francy, supports Bar, Line and Scatter charts.
<P/>
Please see Francy-JS for client implementation.
<Section Label="Chapter_Francy_Charts_Section_Categories">
<Heading>Categories</Heading>
In this section we show all Francy Chart Categories.
<ManSection>
<Filt Arg="arg" Name="IsChart" Label="for IsFrancyObject"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Identifies <C>Chart</C> objects.
</Description>
</ManSection>
In this section we show the Francy Chart Representations.
<ManSection>
<Filt Arg="arg" Name="IsChartRep" Label="for IsComponentObjectRep"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Checks whether an <C>Object</C> has a <C>Chart</C> internal representation.
</Description>
</ManSection>
<ManSection>
<Filt Arg="arg" Name="IsChartDefaultsRep" Label="for IsComponentObjectRep"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Checks whether an <C>Object</C> has a <C>ChartDefaults</C> internal representation.
</Description>
</ManSection>
<ManSection>
<Filt Arg="arg" Name="IsChartTypeRep" Label="for IsComponentObjectRep"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Checks whether an <C>Object</C> has a <C>ChartType</C> internal representation.
</Description>
</ManSection>
<ManSection>
<Filt Arg="arg" Name="IsAxisScaleTypeRep" Label="for IsComponentObjectRep"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Checks whether an <C>Object</C> has a <C>AxisScaleType</C> internal representation.
</Description>
</ManSection>
<ManSection>
<Filt Arg="arg" Name="IsAxisRep" Label="for IsComponentObjectRep"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Checks whether an <C>Object</C> has a <C>AxisRep</C> internal representation.
</Description>
</ManSection>
<ManSection>
<Filt Arg="arg" Name="IsDatasetRep" Label="for IsComponentObjectRep"/>
<Returns><K>true</K> or <K>false</K>
</Returns>
<Description>
Checks whether an <C>Object</C> has a <C>DatasetRep</C> internal representation.
</Description>
</ManSection>
In this section we show all Francy Chart Operations.
<ManSection>
<Oper Arg="IsChartType[, IsChartDefaults]" Name="Chart" Label="for IsChartType, IsChartDefaults"/>
<Returns><C>Chart</C>
</Returns>
<Description>
Every object will be a subclass of <C>Chart</C> object. All objects contain the same base information.
<P/>
Examples:
<P/>
Create a simple <C>Chart</C> of type <C>ChartType.BAR</C>:
<#Include Label="Example_Create_Chart_1">
<P/>
Create a simple <C>Chart</C> of type <C>ChartType.LINE</C>:
<#Include Label="Example_Create_Chart_2">
<P/>
Create a simple <C>Chart</C> of type <C>ChartType.SCATTER</C>:
<#Include Label="Example_Create_Chart_3">
<P/>
</Description>
</ManSection>
<ManSection>
<Oper Arg="IsChart, [IsDataset, List(IsDataset)]" Name="Add" Label="for IsChart, IsDataset"/>
<Returns><C>Chart</C>
</Returns>
<Description>
Adds a <C>Dataset</C> to a specific <C>Chart</C>.
</Description>
</ManSection>
<ManSection>
<Oper Arg="IsChart, [IsDataset, List(IsDataset)]" Name="Remove" Label="for IsChart, IsDataset"/>
<Returns><C>Chart</C>
</Returns>
<Description>
Removes a <C>Dataset</C> from a specific <C>Chart</C>.
</Description>
</ManSection>
In this section we show all Francy Attributes
<ManSection>
<Attr Arg="arg" Name="ShowLegend" Label="for IsChart"/>
<Returns><C>IsBool</C> True if enabled otherwise False
</Returns>
<Description>
<C>ShowLegend</C> is a property that enables or disables displaying the <C>Chart</C> legend in the client implementation.
</Description>
</ManSection>
<ManSection>
<Oper Arg="IsChart, IsBool" Name="SetShowLegend" Label="for IsChart, IsBool"/>
<Description>
<C>ShowLegend</C> is a property that enables or disables displaying the <C>Chart</C> legend in the client implementation.
</Description>
</ManSection>
<ManSection>
<Attr Arg="arg" Name="AxisXTitle" Label="for IsChart"/>
<Returns><C>IsString</C> with the title of the object
</Returns>
<Description>
This is used to display the X Axis Title in the client implementation.
</Description>
</ManSection>
<ManSection>
<Oper Arg="IsChart, IsString" Name="SetAxisXTitle" Label="for IsChart, IsString"/>
<Description>
This is used to display the X Axis Title in the client implementation.
</Description>
</ManSection>
<ManSection>
<Attr Arg="arg" Name="AxisYTitle" Label="for IsChart"/>
<Returns><C>IsString</C> with the title of the object
</Returns>
<Description>
This is used to display the Y Axis Title in the client implementation.
</Description>
</ManSection>
<ManSection>
<Oper Arg="IsChart, IsString" Name="SetAxisYTitle" Label="for IsChart, IsString"/>
<Description>
This is used to display the Y Axis Title in the client implementation.
</Description>
</ManSection>
<ManSection>
<Attr Arg="arg" Name="AxisXDomain" Label="for IsChart"/>
<Returns><C>IsList</C>
</Returns>
<Description>
This is the domain of the X Axis values in the client implementation.
</Description>
</ManSection>
<ManSection>
<Oper Arg="IsList, IsList" Name="SetAxisXDomain" Label="for IsChart, IsList"/>
<Description>
This is the domain of the X Axis values in the client implementation.
</Description>
</ManSection>
</Section>
</Chapter>
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.